diff --git a/code/__DEFINES/__game.dm b/code/__DEFINES/__game.dm index 1f15bdad4f..c6b9e763ad 100644 --- a/code/__DEFINES/__game.dm +++ b/code/__DEFINES/__game.dm @@ -47,6 +47,8 @@ #define MAP_DERELICT_ALMAYER_RU "Derelict Almayer RU" #define MAP_KUTJEVO_RU "Kutjevo Refinery RU" #define MAP_OIL_DEPOT "Oil Depot 276" +#define MAP_KHAMI_BARRENS "Khami Barrens" +#define MAP_DOCK_RED "Dock Red" #define GAMEMODE_WHISKEY_OUTPOST "Whiskey Outpost" #define GAMEMODE_HIVE_WARS "Hive Wars" diff --git a/colonialmarines.dme b/colonialmarines.dme index a7096bbb66..32fbd1637b 100644 --- a/colonialmarines.dme +++ b/colonialmarines.dme @@ -2507,7 +2507,9 @@ #include "interface\interface.dm" #include "interface\skin.dmf" #include "maps\_basemap.dm" +#include "maps\map_files\Dock_Red\Dock_Red.dm" #include "maps\map_files\golden_arrow_forecon\area.dm" +#include "maps\map_files\Khami_Barrens\Khami_Barrens.dm" #include "maps\map_files\LV671_Ark\LV671.dm" #include "maps\map_files\USCSS_Tortuga\tortuga_areas.dm" #include "void-marines\code\admin_tools.dm" diff --git a/map_config/maps.txt b/map_config/maps.txt index 2812f903c8..5d10e3ee79 100644 --- a/map_config/maps.txt +++ b/map_config/maps.txt @@ -93,3 +93,9 @@ endmap map whiskey_outpost_ru endmap + +map dock_red +endmap + +map khami_barrens +endmap diff --git a/maps/Nightmare/maps/DockRed/nightmare.json b/maps/Nightmare/maps/DockRed/nightmare.json new file mode 100644 index 0000000000..f3a4d42dd3 --- /dev/null +++ b/maps/Nightmare/maps/DockRed/nightmare.json @@ -0,0 +1,6 @@ +[ + { + "type": "map_sprinkle", + "path": "sprinkles/" + } +] diff --git a/maps/Nightmare/maps/DockRed/scenario.json b/maps/Nightmare/maps/DockRed/scenario.json new file mode 100644 index 0000000000..fe51488c70 --- /dev/null +++ b/maps/Nightmare/maps/DockRed/scenario.json @@ -0,0 +1 @@ +[] diff --git a/maps/Nightmare/maps/Khami_Barrens/nightmare.json b/maps/Nightmare/maps/Khami_Barrens/nightmare.json new file mode 100644 index 0000000000..f3a4d42dd3 --- /dev/null +++ b/maps/Nightmare/maps/Khami_Barrens/nightmare.json @@ -0,0 +1,6 @@ +[ + { + "type": "map_sprinkle", + "path": "sprinkles/" + } +] diff --git a/maps/Nightmare/maps/Khami_Barrens/scenario.json b/maps/Nightmare/maps/Khami_Barrens/scenario.json new file mode 100644 index 0000000000..fe51488c70 --- /dev/null +++ b/maps/Nightmare/maps/Khami_Barrens/scenario.json @@ -0,0 +1 @@ +[] diff --git a/maps/dock_red.json b/maps/dock_red.json new file mode 100644 index 0000000000..4703e5ee43 --- /dev/null +++ b/maps/dock_red.json @@ -0,0 +1,47 @@ +{ + "map_name": "Dock Red", + "map_path": "map_files/Dock_Red", + "map_file": "Dock_Red.dmm", + "weather_holder": "/datum/weather_ss_map_holder/big_red", + + "survivor_types": [ + "/datum/equipment_preset/survivor/scientist/solaris", + "/datum/equipment_preset/survivor/doctor/solaris", + "/datum/equipment_preset/survivor/chaplain/solaris", + "/datum/equipment_preset/survivor/engineer/solaris", + "/datum/equipment_preset/survivor/trucker/solaris", + "/datum/equipment_preset/survivor/security/solaris", + "/datum/equipment_preset/survivor/colonial_marshal/solaris", + "/datum/equipment_preset/survivor/corporate/solaris", + "/datum/equipment_preset/survivor/clf", + "/datum/equipment_preset/survivor/civilian" + ], + "defcon_triggers": [ + 4750, + 3500, + 2000, + 1000, + 0.0 + ], + "map_item_type": "/obj/item/map/big_red_map", + "announce_text": "We have lost contact with the Weyland-Yutani underground research base in the Red sector. ###SHIPNAME### has been dispatched to provide support.", + "monkey_types": [ + "neaera" + ], + "traits": [{ "Ground": true }], + "nightmare_path": "maps/Nightmare/maps/DockRed/", + "xvx_hives": { + "xeno_hive_alpha": 0, + "xeno_hive_bravo": 0, + "xeno_hive_charlie": 0, + "xeno_hive_delta": 100 + }, + "camouflage": "desert", + "gamemodes": [ + "Distress Signal", + "Hunter Games", + "Hive Wars", + "Faction Clash", + "Infection" + ] +} diff --git a/maps/khami_barrens.json b/maps/khami_barrens.json new file mode 100644 index 0000000000..3e6ff02a15 --- /dev/null +++ b/maps/khami_barrens.json @@ -0,0 +1,46 @@ +{ + "map_name": "Khami Barrens", + "map_path": "map_files/Khami_Barrens", + "map_file": "Khami_Barrens.dmm", + "weather_holder": "/datum/weather_ss_map_holder/big_red", + + "survivor_types": [ + "/datum/equipment_preset/survivor/doctor/kutjevo", + "/datum/equipment_preset/survivor/chaplain/kutjevo", + "/datum/equipment_preset/survivor/engineer/kutjevo", + "/datum/equipment_preset/survivor/colonial_marshal/kutjevo", + "/datum/equipment_preset/survivor/trucker/kutjevo", + "/datum/equipment_preset/survivor/security/kutjevo", + "/datum/equipment_preset/survivor/clf", + "/datum/equipment_preset/survivor/civilian" + ], + "defcon_triggers": [ + 4250, + 2950, + 1650, + 1000, + 0.0 + ], + "map_item_type": "/obj/item/map/big_red_map", + "announce_text": "We have lost contact with the small archaeological colony of Weyland-Yutani in the Khami wastes. ###SHIPNAME### has been dispatched to provide support.", + "monkey_types": [ + "neaera", + "stok" + ], + "traits": [{ "Ground": true }], + "nightmare_path": "maps/Nightmare/maps/Khami_Barrens/", + "xvx_hives": { + "xeno_hive_alpha": 0, + "xeno_hive_bravo": 0, + "xeno_hive_charlie": 0, + "xeno_hive_delta": 100 + }, + "camouflage": "desert", + "gamemodes": [ + "Distress Signal", + "Hunter Games", + "Hive Wars", + "Faction Clash", + "Infection" + ] +} diff --git a/maps/map_files/Dock_Red/Dock_Red.dm b/maps/map_files/Dock_Red/Dock_Red.dm new file mode 100644 index 0000000000..28e00c25fa --- /dev/null +++ b/maps/map_files/Dock_Red/Dock_Red.dm @@ -0,0 +1,171 @@ +/area/dockred + can_build_special = TRUE + ambience_exterior = AMBIENCE_BIGRED + soundscape_playlist = SCAPE_PL_THUNDER + soundscape_interval = 50 + +/area/dockred/oob + name = "Dock Red Out of Bounds" + ceiling = CEILING_MAX + icon = 'icons/turf/area_kutjevo.dmi' + icon_state = "oob" + is_resin_allowed = FALSE + flags_area = AREA_NOTUNNEL + can_build_special = FALSE + soundscape_interval = 0 + +/area/dockred/outside + name = "\improper Dock Red" + icon_state = "red" + ceiling = CEILING_NONE + soundscape_interval = 30 + soundscape_playlist = SCAPE_PL_THUNDER + +/area/dockred/outside/telecomm + name = "\improper Port Communications Relay" + icon_state = "ass_line" + ceiling = CEILING_METAL + +/area/dockred/outside/telecomm/depot + name = "\improper Depot Communications Relay" + ceiling = CEILING_NONE + +/area/dockred/outside/telecomm/junkyard + name = "\improper Junkyard Communications Relay" + ceiling = CEILING_NONE + +/area/dockred/outside/port_outside + name = "\improper Dock Red - Space Port(Open)" + soundscape_playlist = SCAPE_PL_DESERT_STORM + +/area/dockred/outside/port_outside/landing_zone + is_landing_zone = TRUE + is_resin_allowed = FALSE + +/area/dockred/outside/bar + name = "\improper Dock Red - Bar" + icon_state = "bar" + ceiling = CEILING_METAL + +/area/dockred/outside/dorms + name = "\improper Dock Red - Dorms" + icon_state = "bar" + ceiling = CEILING_METAL + +/area/dockred/outside/port_inside + name = "\improper Dock Red - Space Port(Ceiling)" + icon_state = "storage" + ceiling = CEILING_METAL + minimap_color = MINIMAP_AREA_COMMAND + is_landing_zone = TRUE + is_resin_allowed = FALSE + +/area/dockred/outside/port_inside/console + requires_power = FALSE + +/area/dockred/outside/cargo + name = "\improper Dock Red - Cargo Depot" + icon_state = "storage" + ceiling = CEILING_METAL + minimap_color = MINIMAP_AREA_COMMAND + +/area/dockred/outside/checkpoint_west + name = "\improper Dock Red - West Checkpoint" + icon_state = "bridge" + ceiling = CEILING_UNDERGROUND_METAL_BLOCK_CAS + ceiling_muffle = FALSE + ambience_exterior = AMBIENCE_ALMAYER + sound_environment = SOUND_ENVIRONMENT_ROOM + minimap_color = MINIMAP_AREA_SEC + +/area/dockred/outside/checkpoint_south + name = "\improper Dock Red - South Checkpoint" + icon_state = "bridge" + ceiling = CEILING_UNDERGROUND_METAL_BLOCK_CAS + ceiling_muffle = FALSE + ambience_exterior = AMBIENCE_ALMAYER + sound_environment = SOUND_ENVIRONMENT_ROOM + minimap_color = MINIMAP_AREA_SEC + +/area/dockred/caves/north + name = "\improper Dock Red - Caves(North)" + icon_state = "caves_lambda" + ceiling = CEILING_UNDERGROUND_BLOCK_CAS + sound_environment = SOUND_ENVIRONMENT_AUDITORIUM + ceiling_muffle = FALSE + ambience_exterior = AMBIENCE_CAVE + soundscape_playlist = SCAPE_PL_CAVE + base_muffle = MUFFLE_HIGH + minimap_color = MINIMAP_AREA_RESEARCH_CAVE + +/area/dockred/caves/south + name = "\improper Dock Red - Caves(South)" + icon_state = "caves_research" + ceiling = CEILING_UNDERGROUND_BLOCK_CAS + sound_environment = SOUND_ENVIRONMENT_AUDITORIUM + ceiling_muffle = FALSE + ambience_exterior = AMBIENCE_CAVE + soundscape_playlist = SCAPE_PL_CAVE + base_muffle = MUFFLE_HIGH + minimap_color = MINIMAP_AREA_RESEARCH_CAVE + +/area/dockred/caves + name = "\improper Dock Red - Caves" + icon_state = "bluenew" + ceiling = CEILING_UNDERGROUND_BLOCK_CAS + sound_environment = SOUND_ENVIRONMENT_AUDITORIUM + ceiling_muffle = FALSE + ambience_exterior = AMBIENCE_CAVE + soundscape_playlist = SCAPE_PL_CAVE + soundscape_interval = 25 + base_muffle = MUFFLE_HIGH + minimap_color = MINIMAP_AREA_CAVES + +/area/dockred/caves/eta + ceiling = CEILING_UNDERGROUND_METAL_BLOCK_CAS + ceiling_muffle = FALSE + ambience_exterior = AMBIENCE_ALMAYER + sound_environment = SOUND_ENVIRONMENT_ROOM + minimap_color = MINIMAP_AREA_RESEARCH_CAVE + soundscape_playlist = list() + +/area/dockred/caves/eta/living + name = "\improper Dock Red - ETA(Living Quarters)" + icon_state = "eta_living" + +/area/dockred/caves/eta/xenobiology + name = "\improper Dock Red - ETA(Xenobiology)" + icon_state = "eta_xeno" + +/area/dockred/caves/eta/storage + name = "\improper Dock Red - ETA(Storage)" + icon_state = "eta_storage" + +/area/dockred/caves/eta/research + name = "\improper Dock Red - ETA(Research)" + icon_state = "eta_research" + +/area/dockred/caves/lambda + ceiling = CEILING_UNDERGROUND_METAL_BLOCK_CAS + ceiling_muffle = FALSE + ambience_exterior = AMBIENCE_ALMAYER + sound_environment = SOUND_ENVIRONMENT_ROOM + minimap_color = MINIMAP_AREA_RESEARCH_CAVE + soundscape_playlist = list() + +/area/dockred/caves/lambda/virology + name = "\improper Dock Red - LAMBDA(Virology)" + icon_state = "lam_virology" + +/area/dockred/caves/lambda/research + name = "\improper Dock Red - LAMBDA(Research)" + icon_state = "lam_research" + +/area/dockred/caves/lambda/breakroom + name = "\improper Dock Red - LAMBDA(Breakroom)" + icon_state = "lam_break" + +/area/dockred/caves/lambda/xenobiology + name = "\improper Dock Red - LAMBDA(Xenobiology)" + icon_state = "lam_xeno" + diff --git a/maps/map_files/Dock_Red/Dock_Red.dmm b/maps/map_files/Dock_Red/Dock_Red.dmm new file mode 100644 index 0000000000..8c88d8f662 --- /dev/null +++ b/maps/map_files/Dock_Red/Dock_Red.dmm @@ -0,0 +1,49407 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"ab" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "greencorner" + }, +/area/dockred/outside/dorms) +"ac" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 8; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/storage) +"ad" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison{ + dir = 9; + icon_state = "greenfull" + }, +/area/dockred/outside/dorms) +"ae" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/dockred/outside/dorms) +"af" = ( +/turf/open/floor{ + dir = 8; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"ag" = ( +/obj/structure/machinery/power/apc/fully_broken{ + dir = 4 + }, +/turf/open/floor/plating, +/area/dockred/outside/telecomm/depot) +"ah" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside) +"ai" = ( +/obj/structure/cargo_container/arious/right, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"aj" = ( +/turf/closed/wall/solaris, +/area/dockred/outside/telecomm/depot) +"ak" = ( +/obj/structure/machinery/light, +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"al" = ( +/turf/closed/wall/solaris, +/area/dockred/outside/dorms) +"am" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/computer/aifixer, +/obj/structure/surface/table, +/turf/open/floor{ + dir = 4; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"an" = ( +/turf/open/floor/plating, +/area/dockred/outside/telecomm/depot) +"ao" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"ap" = ( +/obj/structure/platform/shiva{ + dir = 8 + }, +/obj/item/disk, +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"aq" = ( +/turf/open/floor{ + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"ar" = ( +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, +/area/dockred/outside/port_outside) +"as" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/obj/effect/decal/cleanable/mucus, +/turf/open/floor{ + dir = 10; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"at" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Lambda Lab Xenobiology" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/xenobiology) +"au" = ( +/obj/structure/largecrate/supply/generator{ + pixel_x = 7 + }, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = 7; + pixel_y = 12 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"av" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/outside/telecomm/depot) +"aw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/outside/telecomm/depot) +"ax" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/outside/telecomm/depot) +"ay" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"aA" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/plating, +/area/dockred/outside/telecomm/depot) +"aB" = ( +/obj/structure/bed/stool, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/dockred/outside/bar) +"aC" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "warnplate" + }, +/area/dockred/outside/telecomm) +"aD" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_6" + }, +/area/dockred/caves/lambda/research) +"aE" = ( +/turf/open/floor{ + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"aF" = ( +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"aG" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"aH" = ( +/turf/open/floor/plating, +/area/dockred/outside/telecomm) +"aI" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/xenobiology) +"aJ" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"aK" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "dock_block1" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/outside/port_inside) +"aL" = ( +/obj/item/storage/belt/grenade, +/obj/structure/closet/crate, +/obj/item/explosive/grenade/high_explosive/frag, +/obj/item/explosive/grenade/high_explosive/frag, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_west) +"aM" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/alarm{ + dir = 4; + pixel_x = -30 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"aN" = ( +/obj/structure/machinery/power/apc/wires_cut{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/dockred/outside/telecomm) +"aO" = ( +/obj/structure/cargo_container/arious/left, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"aP" = ( +/obj/structure/sign/safety/biohazard{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/machinery/light/small/built{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"aQ" = ( +/obj/effect/decal/cleanable/mucus, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/virology) +"aR" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"aS" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/plating, +/area/dockred/outside/telecomm) +"aT" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"aU" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor{ + dir = 4; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/lambda/virology) +"aV" = ( +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/dockred/outside/telecomm) +"aW" = ( +/obj/structure/girder/displaced, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"aX" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Lambda Lab Break Room" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/xenobiology) +"aY" = ( +/obj/structure/machinery/power/apc/fully_broken/no_cell{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/telecomm/junkyard) +"aZ" = ( +/obj/structure/surface/table, +/obj/item/tool/screwdriver, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"ba" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/telecomm/junkyard) +"bb" = ( +/obj/structure/machinery/light/small, +/obj/structure/sign/safety/maint{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"bc" = ( +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/research) +"bd" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/research) +"be" = ( +/turf/open/floor/plating{ + dir = 10; + icon_state = "warnplate" + }, +/area/dockred/outside/telecomm) +"bf" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"bg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/dockred/outside/telecomm) +"bh" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4 + }, +/obj/item/alien_embryo{ + pixel_x = 6; + pixel_y = 14 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"bi" = ( +/turf/open/mars, +/area/dockred/caves/eta/research) +"bj" = ( +/obj/structure/filingcabinet/medical, +/turf/open/floor{ + dir = 1; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"bk" = ( +/obj/effect/alien/weeds/node, +/obj/structure/mineral_door/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"bl" = ( +/obj/structure/machinery/power/smes/buildable{ + name = "colony distribution SMES" + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/cargo) +"bm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W-corner" + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/xenobiology) +"bn" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_5" + }, +/area/dockred/caves/north) +"bo" = ( +/obj/item/cell/crap, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside) +"bq" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"br" = ( +/turf/open/floor/plating{ + dir = 6; + icon_state = "warnplate" + }, +/area/dockred/outside/telecomm) +"bs" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Lambda Lab Hydroponics" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/xenobiology) +"bt" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/breakroom) +"bu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/checkpoint_south) +"bw" = ( +/turf/open/floor{ + dir = 4; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/storage) +"bx" = ( +/obj/structure/machinery/computer/arcade, +/turf/open/floor/carpet, +/area/dockred/caves/lambda/breakroom) +"by" = ( +/obj/structure/machinery/landinglight/ds1, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice7"; + pixel_x = 16; + pixel_y = 17 + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"bz" = ( +/obj/item/broken_device, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/telecomm/junkyard) +"bA" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/telecomm/junkyard) +"bB" = ( +/turf/closed/wall/mineral/bone_resin, +/area/dockred/caves/eta/storage) +"bD" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside) +"bE" = ( +/obj/item/grown/sunflower, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "whitegreenfull" + }, +/area/dockred/caves/lambda/xenobiology) +"bF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/dockred/outside/bar) +"bG" = ( +/obj/structure/barricade/wooden, +/turf/open/floor{ + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/breakroom) +"bH" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/telecomm/junkyard) +"bI" = ( +/obj/structure/machinery/constructable_frame, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/telecomm/junkyard) +"bJ" = ( +/turf/closed/shuttle{ + dir = 1; + icon_state = "pwall" + }, +/area/space) +"bK" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"bL" = ( +/obj/structure/sign/safety/ladder, +/turf/closed/wall/solaris/reinforced/hull, +/area/dockred/outside/checkpoint_south) +"bM" = ( +/turf/open/floor{ + dir = 1; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"bO" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"bP" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/mars_cave, +/area/dockred/caves/lambda/research) +"bQ" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"bT" = ( +/obj/structure/surface/table/holotable/wood, +/turf/open/floor/carpet, +/area/dockred/caves/lambda/breakroom) +"bW" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"bX" = ( +/obj/structure/machinery/access_button/airlock_exterior{ + master_tag = "viro_controller"; + pixel_y = -28 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"bY" = ( +/turf/open/floor{ + icon_state = "whitegreenfull" + }, +/area/dockred/caves/lambda/xenobiology) +"bZ" = ( +/obj/structure/machinery/landinglight/ds2/delayone, +/obj/structure/barricade/deployable{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"ca" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"cd" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_4" + }, +/area/dockred/outside/port_outside/landing_zone) +"ce" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"cg" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + icon = 'icons/obj/pipes/manifold.dmi'; + icon_state = "map"; + name = "Pipe manifold" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"ch" = ( +/obj/structure/cargo_container/trijent/right/alt, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/dockred/outside/port_outside) +"ci" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/syndi_cakes, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"cj" = ( +/obj/structure/surface/table, +/obj/item/device/radio, +/turf/open/floor/prison{ + icon_state = "blue" + }, +/area/dockred/outside/dorms) +"cl" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/general_air_control/large_tank_control{ + name = "Oxygen Supply Console" + }, +/obj/structure/cable{ + icon_state = "11-2" + }, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"cm" = ( +/obj/structure/cargo_container/grant/left, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"cn" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/microwave, +/obj/structure/machinery/light, +/turf/open/floor{ + dir = 6; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"co" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_1"; + opacity = 0 + }, +/area/dockred/outside/port_inside) +"cp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/device/flashlight/lantern, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"cq" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 4 + }, +/obj/item/stack/rods, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"cs" = ( +/obj/item/clothing/under/shorts/red, +/obj/structure/surface/rack, +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/dockred/outside/dorms) +"ct" = ( +/obj/structure/closet/crate/freezer, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/lambda/xenobiology) +"cu" = ( +/obj/effect/glowshroom, +/turf/open/mars_cave{ + icon_state = "mars_cave_7" + }, +/area/dockred/caves/north) +"cw" = ( +/obj/structure/girder, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"cx" = ( +/obj/structure/prop/dam/crane/cargo, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"cy" = ( +/obj/item/device/multitool, +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/research) +"cz" = ( +/obj/structure/curtain/medical, +/turf/open/floor{ + dir = 6; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"cA" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/interior/tatami, +/area/dockred/outside/bar) +"cB" = ( +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/dockred/outside/checkpoint_south) +"cC" = ( +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/outside/port_inside) +"cD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_magazine/pistol/m1911, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"cE" = ( +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/virology) +"cF" = ( +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/engine, +/area/dockred/caves/lambda/research) +"cG" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/research) +"cI" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"cJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W-corner" + }, +/turf/open/floor{ + dir = 8; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"cK" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating{ + dir = 10; + icon_state = "warnplate" + }, +/area/dockred/caves/lambda/xenobiology) +"cM" = ( +/obj/structure/machinery/power/port_gen/pacman/super, +/turf/open/mars_cave{ + icon_state = "mars_cave_16" + }, +/area/dockred/outside/port_outside) +"cN" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside) +"cO" = ( +/obj/structure/barricade/metal{ + dir = 4; + icon_state = "barricade" + }, +/turf/open/floor{ + dir = 6; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"cP" = ( +/obj/effect/alien/weeds/node, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/living) +"cQ" = ( +/obj/structure/mineral_door/resin, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/north) +"cS" = ( +/obj/structure/fence, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/cargo) +"cT" = ( +/turf/open/floor{ + dir = 1; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"cU" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"cV" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor/wood, +/area/dockred/caves/lambda/breakroom) +"cW" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_23" + }, +/area/dockred/caves/north) +"cX" = ( +/obj/structure/machinery/light, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/south) +"cY" = ( +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/eta/living) +"da" = ( +/obj/structure/surface/table, +/obj/item/tool/screwdriver, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"db" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"dc" = ( +/obj/structure/surface/table, +/obj/item/spacecash/c1, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"dd" = ( +/obj/structure/fence, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/dockred/outside/cargo) +"de" = ( +/obj/structure/cargo_container/watatsumi/leftmid, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"df" = ( +/obj/structure/fence, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/cargo) +"dh" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_16" + }, +/area/dockred/outside/checkpoint_west) +"dj" = ( +/obj/structure/machinery/light, +/turf/open/floor, +/area/dockred/caves/eta/living) +"dk" = ( +/turf/open/floor{ + dir = 8; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/storage) +"dm" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "greencorner" + }, +/area/dockred/outside/dorms) +"do" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + id = "lambda"; + name = "Lambda Lockdown" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/checkpoint_west) +"dp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/structure/machinery/power/apc{ + dir = 1; + pixel_y = 28; + start_charge = 0 + }, +/turf/open/floor{ + dir = 9; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"dr" = ( +/turf/open/floor/interior/wood/alt, +/area/dockred/outside/bar) +"ds" = ( +/turf/open/floor/plating{ + dir = 9; + icon_state = "warnplate" + }, +/area/dockred/caves/lambda/xenobiology) +"dt" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/xenobiology) +"du" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/north) +"dv" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/storage) +"dw" = ( +/obj/item/tool/mop, +/obj/structure/surface/rack, +/turf/open/floor/prison{ + dir = 4; + icon_state = "blue" + }, +/area/dockred/outside/dorms) +"dx" = ( +/turf/closed/wall/solaris/reinforced/hull, +/area/dockred/outside/checkpoint_west) +"dy" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/dockred/outside/dorms) +"dB" = ( +/obj/structure/barricade/metal, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"dD" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"dE" = ( +/obj/structure/mineral_door/resin, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"dG" = ( +/turf/open/mars, +/area/dockred/caves/eta/xenobiology) +"dH" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/floor{ + icon_state = "white" + }, +/area/dockred/caves/lambda/xenobiology) +"dJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"dK" = ( +/obj/structure/surface/table, +/obj/item/trash/plate, +/turf/open/floor/prison{ + dir = 8; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"dL" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/dockred/outside/checkpoint_west) +"dM" = ( +/obj/structure/surface/table, +/obj/item/device/radio{ + pixel_y = 8 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_3" + }, +/area/dockred/outside/port_outside) +"dN" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 1; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"dO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"dP" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"dQ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"dR" = ( +/obj/structure/machinery/atm{ + name = "Weyland-Yutani Automatic Teller Machine"; + pixel_y = 30 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "greencorner" + }, +/area/dockred/outside/dorms) +"dS" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/cargo) +"dT" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet7-3" + }, +/area/dockred/outside/bar) +"dU" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "\improper Lambda Lab Cell" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/xenobiology) +"dX" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"dY" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/plating{ + dir = 10; + icon_state = "warnplate" + }, +/area/dockred/caves/lambda/xenobiology) +"dZ" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "\improper Eta Lab Server" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/storage) +"ea" = ( +/turf/open/floor/prison{ + icon_state = "bright_clean2" + }, +/area/dockred/outside/dorms) +"ec" = ( +/obj/structure/machinery/floodlight, +/turf/open/mars_cave{ + icon_state = "mars_dirt_6" + }, +/area/dockred/outside/port_outside) +"ed" = ( +/obj/item/ammo_magazine/handful/shotgun/custom_color{ + color = "#6666ff"; + desc = "A handful of ulta rare 12 gauge HE/FRAG ammunition to seriously fuck shit up with. Too bad its behind this indestructable window....."; + name = "handful of HE/FRAG shells (12g)"; + pixel_y = 3 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/dockred/outside/checkpoint_south) +"ee" = ( +/obj/structure/machinery/light, +/obj/structure/sign/safety/rad_haz{ + pixel_y = -32 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"ef" = ( +/obj/item/toy/prize/fireripley{ + pixel_y = 19 + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"eg" = ( +/obj/item/reagent_container/spray/plantbgone, +/turf/open/floor{ + icon_state = "whitegreenfull" + }, +/area/dockred/caves/lambda/xenobiology) +"eh" = ( +/obj/structure/bed/roller, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/lambda/xenobiology) +"ei" = ( +/obj/structure/machinery/smartfridge/secure/virology, +/turf/open/floor{ + dir = 5; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"el" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Lambda Lab Biology Wing" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/xenobiology) +"em" = ( +/obj/effect/alien/weeds/node, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/research) +"en" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison{ + dir = 9; + icon_state = "greenfull" + }, +/area/dockred/outside/dorms) +"eo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor, +/area/dockred/caves/eta/storage) +"ep" = ( +/obj/structure/mineral_door/resin, +/turf/open/floor{ + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"eq" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 8; + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"er" = ( +/obj/structure/largecrate/supply/supplies/water, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"es" = ( +/obj/structure/machinery/landinglight/ds2/delaythree, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"et" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"eu" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/xenobiology) +"ev" = ( +/turf/open/floor{ + dir = 4; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/xenobiology) +"ew" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/xenobiology) +"ex" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "bluecorner" + }, +/area/dockred/outside/dorms) +"eA" = ( +/obj/structure/machinery/light, +/turf/open/floor/carpet, +/area/dockred/caves/lambda/breakroom) +"eB" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 8 + }, +/turf/closed/wall/solaris/reinforced, +/area/dockred/outside/checkpoint_west) +"eD" = ( +/obj/structure/mineral_door/resin, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/north) +"eE" = ( +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/checkpoint_west) +"eF" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/prison{ + dir = 9; + icon_state = "greenfull" + }, +/area/dockred/outside/dorms) +"eG" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/closed/wall/resin, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"eI" = ( +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"eJ" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "greencorner" + }, +/area/dockred/outside/dorms) +"eL" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Large Cables"; + pixel_y = 12 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_17" + }, +/area/dockred/outside/port_outside) +"eM" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "Righty tighty, lefty loosey!"; + dir = 1; + icon = 'icons/obj/pipes/valve.dmi'; + icon_state = "map_valve1"; + name = "Pressure Valve" + }, +/obj/structure/cable{ + icon_state = "1-9" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-5" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"eN" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_22" + }, +/area/dockred/caves/eta/xenobiology) +"eO" = ( +/obj/item/broken_device, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"eP" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"eQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison{ + icon_state = "green" + }, +/area/dockred/outside/dorms) +"eR" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Restroom" + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/outside/bar) +"eS" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"eT" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 1; + name = "\improper Lambda Lab Surgery" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/xenobiology) +"eU" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"eV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"eW" = ( +/obj/structure/powerloader_wreckage, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside) +"eY" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/jungle{ + bushes_spawn = 0; + icon_state = "grass_impenetrable" + }, +/area/dockred/caves/eta/research) +"eZ" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/checkpoint_west) +"fa" = ( +/obj/structure/mineral_door/resin, +/turf/open/floor{ + dir = 8; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"fb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/caves/eta/research) +"fc" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/dockred/caves/eta/storage) +"fd" = ( +/obj/structure/surface/table/holotable/wood, +/turf/open/floor/wood, +/area/dockred/caves/lambda/breakroom) +"fe" = ( +/turf/open/floor{ + dir = 9; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/storage) +"ff" = ( +/turf/closed/wall/solaris/rock, +/area/dockred/caves/lambda/research) +"fg" = ( +/obj/structure/window/framed/solaris/reinforced/hull, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"fj" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/plating, +/area/dockred/caves/lambda/breakroom) +"fk" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/dockred/caves/lambda/xenobiology) +"fl" = ( +/obj/structure/machinery/vending/cigarette/colony{ + pixel_x = 4; + pixel_y = 11 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"fm" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 1; + name = "\improper Bar Backroom"; + welded = 1 + }, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"fn" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "blue" + }, +/area/dockred/outside/dorms) +"fo" = ( +/obj/item/tool/pickaxe/gold, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"fq" = ( +/obj/structure/mineral_door/resin, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"fr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/checkpoint_south) +"ft" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/dockred/outside/dorms) +"fv" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor{ + dir = 5; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"fw" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Lambda Lab Server Room" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/research) +"fx" = ( +/obj/structure/machinery/shower{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/dockred/outside/dorms) +"fy" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = -32 + }, +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"fA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-in" + }, +/turf/open/floor{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/dockred/caves/lambda/virology) +"fB" = ( +/turf/open/mars{ + icon_state = "mars_dirt_10" + }, +/area/dockred/caves/eta/xenobiology) +"fC" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"fF" = ( +/obj/effect/alien/weeds/node, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/north) +"fG" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 4; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/storage) +"fH" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Eta Lab Restroom" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/living) +"fI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor{ + dir = 6; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"fJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"fK" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"fL" = ( +/obj/item/tool/extinguisher/mini, +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/research) +"fM" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_9" + }, +/area/dockred/outside/checkpoint_west) +"fN" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/plating, +/area/dockred/outside/cargo) +"fO" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_7" + }, +/area/dockred/caves/south) +"fQ" = ( +/turf/open/floor{ + dir = 10; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"fS" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Restroom" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/prison{ + icon_state = "bright_clean2" + }, +/area/dockred/outside/dorms) +"fT" = ( +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"fV" = ( +/obj/structure/machinery/landinglight/ds2/delayone, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"fW" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "bright_clean2" + }, +/area/dockred/outside/dorms) +"fX" = ( +/turf/closed/wall/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_11" + }, +/area/dockred/caves/lambda/xenobiology) +"fY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-in" + }, +/turf/open/floor{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/dockred/caves/lambda/virology) +"fZ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Bar" + }, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"ga" = ( +/obj/structure/foamed_metal, +/turf/open/floor{ + dir = 1; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"gb" = ( +/obj/structure/surface/table/woodentable, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/dockred/outside/bar) +"gc" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_23" + }, +/area/dockred/caves/lambda/research) +"gd" = ( +/obj/structure/platform/shiva, +/obj/structure/platform/shiva{ + dir = 1 + }, +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"ge" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/outside/port_inside) +"gg" = ( +/obj/item/device/radio/intercom{ + frequency = 150; + name = "Safe-Room intercom"; + pixel_y = 30 + }, +/turf/open/floor/wood, +/area/dockred/caves/lambda/breakroom) +"gh" = ( +/turf/open/floor{ + dir = 1; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"gi" = ( +/obj/structure/cargo_container/hd/left, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"gj" = ( +/turf/open/floor{ + dir = 6; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"gk" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"gl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"gm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/landinglight/ds2/delaytwo, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"gn" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"go" = ( +/turf/closed/wall/mineral/bone_resin, +/area/dockred/caves/north) +"gq" = ( +/obj/structure/machinery/door/airlock/almayer/secure/colony{ + dir = 1; + icon_state = "door_locked"; + id = "safe_room"; + name = "\improper Lambda Lab Secure Storage" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/breakroom) +"gs" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"gt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"gu" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/breakroom) +"gv" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Lambda Lab Administration Office" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/breakroom) +"gw" = ( +/obj/structure/closet/crate/internals, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"gz" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/mars, +/area/dockred/outside/cargo) +"gA" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 1; + name = "\improper Lambda Lab Virology Wing" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/virology) +"gB" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"gC" = ( +/obj/structure/machinery/teleport/station, +/turf/open/floor{ + icon_state = "podhatch" + }, +/area/dockred/caves/lambda/research) +"gD" = ( +/obj/structure/sign/safety/high_voltage, +/turf/closed/wall/solaris/reinforced, +/area/dockred/outside/checkpoint_south) +"gE" = ( +/obj/structure/bed/chair, +/turf/open/floor/carpet, +/area/dockred/caves/lambda/breakroom) +"gF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/obj/structure/sign/safety/biohazard{ + pixel_x = 8; + pixel_y = -32 + }, +/obj/structure/machinery/light, +/obj/structure/machinery/door_control{ + id = "viro_q"; + layer = 4; + name = "Qurantine Lockdown"; + normaldoorcontrol = 1; + pixel_x = -25; + req_access_txt = "7"; + specialfunctions = 4 + }, +/turf/open/floor{ + dir = 10; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"gG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor{ + dir = 4; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"gI" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/research) +"gJ" = ( +/obj/structure/machinery/light, +/turf/open/floor/plating, +/area/dockred/outside/cargo) +"gK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/device/camera/oldcamera, +/obj/effect/landmark/corpsespawner/colonist/random, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/port_inside) +"gL" = ( +/turf/open/floor{ + dir = 4; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/storage) +"gM" = ( +/obj/structure/window/reinforced/toughened{ + dir = 4 + }, +/obj/structure/window/reinforced/toughened{ + dir = 1; + icon_state = "fwindow"; + pixel_y = 12 + }, +/obj/structure/machinery/disease2/diseaseanalyser, +/turf/open/floor{ + dir = 5; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"gN" = ( +/turf/open/floor{ + dir = 8; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"gO" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"gP" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Lambda Lab Anomaly Lab" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/research) +"gQ" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_5" + }, +/area/dockred/caves/eta/research) +"gS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"gT" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "sterile_white" + }, +/area/dockred/outside/bar) +"gU" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_19" + }, +/area/dockred/outside/port_outside/landing_zone) +"gV" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/research) +"gW" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"gY" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/outside/cargo) +"gZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"ha" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "\improper Eta Lab Cell" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/xenobiology) +"hb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/outside/port_inside) +"hc" = ( +/turf/open/floor{ + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"hd" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/closed/wall/mineral/bone_resin, +/area/dockred/caves/lambda/research) +"he" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"hf" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"hg" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + id = "lambda"; + name = "Lambda Lockdown" + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/checkpoint_south) +"hh" = ( +/obj/structure/surface/table, +/obj/item/XenoBio/Blood, +/obj/item/XenoBio/Blood, +/obj/item/tool/pen, +/turf/open/floor{ + dir = 4; + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"hi" = ( +/obj/effect/landmark/good_item, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"hj" = ( +/turf/open/floor{ + dir = 8; + icon_state = "warnwhite" + }, +/area/dockred/caves/lambda/xenobiology) +"hl" = ( +/turf/open/floor{ + dir = 9; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/north) +"hm" = ( +/turf/closed/wall/solaris/rock, +/area/dockred/caves) +"hn" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"ho" = ( +/obj/structure/platform_decoration/shiva{ + dir = 4 + }, +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"hp" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Eta Lab Cell" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/research) +"hq" = ( +/obj/structure/machinery/light/small/built{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "whitegreenfull" + }, +/area/dockred/caves/lambda/virology) +"ht" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"hu" = ( +/obj/structure/curtain/medical, +/turf/open/floor{ + dir = 5; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"hv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"hw" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "lambda"; + name = "Lambda Lockdown" + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/checkpoint_west) +"hx" = ( +/turf/closed/wall/resin, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"hy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"hz" = ( +/obj/item/trash/cheesie, +/turf/open/floor/interior/tatami, +/area/dockred/outside/bar) +"hA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/xenobiology) +"hB" = ( +/turf/open/jungle{ + bushes_spawn = 0; + icon_state = "grass_impenetrable" + }, +/area/dockred/caves/eta/research) +"hC" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"hD" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_19" + }, +/area/dockred/outside/checkpoint_west) +"hE" = ( +/obj/item/frame/rack, +/obj/effect/landmark/good_item, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"hF" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor{ + dir = 10; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"hG" = ( +/turf/closed/wall/mineral/bone_resin, +/area/dockred/caves/eta/research) +"hH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-in" + }, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/dockred/caves/lambda/virology) +"hI" = ( +/obj/structure/showcase, +/turf/open/floor{ + dir = 8; + icon_state = "carpet6-2" + }, +/area/dockred/caves/eta/living) +"hJ" = ( +/obj/structure/showcase{ + icon_state = "bus" + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet9-4" + }, +/area/dockred/caves/eta/living) +"hK" = ( +/obj/structure/window/reinforced/toughened{ + dir = 1; + icon_state = "fwindow"; + pixel_y = 12 + }, +/obj/structure/machinery/door/window{ + dir = 8 + }, +/obj/effect/landmark/crap_item, +/turf/open/floor{ + dir = 9; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"hL" = ( +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/outside/port_inside) +"hM" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/teleport/station, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"hN" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/south) +"hO" = ( +/turf/open/floor{ + dir = 9; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"hP" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"hQ" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"hS" = ( +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/dockred/outside/dorms) +"hT" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/closed/wall/resin, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"hW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor{ + dir = 8; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"hY" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"hZ" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Eta Lab Cell" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/xenobiology) +"ib" = ( +/turf/open/floor{ + icon_state = "darkred2" + }, +/area/dockred/caves/eta/xenobiology) +"ic" = ( +/obj/structure/machinery/autolathe, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"id" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_6" + }, +/area/dockred/caves/north) +"ie" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-in" + }, +/turf/open/floor{ + icon_state = "whitegreencorner" + }, +/area/dockred/caves/lambda/virology) +"ig" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "whitegreenfull" + }, +/area/dockred/caves/lambda/virology) +"ih" = ( +/obj/structure/surface/table/reinforced, +/obj/item/storage/box/wy_mre, +/obj/item/storage/box/donkpockets{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor{ + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"ij" = ( +/turf/open/floor{ + dir = 1; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"ik" = ( +/turf/open/gm/river{ + name = "pool" + }, +/area/dockred/outside/dorms) +"il" = ( +/obj/structure/mineral_door/resin, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"im" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/breakroom) +"ip" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"iq" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor/interior/tatami, +/area/dockred/outside/bar) +"ir" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice15"; + pixel_x = 16; + pixel_y = 17 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -16; + pixel_y = 17 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"is" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"it" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"iu" = ( +/obj/structure/platform/shiva{ + dir = 8 + }, +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"iv" = ( +/obj/effect/glowshroom, +/turf/open/mars_cave{ + icon_state = "mars_cave_5" + }, +/area/dockred/caves/north) +"iw" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "Righty tighty, lefty loosey!"; + dir = 1; + icon = 'icons/obj/pipes/valve.dmi'; + icon_state = "map_valve1"; + name = "Pressure Valve" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"ix" = ( +/obj/structure/barricade/metal/wired{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"iy" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Dormitories" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"iA" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor{ + dir = 10; + icon_state = "purple" + }, +/area/dockred/caves/lambda/research) +"iB" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 6; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"iC" = ( +/obj/structure/machinery/atm{ + name = "Weyland-Yutani Automatic Teller Machine"; + pixel_y = 30 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"iE" = ( +/obj/structure/filingcabinet, +/turf/open/floor{ + dir = 9; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"iF" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor{ + dir = 10; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"iG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 8; + icon_state = "carpet9-4" + }, +/area/dockred/outside/bar) +"iH" = ( +/obj/structure/machinery/landinglight/ds1/delayone, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -16; + pixel_y = 17 + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"iI" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/plating, +/area/dockred/caves/eta/storage) +"iJ" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"iK" = ( +/obj/structure/closet/secure_closet, +/turf/open/floor{ + dir = 9; + icon_state = "redfull" + }, +/area/dockred/caves/eta/research) +"iL" = ( +/obj/item/clothing/glasses/welding, +/turf/open/floor{ + dir = 8; + icon_state = "purplecorner" + }, +/area/dockred/caves/lambda/research) +"iM" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"iN" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 3 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"iO" = ( +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"iP" = ( +/turf/closed/wall/resin, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"iQ" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"iR" = ( +/obj/structure/xenoautopsy/tank/alien, +/obj/effect/decal/warning_stripes, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/xenobiology) +"iT" = ( +/obj/structure/cargo_container/seegson/mid, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"iV" = ( +/turf/closed/wall/solaris/reinforced, +/area/dockred/outside/cargo) +"iX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "11-2" + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"iZ" = ( +/obj/structure/machinery/floodlight/landing/floor, +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1"; + pixel_x = -12; + pixel_y = -10 + }, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/dockred/outside/port_inside) +"ja" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison{ + icon_state = "bright_clean2" + }, +/area/dockred/outside/dorms) +"jb" = ( +/obj/structure/barricade/deployable{ + dir = 8 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"jc" = ( +/turf/open/floor{ + dir = 1; + icon_state = "loadingarea" + }, +/area/dockred/caves/eta/storage) +"jd" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/dockred/outside/dorms) +"je" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"jg" = ( +/obj/structure/machinery/vending/coffee{ + icon_state = "coffee-broken"; + stat = 1 + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"jh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/dockred/outside/dorms) +"jj" = ( +/obj/structure/cargo_container/grant/left, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"jk" = ( +/obj/structure/catwalk, +/turf/open/floor/plating, +/area/dockred/outside/dorms) +"jl" = ( +/obj/structure/foamed_metal, +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"jm" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"jn" = ( +/obj/structure/fence, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"jo" = ( +/obj/structure/machinery/autolathe, +/turf/open/floor{ + dir = 8; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"jp" = ( +/obj/structure/bed/stool, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/xenobiology) +"jq" = ( +/turf/closed/wall/solaris, +/area/dockred/caves/eta/research) +"jr" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/eta/storage) +"js" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -16; + pixel_y = 17 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"ju" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/dockred/outside/port_inside) +"jv" = ( +/obj/structure/surface/table/gamblingtable, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"jw" = ( +/turf/open/floor{ + dir = 6; + icon_state = "darkgreen2" + }, +/area/dockred/caves/eta/xenobiology) +"jx" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor{ + icon_state = "whitepurplecorner" + }, +/area/dockred/caves/lambda/research) +"jy" = ( +/obj/structure/platform/shiva{ + dir = 4 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"jz" = ( +/obj/item/weapon/gun/smg/m39, +/obj/structure/closet/secure_closet/guncabinet/wy, +/turf/open/floor{ + dir = 9; + icon_state = "redfull" + }, +/area/dockred/caves/eta/research) +"jA" = ( +/obj/structure/machinery/r_n_d/bioprinter, +/turf/open/floor{ + dir = 10; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"jB" = ( +/obj/structure/machinery/shower{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/eta/research) +"jC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"jE" = ( +/obj/structure/surface/table, +/turf/open/floor/plating, +/area/dockred/caves/eta/research) +"jF" = ( +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/xenobiology) +"jG" = ( +/obj/structure/closet/athletic_mixed, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/dockred/outside/dorms) +"jI" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"jJ" = ( +/obj/structure/closet/secure_closet, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 9; + icon_state = "redfull" + }, +/area/dockred/caves/eta/research) +"jK" = ( +/turf/closed/wall/solaris/reinforced/hull, +/area/dockred/outside/checkpoint_south) +"jL" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_10" + }, +/area/dockred/caves/north) +"jM" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/microwave, +/obj/structure/machinery/light, +/turf/open/floor{ + dir = 10; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"jO" = ( +/obj/structure/window/reinforced/toughened, +/obj/structure/machinery/door/window{ + layer = 4 + }, +/turf/open/floor{ + dir = 6; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"jP" = ( +/turf/closed/wall/solaris/reinforced, +/area/dockred/caves/eta/research) +"jR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg2" + }, +/area/dockred/outside/port_inside) +"jS" = ( +/obj/structure/cargo_container/hd/mid/alt, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/south) +"jT" = ( +/obj/structure/cargo_container/trijent/mid/alt, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"jV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/tunnel{ + id = "hole2" + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/xenobiology) +"jW" = ( +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/dockred/outside/dorms) +"jX" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating, +/area/dockred/outside/cargo) +"jY" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"jZ" = ( +/obj/structure/surface/table, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"ka" = ( +/turf/open/shuttle/dropship{ + icon_state = "floor8" + }, +/area/dockred/outside/port_inside) +"kb" = ( +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"kc" = ( +/obj/structure/machinery/door_control{ + id = "eta"; + name = "Eta Lockdown"; + pixel_x = 30; + throw_range = 15 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"kd" = ( +/obj/effect/alien/weeds/node, +/turf/open/mars_cave{ + icon_state = "mars_cave_12" + }, +/area/dockred/caves/eta/research) +"ke" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + pixel_y = -32 + }, +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"kf" = ( +/turf/open/floor{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/dockred/caves/lambda/research) +"kg" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan21" + }, +/area/dockred/outside/port_inside) +"kh" = ( +/obj/structure/window/framed/solaris, +/turf/open/floor/plating, +/area/dockred/caves/eta/xenobiology) +"ki" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -16; + pixel_y = 17 + }, +/turf/closed/wall/solaris/reinforced/hull, +/area/dockred/outside/port_inside) +"kj" = ( +/obj/structure/cargo_container/wy/right, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"kk" = ( +/turf/open/floor/plating, +/area/dockred/caves/eta/storage) +"kl" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/interior/wood/alt, +/area/dockred/outside/bar) +"km" = ( +/obj/structure/machinery/power/apc{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"kn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/sign/safety/biohazard{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"ko" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg2" + }, +/area/dockred/outside/port_inside) +"kp" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/xenobiology) +"kr" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/dockred/outside/bar) +"ks" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"kt" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/north) +"ku" = ( +/turf/open/floor{ + dir = 4; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"kv" = ( +/obj/structure/mineral_door/resin, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/north) +"kw" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_13" + }, +/area/dockred/outside/port_outside) +"kx" = ( +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"ky" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/dockred/outside/checkpoint_west) +"kz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/cable{ + icon_state = "11-2" + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"kA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"kD" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Lambda Lab Virology Quarantine" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/virology) +"kF" = ( +/obj/structure/machinery/light, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/cargo) +"kH" = ( +/obj/effect/alien/weeds/node, +/turf/open/mars_cave, +/area/dockred/caves/north) +"kI" = ( +/turf/open/floor{ + icon_state = "whitegreencorner" + }, +/area/dockred/caves/lambda/xenobiology) +"kJ" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber, +/turf/open/mars_cave{ + icon_state = "mars_dirt_6" + }, +/area/dockred/outside/port_outside) +"kK" = ( +/obj/structure/machinery/seed_extractor, +/turf/open/floor{ + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/xenobiology) +"kM" = ( +/obj/docking_port/stationary/marine_dropship/lz1{ + name = "Dock 1" + }, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"kN" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"kP" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/breakroom) +"kQ" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "\improper Eta Lab Canteen" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/living) +"kS" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin8" + }, +/area/dockred/outside/port_inside) +"kT" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/dockred/outside/port_inside) +"kU" = ( +/turf/closed/wall/solaris/rock, +/area/dockred/outside/cargo) +"kV" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"kW" = ( +/obj/structure/surface/table, +/obj/item/storage/fancy/cigarettes/kpack{ + pixel_x = 6 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"kX" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"kZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"la" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"le" = ( +/obj/effect/alien/weeds/node, +/turf/open/mars_cave{ + icon_state = "mars_cave_6" + }, +/area/dockred/caves/north) +"lf" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/dockred/outside/port_inside) +"lg" = ( +/turf/open/floor{ + dir = 6; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"lh" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"li" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"lj" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"ll" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "dock_block1" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/outside/port_inside) +"lm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/ore/uranium{ + desc = "You feel fuzzy just looking at it.... it's slightly lumanesant"; + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/checkpoint_south) +"ln" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/framed/solaris, +/turf/open/floor/plating, +/area/dockred/outside/bar) +"lo" = ( +/obj/structure/powerloader_wreckage/ft, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"lp" = ( +/obj/structure/bed/chair/wood/normal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/tatami, +/area/dockred/outside/bar) +"lq" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/tool/pen, +/turf/open/floor{ + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"lr" = ( +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"ls" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_6" + }, +/area/dockred/outside/port_outside) +"lt" = ( +/obj/effect/decal/cleanable/mucus, +/obj/structure/surface/table, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/xenobiology) +"lv" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"lw" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/mars_cave{ + icon_state = "mars_cave_7" + }, +/area/dockred/caves/north) +"lx" = ( +/obj/structure/bed/chair/comfy/orange{ + dir = 1 + }, +/turf/open/floor, +/area/dockred/caves/eta/living) +"ly" = ( +/turf/open/floor{ + dir = 10; + icon_state = "darkgreen2" + }, +/area/dockred/caves/eta/xenobiology) +"lz" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_5" + }, +/area/dockred/outside/port_outside/landing_zone) +"lD" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/engine, +/area/dockred/caves/lambda/research) +"lE" = ( +/obj/structure/bed/stool, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"lF" = ( +/obj/structure/bed, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/research) +"lG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "U-S" + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/research) +"lJ" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"lK" = ( +/obj/structure/bookcase/manuals/research_and_development, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"lL" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -16; + pixel_y = 17 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"lM" = ( +/turf/closed/wall/solaris/reinforced, +/area/dockred/outside/checkpoint_west) +"lN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "dock_block1" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/outside/port_inside) +"lO" = ( +/obj/structure/machinery/light/built, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/structure/machinery/power/apc{ + dir = 8; + pixel_x = -30; + start_charge = 0 + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"lP" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/obj/structure/machinery/light, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"lS" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/lambda/xenobiology) +"lT" = ( +/obj/structure/pipes/standard/tank/oxygen, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"lU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"lW" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_8" + }, +/area/dockred/outside/port_outside) +"lX" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan20" + }, +/area/dockred/outside/port_inside) +"lY" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_4" + }, +/area/dockred/caves/north) +"lZ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"ma" = ( +/turf/closed/wall/solaris/rock, +/area/dockred/caves/south) +"mc" = ( +/obj/structure/foamed_metal, +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"md" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W-corner" + }, +/obj/item/shard{ + icon_state = "small" + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/xenobiology) +"me" = ( +/obj/structure/ore_box, +/turf/open/floor{ + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"mf" = ( +/obj/structure/closet/cabinet, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"mg" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet5-1" + }, +/area/dockred/outside/bar) +"mh" = ( +/turf/open/floor{ + dir = 6; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/storage) +"mj" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside/landing_zone) +"mk" = ( +/obj/structure/mineral_door/resin, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"mm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"mn" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"mo" = ( +/obj/structure/window/reinforced/toughened{ + dir = 1; + icon_state = "fwindow"; + pixel_y = 12 + }, +/obj/structure/window/reinforced/toughened{ + dir = 4 + }, +/obj/structure/surface/table/reinforced, +/turf/open/floor{ + dir = 5; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"mp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"mq" = ( +/obj/effect/spawner/random/tool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/checkpoint_south) +"mr" = ( +/obj/effect/alien/weeds/node, +/turf/open/mars_cave{ + icon_state = "mars_cave_11" + }, +/area/dockred/caves/north) +"ms" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 + }, +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"mt" = ( +/obj/structure/curtain/medical, +/turf/open/floor{ + dir = 10; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"mv" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"mw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison{ + dir = 1; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"mx" = ( +/obj/structure/barricade/wooden, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"my" = ( +/obj/item/ore{ + pixel_x = 9; + pixel_y = 13 + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_6" + }, +/area/dockred/outside/port_outside) +"mA" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "bright_clean2" + }, +/area/dockred/outside/dorms) +"mB" = ( +/obj/item/paper/bigred/finance{ + pixel_x = -9 + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"mC" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside/landing_zone) +"mD" = ( +/obj/structure/machinery/light/small/built{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "whitegreenfull" + }, +/area/dockred/caves/lambda/virology) +"mE" = ( +/obj/structure/window/reinforced/toughened{ + icon_state = "fwindow" + }, +/obj/structure/window/reinforced/toughened{ + dir = 4 + }, +/obj/structure/machinery/computer/pandemic, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 6; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"mF" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"mG" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_7" + }, +/area/dockred/caves/north) +"mH" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "sterile_white" + }, +/area/dockred/outside/bar) +"mI" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/closet/cabinet, +/obj/item/disk/nuclear, +/obj/item/weapon/gun/pistol/mod88, +/obj/structure/pipes/vents/pump/on, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"mJ" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + layer = 2.9 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/dockred/outside/port_inside) +"mK" = ( +/turf/open/floor{ + dir = 8; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/xenobiology) +"mL" = ( +/obj/structure/bed/chair, +/turf/open/mars_cave{ + icon_state = "mars_cave_23" + }, +/area/dockred/caves/eta/research) +"mM" = ( +/obj/structure/bed, +/obj/structure/pipes/vents/pump, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/research) +"mN" = ( +/turf/open/floor{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"mO" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor/interior/tatami, +/area/dockred/outside/bar) +"mP" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"mQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating, +/area/dockred/outside/cargo) +"mR" = ( +/turf/closed/wall/solaris/reinforced, +/area/dockred/caves/lambda/breakroom) +"mT" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 6; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/lambda/research) +"mU" = ( +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/north) +"mW" = ( +/turf/closed/wall/solaris/reinforced/hull, +/area/dockred/outside/port_inside) +"mX" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/storage) +"mY" = ( +/turf/open/floor{ + dir = 5; + icon_state = "purple" + }, +/area/dockred/caves/lambda/research) +"mZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"na" = ( +/obj/structure/cargo_container/trijent/right, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/dockred/outside/port_outside) +"nb" = ( +/turf/open/floor{ + dir = 8; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/xenobiology) +"ne" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_13" + }, +/area/dockred/outside/port_outside) +"nf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 4; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/storage) +"ng" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/biogenerator, +/turf/open/floor{ + dir = 1; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"nh" = ( +/obj/structure/largecrate/random, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/xenobiology) +"ni" = ( +/obj/structure/largecrate/supply/explosives/mines{ + pixel_x = 4; + pixel_y = 13 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"nj" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"nk" = ( +/obj/item/frame/rack, +/obj/effect/spawner/random/toolbox, +/obj/effect/decal/cleanable/dirt, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"nl" = ( +/obj/structure/lz_sign/solaris_sign{ + pixel_x = -16 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"nn" = ( +/turf/closed/wall/resin, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"no" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Cable connector" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/dockred/outside/checkpoint_south) +"np" = ( +/obj/structure/window/reinforced/toughened{ + dir = 1; + icon_state = "fwindow"; + pixel_y = 12 + }, +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/surface/table/reinforced, +/turf/open/floor{ + dir = 9; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"nq" = ( +/obj/structure/surface/table/holotable/wood, +/obj/item/paper_bin, +/turf/open/floor/wood, +/area/dockred/caves/lambda/breakroom) +"nr" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 5; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"nt" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside) +"nu" = ( +/obj/structure/bed, +/obj/effect/landmark/corpsespawner/pmc, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/research) +"nv" = ( +/obj/item/ore{ + pixel_x = -1; + pixel_y = -8 + }, +/obj/effect/decal/cleanable/blood/oil/streak{ + pixel_y = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_7" + }, +/area/dockred/outside/port_outside) +"nw" = ( +/obj/structure/surface/table, +/obj/item/paper_bin, +/obj/item/disk/nuclear, +/turf/open/floor{ + dir = 8; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"nx" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"nB" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"nF" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"nG" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"nH" = ( +/turf/open/floor{ + dir = 10; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"nI" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/shard, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/lambda/xenobiology) +"nJ" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin7" + }, +/area/dockred/outside/port_inside) +"nK" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating, +/area/dockred/outside/cargo) +"nL" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 1; + name = "\improper Lambda Lab Prisoner Room" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/xenobiology) +"nM" = ( +/obj/item/device/flashlight/on{ + pixel_x = 8 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/dockred/outside/checkpoint_south) +"nO" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/lambda/xenobiology) +"nP" = ( +/obj/structure/machinery/vending/snack{ + icon_state = "snack-broken"; + stat = 1 + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"nS" = ( +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/outside/cargo) +"nT" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet10-8" + }, +/area/dockred/outside/bar) +"nV" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_17" + }, +/area/dockred/outside/port_outside) +"nW" = ( +/obj/structure/surface/rack, +/obj/item/storage/toolbox/syndicate, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/dockred/outside/port_inside) +"nX" = ( +/obj/structure/powerloader_wreckage, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"nY" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"nZ" = ( +/obj/structure/cable, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + id = "lambda"; + name = "Lambda Lockdown" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"oa" = ( +/obj/structure/window/reinforced/toughened{ + icon_state = "fwindow" + }, +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/turf/open/floor{ + dir = 10; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"oc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds/node, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/living) +"od" = ( +/obj/structure/mineral_door/resin, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"of" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/north) +"og" = ( +/obj/structure/largecrate/guns, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "bot" + }, +/area/dockred/caves/eta/storage) +"oh" = ( +/obj/structure/window/reinforced/toughened{ + dir = 4 + }, +/obj/structure/window/reinforced/toughened, +/obj/structure/closet/crate/freezer, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor{ + dir = 6; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"oi" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/jungle{ + bushes_spawn = 0; + icon_state = "grass_impenetrable" + }, +/area/dockred/caves/eta/xenobiology) +"ol" = ( +/obj/effect/decal/mecha_wreckage/ripley/firefighter, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"oo" = ( +/obj/structure/surface/rack, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"op" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/living) +"oq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/checkpoint_south) +"or" = ( +/obj/item/stack/rods/plasteel, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/dockred/outside/port_inside) +"os" = ( +/turf/open/floor{ + dir = 1; + icon_state = "podhatch" + }, +/area/dockred/caves/lambda/research) +"ot" = ( +/obj/structure/closet/secure_closet/RD, +/turf/open/floor{ + dir = 1; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"ou" = ( +/obj/effect/alien/weeds/node, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/north) +"ov" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"ow" = ( +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/eta/storage) +"ox" = ( +/obj/structure/surface/table, +/obj/item/storage/fancy/vials/random, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"oz" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/surgery/hemostat, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/lambda/xenobiology) +"oA" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/south) +"oB" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/eta/living) +"oC" = ( +/obj/structure/bed/chair/dropship/passenger, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/dockred/outside/port_inside) +"oD" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/closed/wall/resin, +/turf/open/floor{ + dir = 1; + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"oE" = ( +/obj/effect/landmark/corpsespawner/colonist/random, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"oF" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside/landing_zone) +"oG" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/shuttle/dropship/flight/lz1{ + dir = 4; + pixel_y = 9 + }, +/obj/structure/machinery/computer/secure_data{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside/console) +"oH" = ( +/obj/structure/cargo_container/horizontal/blue/middle, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"oI" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice5"; + pixel_x = 16; + pixel_y = 17 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"oJ" = ( +/turf/open/floor/plating, +/area/dockred/caves/eta/xenobiology) +"oK" = ( +/obj/item/weapon/gun/smartgun{ + pixel_x = 14; + pixel_y = -13 + }, +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"oL" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"oM" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"oN" = ( +/obj/structure/bed/chair/office/dark, +/turf/open/floor{ + dir = 10; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"oO" = ( +/obj/structure/machinery/shower{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/eta/living) +"oQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/xenobiology) +"oR" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/barricade/wooden, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"oS" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"oT" = ( +/obj/structure/mineral_door/resin, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"oU" = ( +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"oW" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/north) +"oY" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan9" + }, +/area/dockred/outside/port_inside) +"oZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/interior/wood/alt, +/area/dockred/outside/bar) +"pa" = ( +/obj/structure/cargo_container/hd/mid, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"pb" = ( +/obj/structure/machinery/constructable_frame, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"pd" = ( +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"pf" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + icon_state = "green" + }, +/area/dockred/outside/dorms) +"pg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/storage) +"ph" = ( +/obj/structure/cargo_container/wy/mid, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"pj" = ( +/obj/structure/sign/poster{ + pixel_y = 32 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/breakroom) +"pk" = ( +/obj/structure/surface/table/holotable/wood, +/obj/item/reagent_container/food/drinks/coffee, +/turf/open/floor/carpet, +/area/dockred/caves/lambda/breakroom) +"pl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"pm" = ( +/turf/closed/wall/solaris/rock, +/area/dockred/outside/checkpoint_west) +"pn" = ( +/turf/open/mars, +/area/dockred/outside/cargo) +"po" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/caves/lambda/research) +"pp" = ( +/obj/structure/sign/safety/one{ + pixel_x = 16 + }, +/turf/closed/wall/solaris/reinforced, +/area/dockred/outside/checkpoint_south) +"pq" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/plating, +/area/dockred/caves/eta/research) +"pr" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/xenobiology) +"ps" = ( +/obj/structure/closet/boxinggloves, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"pu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/dockred/caves/lambda/virology) +"pv" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"px" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + locked = 1 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/dockred/outside/port_inside) +"py" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"pz" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Eta Lab Dormitories" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/research) +"pB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"pC" = ( +/obj/effect/spawner/random/tool, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/dockred/outside/checkpoint_south) +"pD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/dockred/outside/bar) +"pE" = ( +/obj/structure/surface/table, +/obj/structure/machinery/cell_charger, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/item/cell/hyper, +/turf/open/floor{ + dir = 9; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"pG" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor{ + icon_state = "whitegreenfull" + }, +/area/dockred/caves/lambda/xenobiology) +"pH" = ( +/obj/structure/surface/table, +/turf/open/floor/prison{ + icon_state = "blue" + }, +/area/dockred/outside/dorms) +"pI" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/emails{ + pixel_y = 5 + }, +/obj/structure/machinery/status_display{ + pixel_y = 32 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"pJ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor{ + dir = 4; + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"pL" = ( +/obj/structure/bed, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"pM" = ( +/obj/structure/bed/stool, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/dockred/outside/bar) +"pN" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/dockred/outside/dorms) +"pO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"pP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/access_button/airlock_interior{ + master_tag = "viro_controller"; + pixel_y = 28 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 9; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"pR" = ( +/obj/structure/sign/safety/bulkhead_door{ + pixel_x = -3 + }, +/obj/structure/sign/safety/airlock{ + pixel_x = 11 + }, +/turf/closed/wall/solaris/reinforced/hull, +/area/dockred/outside/checkpoint_south) +"pS" = ( +/obj/structure/window/framed/solaris, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating, +/area/dockred/outside/bar) +"pT" = ( +/turf/open/floor{ + dir = 9; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"pW" = ( +/turf/open/floor/wood, +/area/dockred/caves/lambda/breakroom) +"pX" = ( +/turf/open/floor{ + dir = 9; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"pY" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 1; + name = "\improper Lambda Lab Technical Lab" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/research) +"qa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 4; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/storage) +"qb" = ( +/obj/item/stack/rods/plasteel, +/obj/item/stack/rods/plasteel{ + pixel_x = 16; + pixel_y = 16 + }, +/obj/item/stack/sheet/metal{ + pixel_x = 5; + pixel_y = -16 + }, +/obj/item/stack/sheet/metal{ + pixel_x = -20; + pixel_y = 18 + }, +/obj/structure/prop/invuln/pipe_water{ + pixel_x = -7; + pixel_y = 3 + }, +/obj/structure/prop/invuln/pipe_water{ + pixel_x = 9; + pixel_y = 12 + }, +/obj/structure/prop/invuln/pipe_water, +/obj/structure/prop/invuln/lattice_prop{ + alpha = 50; + pixel_y = 10 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin4" + }, +/area/dockred/outside/port_inside) +"qc" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 4; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"qd" = ( +/obj/structure/machinery/power/apc{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"qe" = ( +/obj/structure/cargo_container/seegson/left, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"qf" = ( +/obj/structure/barricade/deployable{ + dir = 8 + }, +/obj/structure/barricade/deployable, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"qg" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_11" + }, +/area/dockred/caves/north) +"qh" = ( +/obj/structure/inflatable/door, +/turf/open/floor{ + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/breakroom) +"qi" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Eta Lab Storage Bay" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/storage) +"qj" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_7" + }, +/area/dockred/caves/lambda/xenobiology) +"qk" = ( +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"qn" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/dockred/outside/dorms) +"qo" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_8" + }, +/area/dockred/caves/south) +"qp" = ( +/obj/item/weapon/gun/rifle/m16, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"qq" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"qr" = ( +/obj/item/stack/cable_coil/cut, +/turf/open/floor/plating{ + dir = 8; + icon_state = "warnplate" + }, +/area/dockred/outside/checkpoint_south) +"qs" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window{ + dir = 2 + }, +/obj/structure/foamed_metal, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "chem_lock"; + name = "\improper Chemistry Lockdown" + }, +/turf/open/floor{ + icon_state = "whiteyellowfull" + }, +/area/dockred/caves/lambda/xenobiology) +"qt" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"qu" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_3"; + opacity = 0 + }, +/area/dockred/outside/port_inside) +"qv" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "lambda"; + name = "Lambda Lockdown" + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/checkpoint_west) +"qw" = ( +/obj/structure/curtain/medical, +/obj/structure/machinery/alarm{ + dir = 1; + pixel_y = -30 + }, +/turf/open/floor{ + dir = 10; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"qx" = ( +/obj/structure/cable{ + icon_state = "5-6" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"qy" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/outside/cargo) +"qz" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/breakroom) +"qA" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "greencorner" + }, +/area/dockred/outside/dorms) +"qB" = ( +/obj/structure/platform_decoration/shiva{ + dir = 1 + }, +/obj/structure/platform_decoration/shiva{ + dir = 4 + }, +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"qC" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"qD" = ( +/obj/item/hardpoint/locomotion/van_wheels, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"qE" = ( +/obj/structure/cargo_container/arious/right, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"qF" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"qG" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"qI" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside) +"qJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/storage) +"qM" = ( +/obj/item/ore/diamond{ + pixel_x = 8; + pixel_y = -11 + }, +/obj/item/storage/firstaid/fire, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"qN" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "\improper Eta Lab Technical Storage" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/research) +"qO" = ( +/turf/open/floor{ + dir = 10; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/north) +"qP" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/item/grown/log, +/turf/open/floor{ + icon_state = "whitegreenfull" + }, +/area/dockred/caves/lambda/xenobiology) +"qQ" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/eta/storage) +"qT" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 8; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/storage) +"qU" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/breakroom) +"qV" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 10; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"qW" = ( +/turf/open/floor{ + dir = 4; + icon_state = "darkgreen2" + }, +/area/dockred/caves/eta/xenobiology) +"qX" = ( +/turf/closed/wall/resin, +/turf/open/floor{ + dir = 1; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"qY" = ( +/obj/structure/machinery/light, +/turf/open/mars_cave{ + icon_state = "mars_dirt_11" + }, +/area/dockred/outside/cargo) +"qZ" = ( +/turf/closed/wall/mineral/bone_resin, +/area/dockred/caves) +"ra" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"rb" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/prison{ + dir = 1; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"rc" = ( +/obj/structure/bed/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/dockred/outside/bar) +"rd" = ( +/turf/open/floor, +/area/dockred/caves/eta/living) +"rf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-5" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"rg" = ( +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/eta/research) +"rh" = ( +/obj/structure/surface/table, +/turf/open/floor/prison{ + dir = 8; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"ri" = ( +/obj/effect/landmark/corpsespawner/wygoon, +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"rk" = ( +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"rm" = ( +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/structure/cable{ + icon_state = "5-6" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"ro" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"rp" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"rq" = ( +/obj/structure/cargo_container/grant/rightmid, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"rt" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + start_charge = 0 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"ru" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 4 + }, +/obj/structure/bed/bedroll{ + dir = 10; + pixel_y = 10 + }, +/obj/effect/landmark/corpsespawner/colonist/random, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"rv" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan1" + }, +/area/dockred/outside/port_inside) +"rw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"rx" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/dockred/caves/lambda/xenobiology) +"ry" = ( +/obj/structure/surface/table, +/obj/item/device/radio{ + pixel_y = 8 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"rz" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan25" + }, +/area/dockred/outside/port_inside) +"rA" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/reagentgrinder, +/turf/open/floor{ + dir = 6; + icon_state = "whiteyellow" + }, +/area/dockred/caves/lambda/xenobiology) +"rB" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet14-10" + }, +/area/dockred/outside/bar) +"rC" = ( +/obj/structure/machinery/vending/hydronutrients, +/obj/structure/machinery/light, +/turf/open/floor{ + dir = 6; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/xenobiology) +"rD" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"rE" = ( +/obj/structure/machinery/door_control{ + id = "sci_br"; + name = "Observation Shutters"; + pixel_y = 28 + }, +/turf/open/floor{ + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/breakroom) +"rF" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"rG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"rH" = ( +/turf/closed/wall/solaris, +/area/dockred/caves/north) +"rI" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"rJ" = ( +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/dockred/outside/port_inside) +"rK" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"rL" = ( +/obj/effect/decal/mecha_wreckage/hoverpod, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"rM" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"rN" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/cargo_container/horizontal/blue/bottom, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"rO" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/plating, +/area/dockred/caves/eta/storage) +"rP" = ( +/turf/closed/wall/resin, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"rQ" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"rR" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/eta/storage) +"rS" = ( +/obj/structure/closet/l3closet/virology, +/turf/open/floor{ + dir = 6; + icon_state = "warnwhite" + }, +/area/dockred/caves/lambda/virology) +"rT" = ( +/obj/structure/mineral_door/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"rV" = ( +/obj/item/ore/diamond, +/obj/item/stack/sheet/mineral/diamond{ + pixel_x = 13; + pixel_y = -5 + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"rW" = ( +/obj/structure/machinery/telecomms/server, +/turf/open/floor{ + icon_state = "podhatchfloor" + }, +/area/dockred/caves/eta/storage) +"rX" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"rY" = ( +/turf/open/floor{ + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"sb" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"sc" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 4 + }, +/obj/structure/bed/bedroll{ + dir = 1; + pixel_y = 22 + }, +/obj/structure/bed/bedroll{ + dir = 1 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"sd" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 8; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"se" = ( +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/xenobiology) +"sg" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"sh" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan8" + }, +/area/dockred/outside/port_inside) +"si" = ( +/obj/effect/glowshroom, +/turf/open/mars_cave, +/area/dockred/caves/north) +"sj" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"sk" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/mars, +/area/dockred/caves/eta/research) +"sl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"sm" = ( +/turf/open/floor{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/dockred/caves/lambda/xenobiology) +"sn" = ( +/obj/structure/surface/table, +/obj/item/stock_parts/smes_coil, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"so" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/xenobiology) +"sp" = ( +/turf/closed/wall/solaris/reinforced, +/area/dockred/outside/checkpoint_south) +"sq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"sr" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "greencorner" + }, +/area/dockred/outside/dorms) +"ss" = ( +/obj/item/weapon/gun/pistol/m1911/socom{ + pixel_x = 15; + pixel_y = 15 + }, +/obj/item/storage/secure/briefcase{ + pixel_x = -9; + pixel_y = -15 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/dockred/outside/port_inside) +"st" = ( +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/north) +"su" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_3" + }, +/area/dockred/outside/port_outside) +"sw" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"sy" = ( +/turf/closed/wall/solaris, +/area/dockred/outside/port_outside) +"sz" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + dir = 9; + icon_state = "podhatch" + }, +/area/dockred/caves/lambda/research) +"sA" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "whitegreenfull" + }, +/area/dockred/caves/lambda/xenobiology) +"sB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 8 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -16; + pixel_y = 17 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"sC" = ( +/obj/structure/machinery/landinglight/ds1/delaythree, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -16; + pixel_y = 17 + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"sD" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/xenobiology) +"sE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/burger, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/port_inside) +"sG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"sH" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 11 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"sK" = ( +/obj/structure/machinery/landinglight/ds2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"sM" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/prison{ + dir = 1; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"sN" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"sP" = ( +/obj/structure/closet/secure_closet/medical_wall, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_west) +"sQ" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison{ + dir = 1; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"sS" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/outside/cargo) +"sT" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_17" + }, +/area/dockred/outside/port_outside/landing_zone) +"sV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"sX" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor{ + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/lambda/virology) +"sZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"ta" = ( +/obj/effect/landmark/crap_item, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/research) +"tb" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"td" = ( +/obj/structure/surface/table, +/turf/open/floor/prison{ + dir = 9; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"te" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Lambda Lab Surgery" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/xenobiology) +"tf" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 8 + }, +/obj/structure/bed/portable_surgery, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"tg" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"th" = ( +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"ti" = ( +/turf/open/floor{ + dir = 8; + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"tk" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "lambda"; + name = "Lambda Lockdown" + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/dockred/outside/checkpoint_west) +"tl" = ( +/obj/structure/mineral_door/resin, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"tn" = ( +/obj/structure/bed/chair, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"tp" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor{ + dir = 8; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"tq" = ( +/obj/effect/landmark/corpsespawner/colonist/random, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"tr" = ( +/obj/structure/machinery/biogenerator, +/turf/open/floor{ + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/xenobiology) +"ts" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_7" + }, +/area/dockred/caves/eta/xenobiology) +"tu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/reinforced/prison, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"tv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/interior/wood/alt, +/area/dockred/outside/bar) +"tw" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"tx" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"tz" = ( +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/xenobiology) +"tA" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/turf/open/floor{ + dir = 8; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"tB" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/carpet, +/area/dockred/caves/lambda/breakroom) +"tC" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor, +/area/dockred/caves/eta/storage) +"tD" = ( +/obj/structure/machinery/power/port_gen/pacman, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"tE" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"tF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "bright_clean2" + }, +/area/dockred/outside/dorms) +"tG" = ( +/obj/structure/machinery/washing_machine, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/dockred/outside/dorms) +"tH" = ( +/turf/open/floor{ + dir = 5; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"tK" = ( +/obj/structure/closet, +/obj/item/explosive/grenade/high_explosive/frag, +/obj/item/ore{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/item/reagent_container/food/snacks/packaged_burger, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_west) +"tM" = ( +/obj/structure/surface/table, +/obj/item/device/radio, +/turf/open/floor/prison{ + dir = 1; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"tN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"tO" = ( +/obj/structure/machinery/centrifuge, +/turf/open/floor{ + dir = 1; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/xenobiology) +"tQ" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor{ + dir = 8; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"tR" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/colonist/random, +/turf/open/floor{ + dir = 5; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"tS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hefa_cult_decals/d96, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/port_inside) +"tT" = ( +/turf/open/floor{ + icon_state = "podhatchfloor" + }, +/area/dockred/caves/lambda/research) +"tU" = ( +/obj/structure/largecrate/random/barrel, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"tV" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_x = 30 + }, +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor{ + icon_state = "white" + }, +/area/dockred/caves/lambda/xenobiology) +"tW" = ( +/obj/item/grown/log, +/turf/open/floor{ + icon_state = "whitegreenfull" + }, +/area/dockred/caves/lambda/xenobiology) +"tX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"tY" = ( +/obj/structure/surface/table/holotable/wood, +/obj/item/tool/pen, +/turf/open/floor/carpet, +/area/dockred/caves/lambda/breakroom) +"tZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/cleanable/mucus, +/turf/open/floor{ + dir = 4; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"ua" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/gun/pistol/m1911{ + pixel_x = 6; + pixel_y = -17 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"ub" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"uc" = ( +/turf/closed/wall/solaris/reinforced, +/area/dockred/caves/lambda/virology) +"ud" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"ue" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/dockred/outside/dorms) +"uf" = ( +/obj/structure/bed/sofa/south{ + desc = "An old rusty ladder"; + icon = 'icons/obj/structures/structures.dmi'; + icon_state = "ladder11"; + name = "Old Ladder" + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"ug" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "podhatchfloor" + }, +/area/dockred/caves/lambda/research) +"uh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/obj/structure/mineral_door/resin, +/turf/open/floor{ + dir = 8; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"ui" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/caves/north) +"uj" = ( +/obj/structure/prop/server_equipment/yutani_server, +/turf/open/floor/greengrid, +/area/dockred/caves/lambda/research) +"uk" = ( +/obj/structure/machinery/light, +/turf/open/floor/interior/wood/alt, +/area/dockred/outside/bar) +"ul" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"um" = ( +/obj/effect/spawner/random/toolbox, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/dockred/outside/checkpoint_south) +"un" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor, +/area/dockred/caves/eta/storage) +"uo" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"up" = ( +/obj/effect/alien/weeds/node, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"uq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"ur" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/closed/wall/mineral/bone_resin, +/area/dockred/caves/eta/research) +"us" = ( +/obj/structure/bed, +/obj/item/bedsheet/purple, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/xenobiology) +"ut" = ( +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/research) +"uu" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor{ + dir = 1; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"uw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"ux" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/xenobiology) +"uy" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"uz" = ( +/obj/structure/platform_decoration/shiva{ + dir = 8 + }, +/obj/structure/platform_decoration/shiva, +/obj/item/stack/cable_coil, +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"uA" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"uB" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/xenobiology) +"uC" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor{ + dir = 4; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/xenobiology) +"uD" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/dockred/outside/port_inside) +"uE" = ( +/obj/structure/machinery/vending/sovietsoda{ + icon_state = "sovietsoda-broken"; + stat = 1 + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"uF" = ( +/obj/structure/window/framed/solaris/reinforced, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/plating, +/area/dockred/caves/eta/storage) +"uG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"uH" = ( +/obj/structure/machinery/vending/hydroseeds, +/obj/structure/machinery/light, +/turf/open/floor{ + dir = 10; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/xenobiology) +"uI" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice5"; + pixel_x = 16; + pixel_y = 17 + }, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"uK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/dockred/outside/dorms) +"uL" = ( +/turf/open/floor{ + dir = 6; + icon_state = "purple" + }, +/area/dockred/caves/lambda/research) +"uP" = ( +/obj/item/trash/boonie, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"uQ" = ( +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/window/reinforced/toughened, +/turf/open/floor{ + dir = 10; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"uS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"uT" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"uU" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor{ + dir = 5; + icon_state = "whitegreen_v" + }, +/area/dockred/caves/lambda/xenobiology) +"uV" = ( +/obj/structure/cargo_container/horizontal/blue/top, +/turf/open/floor/plating, +/area/dockred/outside/cargo) +"uW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 8; + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"uY" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor{ + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"uZ" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin6" + }, +/area/dockred/outside/port_inside) +"vb" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_west) +"vc" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "dock_block1" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/outside/port_inside) +"ve" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Cable connector" + }, +/obj/structure/prop/almayer/missile_tube{ + color = "grey"; + desc = "An linear accelerator used in experimental genetic treatments. It hums ominously."; + icon_state = "missiletubesouth"; + name = "\improper massive vent"; + pixel_x = -15 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/dockred/outside/checkpoint_south) +"vf" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Showers" + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/dockred/outside/dorms) +"vh" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "bluecorner" + }, +/area/dockred/outside/dorms) +"vi" = ( +/obj/effect/alien/weeds/node, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/south) +"vj" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside) +"vk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/mars_cave{ + icon_state = "mars_cave_6" + }, +/area/dockred/caves/eta/research) +"vl" = ( +/obj/item/stack/cable_coil/cut, +/turf/open/mars_cave{ + icon_state = "mars_dirt_6" + }, +/area/dockred/outside/port_outside) +"vm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/mineral_door/resin, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"vn" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "\improper Eta Lab Research Office" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/living) +"vo" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor{ + dir = 9; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"vp" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/surgery/retractor, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/lambda/xenobiology) +"vq" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/lambda/xenobiology) +"vr" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"vs" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_10" + }, +/area/dockred/caves/lambda/research) +"vt" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 1; + name = "\improper Machine room" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"vu" = ( +/obj/structure/girder/reinforced, +/turf/open/mars_cave{ + icon_state = "mars_cave_7" + }, +/area/dockred/caves/lambda/research) +"vv" = ( +/obj/structure/closet/secure_closet, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"vw" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_13" + }, +/area/dockred/outside/port_outside/landing_zone) +"vx" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/dockred/outside/dorms) +"vy" = ( +/obj/structure/largecrate/mule, +/turf/open/floor{ + icon_state = "bot" + }, +/area/dockred/caves/eta/storage) +"vz" = ( +/obj/structure/machinery/optable, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/lambda/xenobiology) +"vA" = ( +/obj/structure/surface/table, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"vC" = ( +/obj/structure/machinery/power/terminal, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/outside/cargo) +"vD" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/xenobiology) +"vE" = ( +/obj/effect/alien/weeds/node, +/obj/structure/mineral_door/resin, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"vF" = ( +/obj/structure/surface/table, +/obj/item/device/megaphone, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"vG" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor, +/area/dockred/caves/eta/storage) +"vH" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"vJ" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside) +"vK" = ( +/obj/structure/surface/rack, +/obj/item/storage/fancy/vials/random, +/turf/open/floor{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"vL" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside/landing_zone) +"vM" = ( +/turf/open/floor{ + dir = 6; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"vN" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/tatami, +/area/dockred/outside/bar) +"vQ" = ( +/turf/closed/wall/solaris/reinforced/hull, +/area/dockred/outside/port_outside) +"vR" = ( +/obj/structure/window/framed/solaris/reinforced/hull, +/obj/structure/cable, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"vT" = ( +/obj/structure/prop/almayer/missile_tube{ + desc = "A detached drill arm of a big old Seegson D-602 Mining Robot. Seems to be jury rigged to run without the main robot assembly."; + name = "\improper Massive mining drill"; + pixel_y = 12 + }, +/obj/item/ore{ + pixel_x = 13; + pixel_y = 12 + }, +/obj/structure/cable, +/turf/open/mars_cave{ + icon_state = "mars_dirt_6" + }, +/area/dockred/outside/port_outside) +"vU" = ( +/obj/structure/ice/thin/indestructible, +/obj/structure/prop/ice_colony/dense/planter_box, +/obj/structure/prop/invuln{ + desc = "He knows something that you don't."; + dir = 4; + icon = 'icons/mob/xenos/larva.dmi'; + icon_state = "Larva Sleeping"; + layer = 2.5; + name = "frozen creature"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/dockred/outside/port_inside) +"vV" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/landmark/crap_item, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/breakroom) +"vW" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"vX" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"vY" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor, +/area/dockred/caves/eta/storage) +"vZ" = ( +/obj/structure/closet/secure_closet/chemical, +/turf/open/floor{ + dir = 5; + icon_state = "whiteyellow" + }, +/area/dockred/caves/lambda/xenobiology) +"wa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"wb" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/closed/wall/mineral/bone_resin, +/area/dockred/caves/eta/research) +"wd" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside) +"wf" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/north) +"wg" = ( +/obj/structure/curtain/medical, +/turf/open/floor{ + dir = 6; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"wh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/outside/cargo) +"wi" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = 17 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/structure_lattice, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"wj" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"wk" = ( +/obj/structure/curtain/medical, +/turf/open/floor{ + dir = 9; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"wm" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/south) +"wn" = ( +/obj/structure/cargo_container/grant/rightmid, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"wo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/cheesie, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"wq" = ( +/obj/item/tool/hatchet, +/turf/open/floor{ + icon_state = "whitegreenfull" + }, +/area/dockred/caves/lambda/xenobiology) +"wr" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + dir = 9; + icon_state = "redfull" + }, +/area/dockred/caves/eta/research) +"ws" = ( +/turf/open/floor{ + dir = 8; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"wt" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"wu" = ( +/obj/structure/window/framed/solaris, +/turf/open/floor/plating, +/area/dockred/caves/eta/research) +"wv" = ( +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/caves/north) +"ww" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"wx" = ( +/obj/structure/target, +/turf/open/floor{ + dir = 1; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/xenobiology) +"wy" = ( +/obj/structure/surface/table, +/turf/open/floor/prison{ + dir = 10; + icon_state = "blue" + }, +/area/dockred/outside/dorms) +"wA" = ( +/obj/structure/barricade/metal{ + dir = 4; + icon_state = "barricade" + }, +/obj/structure/ore_box, +/turf/open/floor{ + dir = 4; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"wB" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Control Module"; + pixel_y = 15 + }, +/obj/item/stack/cable_coil/cut, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"wC" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor, +/area/dockred/caves/eta/storage) +"wE" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"wF" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/plating, +/area/dockred/caves/eta/storage) +"wG" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"wH" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_22" + }, +/area/dockred/caves/eta/research) +"wI" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = "An old W-Y systems control computer that manages the air enviorment for a large area. Commonly used in mining operations in order to control O2 levels, alert of any dangerous gases and make the heat slightly more bearable."; + name = "W-Y Enviorment Control System Control Panel" + }, +/obj/structure/cable{ + icon_state = "11-2" + }, +/obj/structure/cable{ + icon_state = "11-10" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"wJ" = ( +/obj/effect/alien/weeds/node, +/turf/open/mars_cave{ + icon_state = "mars_dirt_6" + }, +/area/dockred/caves/eta/xenobiology) +"wL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/eta/storage) +"wM" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/breakroom) +"wN" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"wO" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/plating, +/area/dockred/caves/lambda/research) +"wP" = ( +/turf/open/floor/carpet, +/area/dockred/caves/lambda/breakroom) +"wQ" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + id = "lambda"; + name = "Lambda Lockdown" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"wR" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/research) +"wT" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/barricade/metal/wired, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"wV" = ( +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"wW" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"wX" = ( +/obj/structure/machinery/power/apc/fully_broken/no_cell{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_west) +"wZ" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/xenobiology) +"xd" = ( +/obj/effect/alien/weeds/node, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"xe" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"xg" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"xh" = ( +/obj/structure/machinery/light, +/turf/open/mars, +/area/dockred/outside/port_outside/landing_zone) +"xj" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_7" + }, +/area/dockred/caves/eta/xenobiology) +"xk" = ( +/obj/effect/alien/weeds/node, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"xl" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + pixel_x = -30 + }, +/obj/structure/sign/safety/biohazard{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/machinery/light/built{ + dir = 1 + }, +/obj/effect/landmark/corpsespawner/doctor, +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + dir = 9; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"xn" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Dormitories" + }, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"xo" = ( +/obj/structure/showcase{ + icon_state = "mechfab1" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"xp" = ( +/obj/structure/machinery/conveyor{ + dir = 9; + id = "anomalybelt" + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/research) +"xq" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/cable{ + icon_state = "2-5" + }, +/obj/structure/machinery/door_control{ + id = "lambda"; + name = "Gates"; + pixel_x = 1; + pixel_y = -20 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"xr" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_2"; + opacity = 0 + }, +/area/dockred/outside/port_inside) +"xs" = ( +/obj/structure/machinery/computer/cameras, +/turf/open/floor{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"xt" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_20" + }, +/area/dockred/outside/port_outside) +"xw" = ( +/obj/structure/window/reinforced/toughened{ + dir = 1; + icon_state = "fwindow"; + pixel_y = 12 + }, +/obj/structure/machinery/door/window{ + layer = 4 + }, +/turf/open/floor{ + dir = 5; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"xx" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/dockred/caves/lambda/breakroom) +"xy" = ( +/obj/structure/platform/shiva{ + dir = 1 + }, +/obj/structure/platform/shiva, +/obj/structure/machinery/light/small/built{ + dir = 4 + }, +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"xz" = ( +/obj/structure/machinery/chem_dispenser, +/turf/open/floor{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/dockred/caves/lambda/xenobiology) +"xA" = ( +/obj/structure/machinery/r_n_d/protolathe, +/turf/open/floor{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"xB" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/wood, +/area/dockred/caves/lambda/breakroom) +"xC" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/sentencing{ + dir = 4; + pixel_y = 15 + }, +/obj/structure/machinery/computer/station_alert{ + dir = 4; + pixel_y = -3 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"xF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/structure/machinery/light/built{ + dir = 4 + }, +/turf/open/floor{ + dir = 6; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"xG" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/dockred/outside/dorms) +"xH" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor, +/area/dockred/caves/eta/living) +"xI" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 1; + name = "\improper Lambda Lab Storage" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/xenobiology) +"xJ" = ( +/obj/structure/cargo_container/horizontal/blue/bottom, +/turf/open/floor/plating, +/area/dockred/outside/cargo) +"xK" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating, +/area/dockred/caves/eta/research) +"xL" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 9; + icon_state = "redfull" + }, +/area/dockred/caves/eta/research) +"xM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison{ + dir = 8; + icon_state = "greencorner" + }, +/area/dockred/outside/dorms) +"xN" = ( +/obj/structure/largecrate/random/case/double{ + pixel_y = 3 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"xO" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"xP" = ( +/obj/structure/closet/secure_closet/security/science, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"xR" = ( +/obj/effect/glowshroom, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/xenobiology) +"xS" = ( +/obj/structure/foamed_metal, +/turf/open/floor{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/dockred/caves/lambda/xenobiology) +"xT" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + dir = 6; + icon_state = "purple" + }, +/area/dockred/caves/lambda/research) +"xU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 8; + icon_state = "carpet14-10" + }, +/area/dockred/outside/bar) +"xV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/device/flashlight/on, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"xW" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/tool/pen, +/turf/open/floor{ + dir = 10; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"xX" = ( +/obj/structure/machinery/conveyor{ + id = "anomalybelt" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/research) +"xY" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/powercell, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"xZ" = ( +/obj/structure/machinery/r_n_d/circuit_imprinter, +/turf/open/floor{ + dir = 6; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"ya" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tech_supply, +/turf/open/floor{ + dir = 9; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"yb" = ( +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/breakroom) +"yc" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Lambda Lab Prison Restroom" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/xenobiology) +"yd" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/corpsespawner/wysec, +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + dir = 9; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"ye" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 4; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/storage) +"yf" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"yg" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "bright_clean2" + }, +/area/dockred/outside/dorms) +"yh" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/shotgun/incendiary, +/obj/item/ammo_magazine/shotgun/incendiary, +/obj/item/ammo_magazine/shotgun/incendiary, +/obj/item/weapon/gun/shotgun/combat, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "elevatorshaft" + }, +/area/dockred/caves/lambda/breakroom) +"yi" = ( +/obj/structure/cargo_container/horizontal/blue/top, +/obj/item/weapon/gun/boltaction{ + pixel_y = -11 + }, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"yj" = ( +/turf/open/floor{ + dir = 5; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/storage) +"yk" = ( +/turf/open/floor{ + dir = 10; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"yl" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/plating, +/area/dockred/caves/eta/living) +"ym" = ( +/obj/item/device/radio/intercom{ + dir = 1; + frequency = 150; + name = "Safe-Room intercom"; + pixel_y = -30 + }, +/turf/open/floor{ + dir = 1; + icon_state = "elevatorshaft" + }, +/area/dockred/caves/lambda/breakroom) +"yn" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/lambda/xenobiology) +"yo" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/open/floor/prison{ + icon_state = "bright_clean2" + }, +/area/dockred/outside/dorms) +"yp" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"yr" = ( +/obj/structure/sign/safety/chem_lab{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"ys" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/lambda/virology) +"yu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/solaris/reinforced, +/area/dockred/outside/port_inside) +"yv" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/research) +"yw" = ( +/obj/effect/glowshroom, +/turf/open/floor{ + icon_state = "whitegreenfull" + }, +/area/dockred/caves/lambda/xenobiology) +"yx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"yy" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan_leftengine" + }, +/area/dockred/outside/port_inside) +"yz" = ( +/obj/effect/landmark/crap_item, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"yA" = ( +/obj/structure/platform_decoration/shiva{ + dir = 8 + }, +/obj/structure/platform_decoration/shiva, +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"yD" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Eta Lab Maintenance Storage" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/storage) +"yE" = ( +/obj/structure/window/reinforced, +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/breakroom) +"yF" = ( +/obj/effect/alien/weeds/node, +/obj/structure/mineral_door/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/lambda/xenobiology) +"yG" = ( +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"yH" = ( +/obj/structure/tunnel{ + id = "hole4" + }, +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/xenobiology) +"yJ" = ( +/obj/structure/showcase{ + desc = "A stand with a plastic display of some kind of weird machine."; + icon_state = "coinpress0" + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet10-8" + }, +/area/dockred/caves/eta/living) +"yK" = ( +/obj/structure/cargo_container/horizontal/blue/middle, +/turf/open/floor/plating, +/area/dockred/outside/cargo) +"yL" = ( +/obj/effect/landmark/crap_item, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"yN" = ( +/obj/structure/surface/table, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/xenobiology) +"yO" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 9; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"yQ" = ( +/obj/structure/sign/poster/safety, +/turf/closed/wall/solaris/reinforced, +/area/dockred/outside/checkpoint_south) +"yR" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/bluegrid{ + icon_state = "damaged3" + }, +/area/dockred/caves/lambda/research) +"yS" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/obj/structure/machinery/alarm{ + dir = 8; + pixel_x = 32 + }, +/obj/structure/mineral_door/resin, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"yT" = ( +/obj/structure/machinery/door/airlock/almayer/research/colony{ + dir = 1; + name = "\improper Eta Lab Decontamination" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/research) +"yU" = ( +/obj/structure/machinery/chem_dispenser, +/turf/open/floor{ + dir = 9; + icon_state = "whiteyellow" + }, +/area/dockred/caves/lambda/xenobiology) +"yV" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"yX" = ( +/obj/effect/landmark/crap_item, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_6" + }, +/area/dockred/caves/north) +"yY" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 8; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"za" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan27" + }, +/area/dockred/outside/port_inside) +"zb" = ( +/turf/open/floor{ + icon_state = "purplecorner" + }, +/area/dockred/caves/lambda/research) +"zc" = ( +/obj/structure/closet/secure_closet/scientist, +/obj/structure/machinery/light, +/turf/open/floor{ + dir = 10; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"ze" = ( +/obj/structure/machinery/squeezer, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"zf" = ( +/obj/effect/landmark/corpsespawner/pmc, +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_5_1"; + pixel_x = 5; + pixel_y = -16 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"zg" = ( +/obj/structure/closet/l3closet/virology, +/turf/open/floor{ + dir = 10; + icon_state = "warnwhite" + }, +/area/dockred/caves/lambda/virology) +"zh" = ( +/obj/structure/machinery/botany/extractor, +/turf/open/floor{ + dir = 1; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/xenobiology) +"zi" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/xenobiology) +"zj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 8; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/storage) +"zk" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"zm" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Eta Lab Xenobiology Lab" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/xenobiology) +"zn" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "dock_block2" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/outside/port_inside) +"zo" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/north) +"zp" = ( +/turf/open/floor{ + dir = 5; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"zq" = ( +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/xenobiology) +"zr" = ( +/turf/closed/wall/solaris, +/area/dockred/caves/eta/xenobiology) +"zs" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating, +/area/dockred/caves/eta/storage) +"zt" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_10" + }, +/area/dockred/outside/port_outside/landing_zone) +"zu" = ( +/obj/effect/landmark/corpsespawner/wy/manager, +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_4_1"; + pixel_x = -12; + pixel_y = -16 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/dockred/outside/port_inside) +"zv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 8; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/storage) +"zw" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan2" + }, +/area/dockred/outside/port_inside) +"zx" = ( +/obj/item/stool, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"zz" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"zA" = ( +/obj/structure/sign/safety/bulkhead_door, +/turf/closed/wall/solaris/reinforced, +/area/dockred/caves/lambda/breakroom) +"zB" = ( +/obj/structure/barricade/metal, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"zD" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 8; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"zE" = ( +/obj/structure/window/reinforced/toughened, +/obj/structure/machinery/door/window{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 10; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"zF" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Lambda Lab Relaxation Room" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/breakroom) +"zG" = ( +/turf/open/floor{ + dir = 4; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/breakroom) +"zH" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 8 + }, +/obj/item/stack/rods, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -16; + pixel_y = 17 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"zJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "bright_clean2" + }, +/area/dockred/outside/dorms) +"zL" = ( +/turf/open/floor/plating, +/area/dockred/outside/cargo) +"zM" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/jungle{ + bushes_spawn = 0; + icon_state = "grass_impenetrable" + }, +/area/dockred/caves/eta/xenobiology) +"zN" = ( +/obj/structure/surface/table, +/obj/item/trash/semki, +/obj/structure/pipes/vents/pump, +/turf/open/floor, +/area/dockred/caves/eta/living) +"zO" = ( +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/living) +"zP" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/cargo) +"zQ" = ( +/turf/closed/wall/solaris/reinforced, +/area/dockred/caves/eta/xenobiology) +"zR" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 32 + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"zS" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"zU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/tofu{ + pixel_x = -1; + pixel_y = 14 + }, +/obj/item/reagent_container/food/snacks/tofu{ + pixel_y = 6 + }, +/obj/item/reagent_container/food/snacks/tofu, +/obj/structure/cable{ + icon_state = "5-9" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"zW" = ( +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/storage) +"zX" = ( +/turf/open/floor{ + dir = 9; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"zY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"zZ" = ( +/obj/item/tool/hatchet, +/turf/open/floor/prison{ + dir = 1; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"Aa" = ( +/turf/open/floor{ + dir = 9; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"Ab" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/gun/pistol/m4a3, +/obj/item/ammo_magazine/pistol/hp{ + pixel_x = 8; + pixel_y = -7 + }, +/obj/item/ammo_magazine/pistol{ + pixel_y = -4 + }, +/obj/structure/cable{ + icon_state = "9-10" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"Ac" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/living) +"Ad" = ( +/obj/structure/largecrate/black_market/confiscated_equipment{ + pixel_x = 6 + }, +/obj/structure/largecrate/black_market/confiscated_equipment{ + pixel_x = 6; + pixel_y = 17 + }, +/obj/structure/barricade/deployable{ + dir = 8 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"Ae" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/obj/structure/machinery/light/built{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"Af" = ( +/obj/item/tool/surgery/scalpel/laser/advanced, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/xenobiology) +"Ag" = ( +/obj/structure/window/framed/solaris/reinforced/tinted, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"Ah" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + id = "lambda"; + name = "Lambda Lockdown" + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/checkpoint_south) +"Ai" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/dockred/outside/port_inside) +"Aj" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/greengrid, +/area/dockred/caves/lambda/research) +"Ak" = ( +/obj/item/weapon/gun/rifle/m41a/corporate/no_lock{ + pixel_x = 22; + pixel_y = 27 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"Am" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "\improper Lambda Lab Anomaly Chamber" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/research) +"An" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/sensortower{ + pixel_x = -9 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/checkpoint_south) +"Ap" = ( +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"Aq" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "\improper Eta Lab Robotics" + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"Ar" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"As" = ( +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor/interior/tatami, +/area/dockred/outside/bar) +"At" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/caves/eta/xenobiology) +"Au" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/lambda/virology) +"Av" = ( +/obj/item/stool, +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/xenobiology) +"Aw" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + pixel_x = 30 + }, +/obj/structure/sign/safety/biohazard{ + pixel_x = 7; + pixel_y = 32 + }, +/obj/effect/decal/cleanable/vomit, +/obj/structure/machinery/light/built{ + dir = 1 + }, +/turf/open/floor{ + dir = 5; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"Ax" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/plating, +/area/dockred/caves/eta/research) +"Ay" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/xenobiology) +"Az" = ( +/obj/structure/machinery/floodlight/landing/floor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/dockred/outside/port_inside) +"AA" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/north) +"AB" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/checkpoint_west) +"AE" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"AF" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor{ + dir = 9; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"AG" = ( +/obj/effect/glowshroom, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"AH" = ( +/turf/open/floor{ + dir = 6; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/xenobiology) +"AI" = ( +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"AJ" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/breakroom) +"AK" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"AL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/caves/eta/storage) +"AM" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"AO" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/dockred/caves/lambda/breakroom) +"AP" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor{ + dir = 10; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"AQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/reagent_container/food/snacks/tofu{ + pixel_y = 11 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"AR" = ( +/obj/structure/largecrate/supply/supplies/tables_racks, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"AS" = ( +/obj/structure/sink, +/turf/open/floor/prison{ + dir = 8; + icon_state = "sterile_white" + }, +/area/dockred/outside/bar) +"AT" = ( +/obj/effect/decal/cleanable/mucus, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"AU" = ( +/obj/structure/closet/crate/secure, +/turf/open/floor{ + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"AV" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "green" + }, +/area/dockred/outside/dorms) +"AX" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan22" + }, +/area/dockred/outside/port_inside) +"AZ" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor{ + dir = 1; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"Ba" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"Bc" = ( +/turf/open/floor{ + dir = 1; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/xenobiology) +"Bd" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/dockred/outside/port_outside) +"Bf" = ( +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/research) +"Bh" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Cable connector" + }, +/obj/structure/cable, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/dockred/outside/checkpoint_south) +"Bi" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg2" + }, +/area/dockred/caves/lambda/xenobiology) +"Bj" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"Bk" = ( +/obj/item/reagent_container/spray/pepper, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/xenobiology) +"Bm" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"Bn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/dockred/outside/bar) +"Bo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/xenobiology) +"Bp" = ( +/obj/structure/machinery/power/smes/buildable{ + name = "colony distribution SMES" + }, +/obj/structure/machinery/light, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/cargo) +"Bq" = ( +/obj/structure/pipes/vents/scrubber/on{ + dir = 8 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/virology) +"Br" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/dockred/outside/cargo) +"Bs" = ( +/obj/structure/machinery/blackbox_recorder, +/turf/open/floor{ + dir = 5; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"Bt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 8; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"Bv" = ( +/turf/closed/wall/solaris/reinforced, +/area/dockred/outside/port_inside) +"Bw" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_14" + }, +/area/dockred/outside/port_outside) +"Bx" = ( +/obj/effect/landmark/queen_spawn, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"BA" = ( +/turf/closed/wall/solaris/reinforced, +/area/dockred/caves/lambda/xenobiology) +"BB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/living) +"BD" = ( +/turf/closed/wall/resin, +/turf/open/mars_cave, +/area/dockred/caves/north) +"BE" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"BF" = ( +/turf/open/floor{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/dockred/caves/lambda/xenobiology) +"BG" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "sterile_white" + }, +/area/dockred/outside/bar) +"BH" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/dockred/outside/bar) +"BJ" = ( +/turf/open/floor{ + dir = 4; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/lambda/virology) +"BL" = ( +/obj/structure/surface/table, +/turf/open/floor{ + dir = 6; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"BM" = ( +/turf/open/floor, +/area/dockred/caves/eta/storage) +"BN" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/breakroom) +"BO" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/breakroom) +"BP" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/dockred/outside/dorms) +"BQ" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor{ + dir = 1; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/xenobiology) +"BR" = ( +/obj/structure/pipes/vents/scrubber/on{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"BS" = ( +/turf/open/floor{ + dir = 8; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"BT" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor{ + dir = 8; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"BU" = ( +/obj/structure/powerloader_wreckage/ft, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"BV" = ( +/obj/effect/decal/cleanable/mucus, +/obj/structure/machinery/door_control{ + id = "sci_br"; + name = "Observation Shutters"; + pixel_y = 28 + }, +/turf/open/floor{ + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/breakroom) +"BW" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/dockred/outside/cargo) +"BX" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/research) +"BY" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"BZ" = ( +/turf/open/floor{ + icon_state = "whitegreenfull" + }, +/area/dockred/caves/lambda/virology) +"Ca" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor{ + dir = 4; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"Cb" = ( +/obj/structure/inflatable/door, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/breakroom) +"Cc" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "bright_clean2" + }, +/area/dockred/outside/dorms) +"Cd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/closed/wall/resin, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"Ce" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor{ + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/storage) +"Cf" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"Cg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/living) +"Ch" = ( +/obj/item/stack/cable_coil/cut, +/turf/open/mars_cave{ + icon_state = "mars_cave_17" + }, +/area/dockred/outside/port_outside) +"Ci" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"Cj" = ( +/obj/effect/glowshroom, +/turf/open/mars_cave{ + icon_state = "mars_cave_10" + }, +/area/dockred/caves/north) +"Cl" = ( +/obj/item/stool, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"Cm" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"Cn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison{ + icon_state = "bright_clean2" + }, +/area/dockred/outside/dorms) +"Cp" = ( +/turf/closed/wall/solaris/reinforced, +/area/dockred/caves/eta/storage) +"Cr" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -16; + pixel_y = 17 + }, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"Cs" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "\improper Lambda Lab Chemistry Lab" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/xenobiology) +"Ct" = ( +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/xenobiology) +"Cu" = ( +/obj/structure/surface/table, +/turf/open/floor/prison{ + dir = 4; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"Cv" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_5" + }, +/area/dockred/outside/port_outside) +"Cw" = ( +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/living) +"Cx" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "whiteyellowfull" + }, +/area/dockred/caves/lambda/xenobiology) +"Cy" = ( +/obj/structure/surface/rack, +/turf/open/floor/prison{ + dir = 4; + icon_state = "blue" + }, +/area/dockred/outside/dorms) +"Cz" = ( +/turf/open/floor/plating{ + dir = 6; + icon_state = "warnplate" + }, +/area/dockred/outside/port_outside) +"CA" = ( +/obj/effect/alien/weeds/node, +/turf/open/mars, +/area/dockred/caves/eta/xenobiology) +"CB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"CD" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"CF" = ( +/obj/structure/tunnel{ + id = "hole4" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/south) +"CG" = ( +/turf/closed/wall/mineral/bone_resin, +/area/dockred/caves/lambda/research) +"CH" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/dockred/caves/lambda/breakroom) +"CI" = ( +/turf/open/floor{ + dir = 8; + icon_state = "darkgreen2" + }, +/area/dockred/caves/eta/xenobiology) +"CJ" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Eta Lab Security Office" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/storage) +"CK" = ( +/obj/item/weapon/baseballbat/metal, +/obj/item/weapon/baseballbat/metal{ + pixel_x = 5 + }, +/obj/structure/surface/rack, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "blue" + }, +/area/dockred/outside/dorms) +"CL" = ( +/obj/structure/machinery/light, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"CM" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/dockred/caves/lambda/virology) +"CN" = ( +/obj/structure/machinery/seed_extractor, +/turf/open/floor{ + dir = 5; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"CO" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/breakroom) +"CP" = ( +/turf/closed/wall/solaris, +/area/dockred/caves/eta/storage) +"CQ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/xenobiology) +"CR" = ( +/obj/item/explosive/grenade/custom/antiweed, +/turf/open/floor{ + icon_state = "whitegreenfull" + }, +/area/dockred/caves/lambda/xenobiology) +"CS" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"CT" = ( +/obj/effect/landmark/queen_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/xenobiology) +"CU" = ( +/turf/closed/wall/solaris/reinforced, +/area/dockred/caves/lambda/research) +"CV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood/alt, +/area/dockred/outside/bar) +"CW" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor{ + dir = 4; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/xenobiology) +"CX" = ( +/obj/effect/alien/weeds/node, +/turf/open/mars, +/area/dockred/caves/eta/research) +"CZ" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/turf/open/floor{ + dir = 4; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"Db" = ( +/obj/structure/surface/table/woodentable, +/obj/item/paper_bin, +/obj/item/tool/pen, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"Dd" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/vents/scrubber/on{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"De" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/lambda/virology) +"Dg" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -16; + pixel_y = 17 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"Dh" = ( +/obj/structure/machinery/light, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/caves/lambda/xenobiology) +"Dj" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_11" + }, +/area/dockred/outside/port_outside) +"Dk" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/prison{ + dir = 9; + icon_state = "greenfull" + }, +/area/dockred/outside/dorms) +"Dl" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/living) +"Dn" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Machine room" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"Do" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/storage) +"Dp" = ( +/obj/structure/surface/table, +/turf/open/floor{ + dir = 1; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"Dr" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/interior/tatami, +/area/dockred/outside/bar) +"Ds" = ( +/obj/structure/pipes/vents/scrubber/on{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/breakroom) +"Du" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"Dw" = ( +/obj/item/clothing/suit/storage/labcoat/science, +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/research) +"Dx" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Eta Lab Server" + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/eta/storage) +"Dy" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"Dz" = ( +/obj/structure/surface/table/woodentable, +/obj/item/trash/cheesie, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/dockred/outside/bar) +"DA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/bible, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"DB" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"DC" = ( +/obj/structure/window/framed/solaris/reinforced, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating, +/area/dockred/caves/eta/storage) +"DE" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside/landing_zone) +"DF" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/research) +"DG" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"DH" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/research) +"DI" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"DJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"DK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice7"; + pixel_x = 16; + pixel_y = 17 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"DL" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/caves/north) +"DM" = ( +/obj/structure/largecrate/random, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"DN" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"DO" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"DQ" = ( +/obj/structure/machinery/light, +/turf/open/mars, +/area/dockred/outside/cargo) +"DR" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/emails{ + dir = 1; + pixel_y = 2 + }, +/turf/open/floor{ + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"DT" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/jungle{ + bushes_spawn = 0; + icon_state = "grass_impenetrable" + }, +/area/dockred/caves/eta/research) +"DU" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor, +/area/dockred/caves/eta/living) +"DV" = ( +/turf/open/floor/greengrid, +/area/dockred/caves/lambda/research) +"DZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"Ea" = ( +/obj/effect/alien/weeds/node, +/turf/open/mars_cave{ + icon_state = "mars_cave_18" + }, +/area/dockred/caves/north) +"Eb" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Eta Lab" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/living) +"Ec" = ( +/obj/structure/mineral_door/resin, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"Ed" = ( +/obj/item/weapon/gun/revolver/cmb{ + pixel_x = 17; + pixel_y = -17 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"Ef" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 5; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"Eg" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno/core, +/obj/item/shard, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/xenobiology) +"Eh" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"Ei" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"Ej" = ( +/obj/structure/machinery/door_control{ + id = "safe_blast"; + name = "Blast Door"; + pixel_y = -25 + }, +/turf/open/floor{ + dir = 1; + icon_state = "elevatorshaft" + }, +/area/dockred/caves/lambda/breakroom) +"Ek" = ( +/obj/vehicle/multitile/van, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"El" = ( +/obj/item/tool/pickaxe/drill, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/snacks/cheeseburger{ + pixel_y = 22 + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"Em" = ( +/obj/item/device/mass_spectrometer/adv, +/obj/structure/foamed_metal, +/turf/open/floor{ + icon_state = "whiteyellow" + }, +/area/dockred/caves/lambda/xenobiology) +"En" = ( +/obj/structure/closet/crate/freezer/rations, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"Eo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/dockred/outside/bar) +"Er" = ( +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"Es" = ( +/obj/structure/window/framed/solaris, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating, +/area/dockred/caves/eta/research) +"Et" = ( +/obj/structure/bookcase/manuals/research_and_development, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 9; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/xenobiology) +"Eu" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 1 + }, +/obj/item/stack/rods, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"Ev" = ( +/obj/item/toy/inflatable_duck, +/turf/open/gm/river{ + color = "#995555"; + name = "pool" + }, +/area/dockred/outside/dorms) +"Ew" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice10"; + pixel_x = 16; + pixel_y = -15 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"Ex" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_3" + }, +/area/dockred/outside/port_outside/landing_zone) +"Ey" = ( +/obj/structure/barricade/metal{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/south) +"Ez" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/dockred/outside/bar) +"EA" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 9; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/xenobiology) +"EB" = ( +/obj/effect/spawner/random/toolbox, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/virology) +"EC" = ( +/obj/structure/closet/l3closet/scientist, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/eta/research) +"ED" = ( +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"EF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/dockred/outside/dorms) +"EG" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"EH" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_10" + }, +/area/dockred/caves/eta/research) +"EI" = ( +/obj/effect/alien/weeds/node, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/xenobiology) +"EJ" = ( +/obj/structure/machinery/mill, +/turf/open/floor{ + dir = 1; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/xenobiology) +"EL" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/research) +"EM" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor, +/area/dockred/caves/eta/living) +"EN" = ( +/obj/structure/machinery/light, +/obj/structure/closet/cabinet, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"EO" = ( +/obj/structure/prop/invuln/rope{ + pixel_y = 7 + }, +/turf/closed/shuttle/ert{ + icon_state = "rightengine_3" + }, +/area/dockred/outside/port_inside) +"EP" = ( +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"EQ" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside/landing_zone) +"ER" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor{ + dir = 1; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/xenobiology) +"ES" = ( +/obj/structure/window/framed/solaris, +/turf/open/floor/plating, +/area/dockred/caves/eta/storage) +"ET" = ( +/obj/structure/surface/table, +/turf/open/floor{ + dir = 8; + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"EV" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"EW" = ( +/turf/closed/wall/solaris, +/area/dockred/outside/bar) +"EX" = ( +/obj/item/tool/pickaxe/drill, +/turf/open/mars_cave{ + icon_state = "mars_cave_20" + }, +/area/dockred/outside/port_outside) +"EZ" = ( +/obj/structure/mineral_door/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/south) +"Fb" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Lambda Lab Maintenance Storage" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/xenobiology) +"Fc" = ( +/turf/open/floor{ + dir = 1; + icon_state = "purple" + }, +/area/dockred/caves/lambda/research) +"Fd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/mars, +/area/dockred/caves/eta/xenobiology) +"Fe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"Fg" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"Fh" = ( +/obj/structure/surface/table, +/obj/item/tool/pen, +/obj/item/paper_bundle, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"Fi" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_14" + }, +/area/dockred/outside/port_outside) +"Fj" = ( +/obj/structure/machinery/power/apc, +/turf/open/floor{ + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/storage) +"Fk" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/research) +"Fl" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "green" + }, +/area/dockred/outside/dorms) +"Fm" = ( +/obj/structure/fence, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/cargo) +"Fn" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 10; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/lambda/research) +"Fp" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "elevatorshaft" + }, +/area/dockred/caves/lambda/breakroom) +"Fr" = ( +/turf/open/floor/prison{ + icon_state = "green" + }, +/area/dockred/outside/dorms) +"Fs" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"Fu" = ( +/obj/structure/machinery/light, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/checkpoint_south) +"Fv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/tatami, +/area/dockred/outside/bar) +"Fw" = ( +/obj/structure/platform/shiva{ + dir = 8 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"Fx" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"Fy" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 9; + icon_state = "redfull" + }, +/area/dockred/caves/eta/research) +"Fz" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/item/tool/pickaxe/drill, +/turf/open/floor{ + dir = 10; + icon_state = "purple" + }, +/area/dockred/caves/lambda/research) +"FA" = ( +/obj/structure/mineral_door/resin, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"FB" = ( +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"FC" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/eta/research) +"FD" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"FE" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/north) +"FG" = ( +/obj/structure/surface/table/woodentable, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"FI" = ( +/turf/open/floor{ + dir = 5; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"FK" = ( +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/dockred/outside/checkpoint_south) +"FL" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/powercell, +/turf/open/floor{ + dir = 8; + icon_state = "purple" + }, +/area/dockred/caves/lambda/research) +"FM" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"FN" = ( +/turf/open/floor{ + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"FO" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_11" + }, +/area/dockred/outside/cargo) +"FR" = ( +/obj/structure/cable{ + icon_state = "1-6" + }, +/obj/structure/cable{ + icon_state = "6-8" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"FS" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"FT" = ( +/obj/structure/prop/server_equipment/broken, +/turf/open/floor/greengrid, +/area/dockred/caves/lambda/research) +"FV" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/dockred/outside/port_inside) +"FW" = ( +/obj/structure/barricade/deployable{ + dir = 1 + }, +/obj/structure/barricade/deployable{ + dir = 8 + }, +/obj/effect/landmark/corpsespawner/wygoon, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/gun/smg/mp5, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"FX" = ( +/obj/structure/filingcabinet, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"FY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"FZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/north) +"Ga" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/obj/structure/machinery/disposal, +/turf/open/floor{ + dir = 5; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"Gc" = ( +/obj/structure/machinery/r_n_d/protolathe, +/turf/open/floor{ + dir = 1; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"Ge" = ( +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/dockred/outside/dorms) +"Gf" = ( +/turf/closed/wall/resin, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/caves/north) +"Gg" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/good_item, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"Gh" = ( +/turf/open/jungle{ + bushes_spawn = 0; + icon_state = "grass_impenetrable" + }, +/area/dockred/caves/eta/living) +"Gi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"Gj" = ( +/obj/structure/filingcabinet, +/turf/open/floor{ + dir = 1; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"Gk" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/dockred/outside/bar) +"Gl" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 8 + }, +/obj/item/weapon/gun/pistol/b92fs{ + pixel_x = 17; + pixel_y = 18 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"Gm" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison{ + dir = 8; + icon_state = "sterile_white" + }, +/area/dockred/outside/bar) +"Gn" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 8; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"Go" = ( +/obj/effect/alien/weeds/node, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/south) +"Gp" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/xenobiology) +"Gq" = ( +/obj/structure/machinery/light, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/xenobiology) +"Gr" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 9; + icon_state = "redfull" + }, +/area/dockred/caves/eta/research) +"Gs" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"Gt" = ( +/obj/structure/machinery/camera/autoname, +/turf/open/floor/prison{ + dir = 1; + icon_state = "bluecorner" + }, +/area/dockred/outside/dorms) +"Gu" = ( +/obj/item/ore{ + pixel_x = 9; + pixel_y = -4 + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_7" + }, +/area/dockred/outside/port_outside) +"Gx" = ( +/obj/structure/barricade/deployable{ + dir = 1 + }, +/obj/structure/barricade/deployable{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"Gz" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_y = 32 + }, +/turf/open/floor{ + dir = 1; + icon_state = "elevatorshaft" + }, +/area/dockred/caves/lambda/breakroom) +"GB" = ( +/obj/structure/machinery/botany/editor, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 9; + icon_state = "whitegreen_v" + }, +/area/dockred/caves/lambda/xenobiology) +"GC" = ( +/obj/structure/surface/table/holotable/wood, +/obj/item/device/flashlight/lamp, +/turf/open/floor{ + dir = 1; + icon_state = "elevatorshaft" + }, +/area/dockred/caves/lambda/breakroom) +"GE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "4-10" + }, +/obj/structure/pipes/standard/tank/oxygen, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"GF" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/breakroom) +"GG" = ( +/obj/structure/machinery/atm{ + name = "Weyland-Yutani Automatic Teller Machine"; + pixel_y = 30 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/dockred/outside/dorms) +"GH" = ( +/obj/structure/largecrate/supply/supplies/metal, +/obj/structure/largecrate/supply/supplies/mre{ + pixel_y = 16 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"GI" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, +/area/dockred/caves/lambda/xenobiology) +"GJ" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + id = "lambda"; + name = "Lambda Lockdown" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/checkpoint_south) +"GK" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside) +"GL" = ( +/obj/structure/machinery/power/apc/fully_broken/no_cell{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/outside/cargo) +"GM" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_3" + }, +/area/dockred/outside/port_outside) +"GN" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_16" + }, +/area/dockred/outside/port_outside) +"GO" = ( +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"GP" = ( +/turf/open/mars{ + icon_state = "mars_dirt_12" + }, +/area/dockred/caves/eta/xenobiology) +"GR" = ( +/obj/structure/surface/table, +/turf/open/floor/prison{ + dir = 9; + icon_state = "greenfull" + }, +/area/dockred/outside/dorms) +"GS" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"GT" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/item/ore/diamond, +/obj/effect/landmark/corpsespawner/miner, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_west) +"GU" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"GV" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_19" + }, +/area/dockred/outside/checkpoint_west) +"GW" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"GX" = ( +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/window/reinforced/toughened{ + dir = 1; + icon_state = "fwindow"; + pixel_y = 12 + }, +/turf/open/floor{ + dir = 9; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"GZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/device/flashlight/lantern, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg2" + }, +/area/dockred/outside/port_inside) +"Ha" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"Hb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-in" + }, +/turf/open/floor{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/dockred/caves/lambda/virology) +"Hd" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"He" = ( +/obj/structure/machinery/autolathe, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 5; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"Hf" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/jungle{ + bushes_spawn = 0; + icon_state = "grass_impenetrable" + }, +/area/dockred/caves/eta/xenobiology) +"Hg" = ( +/turf/closed/wall/mineral/bone_resin, +/area/dockred/caves/eta/living) +"Hi" = ( +/turf/open/floor{ + dir = 8; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"Hj" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/floor{ + icon_state = "darkred2" + }, +/area/dockred/caves/eta/xenobiology) +"Hk" = ( +/obj/item/cell/crap, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"Hl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/alien/hugger, +/turf/open/floor/interior/tatami, +/area/dockred/outside/bar) +"Hn" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/powercell, +/turf/open/floor/prison{ + dir = 4; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"Ho" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside) +"Hq" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/r_n_d/destructive_analyzer, +/turf/open/floor{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"Hr" = ( +/obj/effect/landmark/corpsespawner/pmc/burst, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/dockred/outside/port_inside) +"Hs" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"Ht" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"Hu" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"Hv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"Hw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/port_inside) +"Hx" = ( +/turf/open/floor{ + dir = 4; + icon_state = "purple" + }, +/area/dockred/caves/lambda/research) +"Hy" = ( +/turf/closed/wall/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves) +"Hz" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "green" + }, +/area/dockred/outside/dorms) +"HB" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor{ + dir = 9; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"HC" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"HF" = ( +/obj/structure/machinery/conveyor{ + id = "anomalybelt" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/plasticflaps, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/research) +"HG" = ( +/obj/structure/machinery/computer/arcade, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"HH" = ( +/obj/effect/landmark/crap_item, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"HI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/solaris/reinforced/hull, +/area/dockred/outside/checkpoint_south) +"HJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"HK" = ( +/obj/structure/cargo_container/seegson/right, +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/dockred/outside/port_outside) +"HM" = ( +/obj/structure/cargo_container/trijent/mid, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/dockred/outside/port_outside) +"HO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/reagent_dispensers/virusfood{ + pixel_y = 32 + }, +/turf/open/floor{ + dir = 9; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"HR" = ( +/mob/living/simple_animal/corgi/puppy{ + desc = "It's a corgi puppy. MISTER WIGGLES!! HE IS THE GREATEST!"; + name = "\improper Mister Wiggles" + }, +/turf/open/floor{ + dir = 1; + icon_state = "elevatorshaft" + }, +/area/dockred/caves/lambda/breakroom) +"HS" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/breakroom) +"HT" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"HU" = ( +/obj/structure/filingcabinet, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"HV" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside/landing_zone) +"HW" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"HX" = ( +/obj/structure/bookcase/manuals/research_and_development, +/obj/item/storage/fancy/vials/random, +/turf/open/floor{ + dir = 1; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/xenobiology) +"HY" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/north) +"Ia" = ( +/obj/structure/closet/hydrant{ + pixel_y = -32 + }, +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"Ib" = ( +/turf/open/mars_cave, +/area/dockred/caves/south) +"Ic" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"Id" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/cargo) +"Ie" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 8 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"If" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"Ig" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor{ + dir = 10; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"Ih" = ( +/obj/structure/machinery/teleport/hub, +/turf/open/floor{ + dir = 6; + icon_state = "podhatch" + }, +/area/dockred/caves/lambda/research) +"Ii" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/mineral/bone_resin, +/area/dockred/caves/eta/research) +"Ij" = ( +/obj/effect/alien/weeds/node, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor, +/area/dockred/caves/eta/storage) +"Ik" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/checkpoint_south) +"Il" = ( +/turf/closed/wall/resin, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/north) +"Im" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"In" = ( +/turf/open/floor{ + dir = 4; + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/breakroom) +"Io" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/checkpoint_south) +"Ip" = ( +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/lambda/xenobiology) +"Iq" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"Ir" = ( +/turf/open/floor{ + dir = 8; + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/research) +"Is" = ( +/turf/open/floor{ + dir = 4; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"It" = ( +/obj/structure/machinery/vending/coffee{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"Iu" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/research) +"Iv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W-corner" + }, +/obj/item/clipboard, +/turf/open/floor{ + dir = 8; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"Iw" = ( +/turf/open/floor/plating{ + dir = 5; + icon_state = "warnplate" + }, +/area/dockred/outside/port_outside) +"Iy" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 6; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"Iz" = ( +/obj/structure/largecrate/supply/supplies/water, +/obj/structure/largecrate/random/mini/med{ + pixel_x = 3; + pixel_y = 13 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"IA" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"IB" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/telecomm/junkyard) +"IC" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/interior/wood/alt, +/area/dockred/outside/bar) +"ID" = ( +/obj/structure/largecrate/random/barrel/blue{ + pixel_x = 7; + pixel_y = 21 + }, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor{ + dir = 6; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"IE" = ( +/turf/open/floor{ + dir = 4; + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/research) +"IF" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/cargo) +"IG" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/filingcabinet, +/turf/open/floor{ + dir = 1; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"IH" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Toilet Unit" + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "sterile_white" + }, +/area/dockred/outside/bar) +"II" = ( +/obj/structure/cargo_container/hd/right/alt, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"IJ" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_9" + }, +/area/dockred/outside/port_outside) +"IK" = ( +/obj/structure/barricade/metal{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"IL" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_9_1" + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"IM" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor, +/area/dockred/caves/eta/living) +"IN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"IO" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 4 + }, +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"IP" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -16; + pixel_y = 17 + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"IQ" = ( +/obj/structure/machinery/conveyor{ + dir = 4; + id = "anomalybelt" + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/research) +"IR" = ( +/obj/item/ore{ + pixel_x = -1 + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_6" + }, +/area/dockred/outside/port_outside) +"IS" = ( +/obj/structure/closet/secure_closet/scientist, +/obj/structure/machinery/light/built, +/turf/open/floor{ + dir = 6; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"IT" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_11" + }, +/area/dockred/outside/port_outside/landing_zone) +"IU" = ( +/obj/structure/filingcabinet, +/turf/open/floor/wood, +/area/dockred/caves/lambda/breakroom) +"IV" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"IW" = ( +/obj/structure/bed/chair/wood/normal, +/turf/open/floor/interior/tatami, +/area/dockred/outside/bar) +"IX" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/xenobiology) +"IY" = ( +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, +/area/dockred/caves/lambda/xenobiology) +"IZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"Ja" = ( +/obj/effect/landmark/corpsespawner/security/marshal, +/obj/effect/decal/cleanable/blood/oil, +/obj/item/weapon/gun/launcher/grenade/m81/m79{ + pixel_x = -3; + pixel_y = -9 + }, +/obj/structure/cable{ + icon_state = "1-5" + }, +/obj/item/clothing/head/helmet/marine/veteran/ua_riot, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"Jb" = ( +/turf/open/floor/prison{ + icon_state = "greencorner" + }, +/area/dockred/outside/dorms) +"Jc" = ( +/obj/structure/machinery/computer/cameras, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"Jd" = ( +/obj/structure/machinery/light/small/built{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "podhatchfloor" + }, +/area/dockred/caves/lambda/research) +"Je" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"Jf" = ( +/turf/open/floor{ + dir = 5; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"Jg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"Jh" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"Ji" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"Jj" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_8" + }, +/area/dockred/outside/port_outside) +"Jk" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "greencorner" + }, +/area/dockred/outside/dorms) +"Jl" = ( +/turf/open/floor{ + dir = 10; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/xenobiology) +"Jm" = ( +/obj/structure/platform_decoration/shiva{ + dir = 1 + }, +/obj/structure/platform_decoration/shiva{ + dir = 4 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/stack/cable_coil/random, +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"Jn" = ( +/obj/item/stack/cable_coil/cut, +/turf/open/mars_cave{ + icon_state = "mars_dirt_7" + }, +/area/dockred/outside/port_outside) +"Jr" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = 9; + pixel_y = 11 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"Jt" = ( +/turf/open/floor{ + dir = 1; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/lambda/virology) +"Ju" = ( +/obj/structure/surface/table/woodentable, +/obj/item/ashtray/bronze, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/interior/tatami, +/area/dockred/outside/bar) +"Jw" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/checkpoint_south) +"Jx" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"Jy" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/wood, +/area/dockred/caves/lambda/breakroom) +"Jz" = ( +/obj/effect/landmark/corpsespawner/security/marshal, +/turf/open/gm/river{ + color = "#990000"; + name = "pool" + }, +/area/dockred/outside/dorms) +"JA" = ( +/obj/structure/bed/chair/comfy/lime{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/dockred/caves/lambda/breakroom) +"JB" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 4; + health = 25000 + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"JD" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Eta Lab Robotics" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/storage) +"JE" = ( +/obj/structure/surface/table, +/obj/item/circuitboard/machine/batteryrack, +/obj/item/stack/cable_coil/orange, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"JF" = ( +/obj/structure/machinery/computer3/server/rack, +/turf/open/floor/greengrid, +/area/dockred/caves/lambda/research) +"JG" = ( +/turf/open/floor/interior/tatami, +/area/dockred/outside/bar) +"JH" = ( +/obj/structure/machinery/camera/autoname, +/turf/open/floor/prison{ + dir = 1; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"JI" = ( +/obj/structure/closet/crate/medical, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/rad, +/turf/open/floor{ + dir = 1; + icon_state = "elevatorshaft" + }, +/area/dockred/caves/lambda/breakroom) +"JJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"JK" = ( +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor{ + dir = 6; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"JL" = ( +/turf/closed/wall/solaris, +/area/dockred/outside/cargo) +"JN" = ( +/obj/structure/xenoautopsy/tank/hugger, +/turf/open/floor{ + dir = 8; + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"JO" = ( +/turf/open/mars, +/area/dockred/outside/port_outside/landing_zone) +"JP" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"JQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/xenobiology) +"JS" = ( +/obj/item/toy/beach_ball, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/dockred/outside/dorms) +"JT" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 1; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"JU" = ( +/obj/structure/surface/table, +/turf/open/floor/prison{ + dir = 1; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"JV" = ( +/turf/open/floor{ + dir = 9; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"JW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/dockred/caves/lambda/virology) +"JX" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/obj/effect/alien/weeds/node, +/turf/open/mars_cave{ + icon_state = "mars_cave_7" + }, +/area/dockred/caves/lambda/research) +"JZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/living) +"Kb" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/research) +"Kc" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Restroom" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/dockred/outside/dorms) +"Kd" = ( +/turf/open/floor/engine, +/area/dockred/caves/lambda/research) +"Ke" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary, +/obj/structure/cable{ + icon_state = "11-6" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"Kf" = ( +/turf/open/floor{ + dir = 8; + icon_state = "purplecorner" + }, +/area/dockred/caves/lambda/research) +"Ki" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"Kj" = ( +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/dockred/outside/dorms) +"Kk" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"Kl" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Toilet Unit" + }, +/turf/open/floor/prison{ + icon_state = "bright_clean2" + }, +/area/dockred/outside/dorms) +"Km" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_15" + }, +/area/dockred/outside/port_outside) +"Ko" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"Kp" = ( +/turf/open/floor{ + dir = 5; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/north) +"Kq" = ( +/turf/open/floor{ + dir = 10; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"Ks" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"Kt" = ( +/obj/structure/mineral_door/resin, +/turf/open/floor{ + dir = 8; + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"Ku" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"Kv" = ( +/obj/structure/window/framed/solaris, +/turf/open/floor/plating, +/area/dockred/caves/eta/living) +"Kw" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"Kx" = ( +/obj/item/stack/medical/splint{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/item/folder{ + pixel_x = -9; + pixel_y = -14 + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"Ky" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/eta/living) +"Kz" = ( +/turf/open/floor{ + icon_state = "podhatchfloor" + }, +/area/dockred/caves/eta/storage) +"KA" = ( +/turf/closed/wall/mineral/bone_resin, +/area/dockred/caves/eta/xenobiology) +"KB" = ( +/obj/structure/cryofeed/right{ + name = "\improper coolant feed" + }, +/turf/open/floor/greengrid, +/area/dockred/caves/lambda/research) +"KC" = ( +/turf/open/floor{ + icon_state = "white" + }, +/area/dockred/caves/lambda/xenobiology) +"KD" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1; + name = "\improper Flight Control"; + welded = 1 + }, +/turf/open/floor{ + dir = 8; + icon_state = "vault" + }, +/area/dockred/outside/port_inside) +"KF" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/plating, +/area/dockred/caves/eta/xenobiology) +"KI" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/closed/wall/solaris/reinforced, +/area/dockred/caves/eta/storage) +"KJ" = ( +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"KK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/xenobiology) +"KL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/landinglight/ds2/delaythree, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice10"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/prop/structure_lattice, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"KM" = ( +/obj/structure/window/framed/solaris/reinforced, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"KN" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_14" + }, +/area/dockred/outside/port_outside/landing_zone) +"KO" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"KP" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 11 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"KQ" = ( +/obj/structure/cargo_container/trijent/left/alt, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"KR" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor, +/area/dockred/caves/eta/storage) +"KS" = ( +/obj/effect/landmark/hunter_primary, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating, +/area/dockred/outside/cargo) +"KT" = ( +/obj/structure/barricade/metal{ + dir = 4; + icon_state = "barricade" + }, +/turf/open/floor{ + dir = 5; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"KV" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/xenobiology) +"KW" = ( +/obj/structure/bookcase/manuals/research_and_development, +/obj/item/storage/fancy/vials/random, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"KX" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light, +/obj/effect/spawner/random/technology_scanner, +/obj/item/xenos_claw, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"KY" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"KZ" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = 17 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"Lc" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"Ld" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan3" + }, +/area/dockred/outside/port_inside) +"Le" = ( +/obj/structure/bed, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"Lf" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -7; + pixel_y = 9 + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"Li" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/breakroom) +"Lj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"Lk" = ( +/obj/structure/machinery/r_n_d/server, +/turf/open/floor{ + icon_state = "podhatchfloor" + }, +/area/dockred/caves/eta/storage) +"Lm" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice9"; + pixel_x = -16; + pixel_y = 17 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"Ln" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/xenobiology) +"Lo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor, +/area/dockred/caves/eta/storage) +"Lp" = ( +/obj/structure/surface/table/holotable/wood, +/obj/item/XenoBio/Chitin, +/turf/open/floor/carpet, +/area/dockred/caves/lambda/breakroom) +"Lq" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/bluegrid{ + icon_state = "damaged4" + }, +/area/dockred/caves/lambda/research) +"Lr" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor, +/area/dockred/caves/eta/living) +"Ls" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"Lt" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"Lu" = ( +/turf/open/floor{ + dir = 6; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"Lv" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside) +"Lw" = ( +/turf/open/floor{ + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"Lx" = ( +/turf/closed/shuttle/ert, +/area/dockred/outside/port_inside) +"Ly" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/spawner/random/powercell, +/obj/effect/spawner/random/powercell, +/obj/item/clothing/head/soft/ferret{ + pixel_x = -4; + pixel_y = 7 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"Lz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"LA" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 8; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/breakroom) +"LB" = ( +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"LC" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside) +"LD" = ( +/obj/structure/platform/shiva{ + dir = 1 + }, +/obj/structure/platform/shiva, +/obj/structure/machinery/light/small/built{ + dir = 8 + }, +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"LE" = ( +/obj/structure/closet/crate/radiation, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"LF" = ( +/obj/item/frame/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/pickaxe{ + pixel_y = -7 + }, +/obj/item/tool/pickaxe{ + pixel_y = -3 + }, +/obj/item/tool/pickaxe, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"LG" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"LH" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table, +/obj/item/tool/surgery/retractor, +/turf/open/floor{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"LI" = ( +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"LK" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"LL" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"LM" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"LN" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/breakroom) +"LP" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/dockred/outside/bar) +"LQ" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/tatami, +/area/dockred/outside/bar) +"LR" = ( +/obj/structure/surface/table, +/obj/item/spacecash/c1000, +/obj/item/spacecash/c1000, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"LS" = ( +/obj/structure/machinery/computer/cameras{ + dir = 8; + pixel_x = 13 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"LT" = ( +/obj/structure/cargo_container/horizontal/blue/top, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/outside/cargo) +"LV" = ( +/obj/effect/decal/cleanable/mucus, +/turf/open/floor{ + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/lambda/virology) +"LW" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Cables" + }, +/obj/structure/cryofeed/right{ + color = "silver"; + desc = "A bewildering tangle of machinery and pipes."; + name = "\improper coolant feed" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/dockred/outside/checkpoint_south) +"LX" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/solaris/reinforced, +/area/dockred/outside/checkpoint_west) +"LY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/landinglight/ds2{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"LZ" = ( +/obj/structure/curtain/medical, +/turf/open/floor{ + dir = 9; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"Ma" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"Mb" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "dock_block2" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/outside/port_inside) +"Mc" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 1; + name = "\improper Lambda Lab Break Room" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/breakroom) +"Me" = ( +/obj/structure/tunnel{ + id = "hole2" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"Mf" = ( +/obj/structure/sign/safety/manualopenclose{ + desc = "The now broken door access console for these podlocks. Seems like some poor bastard was frantically trying to slide their card due to the the card reader being scraped up. Poor bastards."; + icon = 'icons/obj/structures/machinery/monitors.dmi'; + icon_state = "auth_off"; + name = "Access console"; + pixel_y = -2 + }, +/turf/closed/wall/solaris/reinforced/hull, +/area/dockred/outside/checkpoint_south) +"Mg" = ( +/obj/item/ammo_magazine/smartgun{ + current_rounds = 15 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"Mh" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/dockred/outside/bar) +"Mj" = ( +/obj/structure/cargo_container/watatsumi/right, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"Mk" = ( +/turf/open/floor{ + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/storage) +"Ml" = ( +/obj/structure/closet/secure_closet, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor{ + dir = 9; + icon_state = "redfull" + }, +/area/dockred/caves/eta/research) +"Mm" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_12" + }, +/area/dockred/outside/port_outside) +"Mn" = ( +/obj/structure/surface/table, +/obj/structure/machinery/faxmachine, +/turf/open/floor{ + dir = 4; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"Mo" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "darkgreen2" + }, +/area/dockred/caves/eta/xenobiology) +"Mq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"Ms" = ( +/turf/open/floor{ + dir = 8; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/breakroom) +"Mt" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + icon_state = "pdoor0" + }, +/turf/open/floor/plating{ + dir = 6; + icon_state = "warnplate" + }, +/area/dockred/caves/lambda/xenobiology) +"Mu" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"Mv" = ( +/obj/item/storage/toolbox/mechanical, +/turf/open/mars_cave{ + icon_state = "mars_dirt_6" + }, +/area/dockred/outside/port_outside) +"Mw" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/xenoautopsy, +/turf/open/floor{ + dir = 1; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/xenobiology) +"Mx" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/prison{ + dir = 8; + icon_state = "sterile_white" + }, +/area/dockred/outside/bar) +"MB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison{ + icon_state = "bright_clean2" + }, +/area/dockred/outside/dorms) +"MC" = ( +/obj/structure/machinery/light, +/turf/open/mars_cave{ + icon_state = "mars_cave_17" + }, +/area/dockred/outside/cargo) +"MD" = ( +/obj/structure/cargo_container/trijent/left, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/dockred/outside/port_outside) +"ME" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor{ + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/xenobiology) +"MF" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"MG" = ( +/obj/structure/machinery/landinglight/ds2, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = 17 + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"MH" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/tatami, +/area/dockred/outside/bar) +"MI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating, +/area/dockred/outside/cargo) +"MJ" = ( +/turf/open/mars_cave, +/area/dockred/caves/north) +"MK" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/dockred/caves/lambda/xenobiology) +"ML" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_13" + }, +/area/dockred/outside/port_outside/landing_zone) +"MM" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_11" + }, +/area/dockred/caves/lambda/xenobiology) +"MN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"MO" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/dockred/caves/lambda/xenobiology) +"MQ" = ( +/turf/open/mars, +/area/dockred/outside/port_outside) +"MR" = ( +/turf/open/floor{ + dir = 1; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"MS" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"MT" = ( +/obj/structure/surface/table, +/obj/item/XenoBio/Blood, +/obj/item/XenoBio/Blood, +/obj/item/paper, +/turf/open/floor{ + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"MU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/cigbutt, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"MV" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/dockred/outside/port_inside) +"MW" = ( +/obj/structure/surface/table, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"MX" = ( +/obj/structure/mineral_door/resin, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"MY" = ( +/obj/structure/machinery/chem_master, +/turf/open/floor{ + dir = 8; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"MZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 1; + name = "\improper Lambda Lab Virology Wing" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/research) +"Na" = ( +/turf/open/floor{ + dir = 9; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/xenobiology) +"Nb" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/xenobiology) +"Nc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/alarm{ + dir = 1; + pixel_y = -30 + }, +/turf/open/floor{ + dir = 10; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"Ne" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_12" + }, +/area/dockred/outside/port_outside/landing_zone) +"Nf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 8; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"Ng" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 8; + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"Nh" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/largecrate/random/barrel, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"Ni" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/xenobiology) +"Nj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "11-1" + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"Nk" = ( +/obj/item/weapon/gun/revolver/small, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/dockred/outside/dorms) +"Nm" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 6; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"Nn" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"Np" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/xenobiology) +"Nq" = ( +/obj/structure/surface/table, +/obj/structure/machinery/microwave, +/turf/open/floor, +/area/dockred/caves/eta/living) +"Nr" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -30 + }, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"Ns" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/general_air_control/large_tank_control, +/obj/structure/cable{ + icon_state = "11-2" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"Nt" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 8; + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/xenobiology) +"Nu" = ( +/obj/item/cell/super/empty, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"Nv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/research) +"Nw" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"Nx" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/research) +"Ny" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 1; + name = "\improper Lambda Lab Administration Wing" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/breakroom) +"Nz" = ( +/turf/closed/wall/solaris, +/area/dockred/caves/eta/living) +"NB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/storage) +"ND" = ( +/obj/structure/machinery/light, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"NE" = ( +/obj/structure/surface/table, +/obj/item/device/analyzer/plant_analyzer, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 5; + icon_state = "whitegreen_v" + }, +/area/dockred/caves/lambda/xenobiology) +"NG" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"NH" = ( +/turf/open/floor{ + dir = 6; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"NK" = ( +/obj/effect/alien/weeds/node, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"NL" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/dockred/outside/port_outside/landing_zone) +"NM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"NO" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/door_control{ + id = "dock_block1"; + name = "Gates"; + pixel_x = 8; + pixel_y = -2 + }, +/turf/open/floor{ + dir = 9; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"NP" = ( +/obj/structure/machinery/vending/snack, +/obj/structure/machinery/light, +/turf/open/floor/carpet, +/area/dockred/caves/lambda/breakroom) +"NQ" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + dir = 10; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"NS" = ( +/obj/effect/alien/weeds/node, +/turf/open/mars_cave{ + icon_state = "mars_cave_7" + }, +/area/dockred/caves/north) +"NU" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside/landing_zone) +"NV" = ( +/obj/effect/landmark/corpsespawner/pmc, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/dockred/outside/port_inside) +"NW" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"NX" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/engine, +/area/dockred/caves/lambda/research) +"NY" = ( +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"NZ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"Oa" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/closet/secure_closet/security, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"Oc" = ( +/obj/structure/closet/crate/freezer/rations, +/obj/item/storage/toolbox/mechanical, +/obj/item/device/multitool, +/turf/open/floor{ + dir = 1; + icon_state = "elevatorshaft" + }, +/area/dockred/caves/lambda/breakroom) +"Od" = ( +/obj/structure/machinery/chem_dispenser, +/turf/open/floor{ + dir = 8; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"Oe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/structure/machinery/light/built{ + dir = 4 + }, +/turf/open/floor{ + dir = 5; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"Of" = ( +/obj/structure/closet/l3closet/scientist, +/turf/open/floor{ + dir = 5; + icon_state = "darkgreen2" + }, +/area/dockred/caves/eta/xenobiology) +"Og" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1; + name = "\improper Flight Control" + }, +/turf/open/floor{ + dir = 8; + icon_state = "vault" + }, +/area/dockred/outside/port_inside) +"Oh" = ( +/obj/effect/landmark/xeno_spawn, +/obj/effect/alien/weeds/node, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"Oi" = ( +/obj/item/tool/pickaxe/drill, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"Oj" = ( +/obj/structure/machinery/r_n_d/organic_analyzer, +/turf/open/floor{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"Ok" = ( +/obj/structure/mineral_door/resin, +/turf/open/floor/bluegrid{ + icon_state = "damaged5" + }, +/area/dockred/caves/lambda/research) +"Ol" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/interior/wood/alt, +/area/dockred/outside/bar) +"Om" = ( +/obj/structure/closet/athletic_mixed, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"On" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/dockred/outside/port_inside) +"Op" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"Oq" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/virology) +"Or" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 1; + name = "\improper Lambda Lab Maintenance" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/xenobiology) +"Os" = ( +/obj/structure/powerloader_wreckage, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"Ot" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/checkpoint_west) +"Ov" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"Ow" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "white" + }, +/area/dockred/caves/lambda/xenobiology) +"Ox" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/breakroom) +"Oy" = ( +/obj/item/stack/cable_coil/cut, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/dockred/outside/port_outside) +"Oz" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/plating, +/area/dockred/caves/eta/storage) +"OA" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/engine, +/area/dockred/caves/lambda/research) +"OB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood/alt, +/area/dockred/outside/bar) +"OD" = ( +/obj/structure/machinery/power/apc{ + dir = 8; + pixel_x = -30; + start_charge = 0 + }, +/turf/open/floor{ + dir = 8; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"OE" = ( +/obj/structure/sign/safety/biohazard{ + pixel_x = 32; + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"OG" = ( +/obj/structure/machinery/power/port_gen/pacman, +/obj/effect/decal/warning_stripes{ + icon_state = "U-N" + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/research) +"OH" = ( +/turf/open/floor{ + icon_state = "whitepurplecorner" + }, +/area/dockred/caves/lambda/research) +"OI" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"OJ" = ( +/turf/open/floor/plating, +/area/dockred/caves/south) +"OK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 10; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/storage) +"OM" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowcorner" + }, +/area/dockred/caves/lambda/xenobiology) +"ON" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"OO" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"OP" = ( +/obj/effect/landmark/corpsespawner/wygoon, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"OQ" = ( +/obj/structure/cargo_container/hd/right, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"OR" = ( +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/breakroom) +"OS" = ( +/obj/structure/powerloader_wreckage, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"OT" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/engine, +/area/dockred/caves/lambda/research) +"OU" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/storage) +"OV" = ( +/obj/structure/closet/l3closet/scientist, +/turf/open/floor{ + dir = 1; + icon_state = "darkgreen2" + }, +/area/dockred/caves/eta/xenobiology) +"OW" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"OX" = ( +/obj/structure/machinery/light/built{ + dir = 8 + }, +/obj/structure/pipes/vents/scrubber/on{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"OY" = ( +/obj/item/trash/kepler, +/obj/effect/decal/cleanable/blood, +/turf/open/floor, +/area/dockred/caves/eta/living) +"OZ" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_18" + }, +/area/dockred/caves/south) +"Pa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"Pb" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/outside/cargo) +"Pc" = ( +/obj/item/device/flashlight/lamp{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/ashtray/plastic, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_west) +"Pd" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"Pe" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/dockred/outside/dorms) +"Pf" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 8; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"Pg" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor{ + dir = 5; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"Ph" = ( +/obj/structure/curtain/medical, +/turf/open/floor{ + dir = 5; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"Pi" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"Pj" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_19" + }, +/area/dockred/outside/port_outside) +"Pk" = ( +/turf/open/floor{ + icon_state = "whiteyellow" + }, +/area/dockred/caves/lambda/xenobiology) +"Pl" = ( +/turf/open/floor{ + icon_state = "purple" + }, +/area/dockred/caves/lambda/research) +"Pn" = ( +/turf/open/floor{ + dir = 5; + icon_state = "podhatch" + }, +/area/dockred/caves/lambda/research) +"Pp" = ( +/obj/structure/surface/table, +/obj/item/storage/box/wy_mre, +/turf/open/floor/plating, +/area/dockred/caves/eta/research) +"Pq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"Pr" = ( +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"Ps" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/plating, +/area/dockred/caves/eta/research) +"Pt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"Pu" = ( +/obj/structure/machinery/computer/cameras, +/obj/structure/surface/table, +/turf/open/floor{ + dir = 5; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"Pv" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/mars, +/area/dockred/outside/cargo) +"Py" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"PB" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Bar Backroom"; + welded = 1 + }, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"PE" = ( +/obj/structure/closet/l3closet/scientist, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"PF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "green" + }, +/area/dockred/outside/dorms) +"PG" = ( +/obj/structure/xenoautopsy/tank/broken, +/turf/open/floor{ + dir = 8; + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"PH" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_11" + }, +/area/dockred/caves/eta/research) +"PJ" = ( +/obj/effect/landmark/corpsespawner/wygoon, +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_10_1"; + pixel_x = 9 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"PK" = ( +/turf/open/floor{ + dir = 1; + icon_state = "elevatorshaft" + }, +/area/dockred/caves/lambda/breakroom) +"PL" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/sign/safety/laser{ + pixel_y = 32 + }, +/turf/open/floor{ + dir = 1; + icon_state = "purple" + }, +/area/dockred/caves/lambda/research) +"PM" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/barricade/metal{ + dir = 4 + }, +/obj/structure/barricade/metal, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"PO" = ( +/obj/structure/mineral_door/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_5" + }, +/area/dockred/caves/eta/research) +"PP" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"PQ" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_22" + }, +/area/dockred/caves/north) +"PR" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/north) +"PS" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_5" + }, +/area/dockred/caves/eta/xenobiology) +"PT" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "bluecorner" + }, +/area/dockred/outside/dorms) +"PU" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"PV" = ( +/obj/structure/barricade/deployable{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"PW" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor{ + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"PX" = ( +/obj/structure/pipes/vents/scrubber/on, +/obj/effect/landmark/crap_item, +/turf/open/floor{ + dir = 1; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"PY" = ( +/obj/effect/alien/weeds/node, +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/south) +"PZ" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/dockred/caves/lambda/breakroom) +"Qa" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"Qb" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/research) +"Qc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/checkpoint_south) +"Qd" = ( +/obj/structure/surface/rack, +/turf/open/floor{ + dir = 5; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"Qe" = ( +/obj/structure/cargo_container/watatsumi/rightmid, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"Qf" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/mars, +/area/dockred/outside/port_outside/landing_zone) +"Qg" = ( +/obj/structure/surface/table, +/obj/item/book/manual/nuclear, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"Qh" = ( +/obj/structure/machinery/power/apc{ + dir = 8; + name = "Xenbiology Lab APC"; + pixel_x = -30; + start_charge = 0 + }, +/obj/structure/machinery/door_control{ + id = "lambda"; + name = "Lambda Lockdown"; + pixel_y = -25 + }, +/turf/open/floor{ + dir = 10; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/xenobiology) +"Qi" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/eta/research) +"Qk" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"Ql" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/surgical_tray{ + pixel_y = 7 + }, +/obj/item/device/healthanalyzer{ + pixel_x = 5 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"Qm" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/obj/effect/alien/weeds/node, +/obj/effect/landmark/corpsespawner/pmc, +/turf/open/floor{ + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/breakroom) +"Qn" = ( +/obj/structure/platform_decoration/shiva{ + dir = 8 + }, +/obj/structure/platform_decoration/shiva, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"Qp" = ( +/turf/open/floor{ + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/lambda/virology) +"Qq" = ( +/obj/structure/machinery/light/small/built{ + dir = 8 + }, +/turf/open/floor{ + dir = 10; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"Qr" = ( +/obj/structure/machinery/power/apc, +/turf/open/floor{ + dir = 8; + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"Qs" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Lambda Lab" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/research) +"Qt" = ( +/turf/open/floor/plating, +/area/dockred/caves/lambda/research) +"Qu" = ( +/obj/structure/surface/table, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"Qv" = ( +/obj/structure/machinery/landinglight/ds2, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"Qw" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + icon = 'icons/obj/pipes/manifold.dmi'; + icon_state = "map"; + name = "Pipe manifold" + }, +/obj/structure/cable{ + icon_state = "2-9" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"Qx" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"Qy" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_y = 17 + }, +/obj/item/reagent_container/food/snacks/jellysandwich/cherry, +/turf/open/mars_cave{ + icon_state = "mars_cave_3" + }, +/area/dockred/outside/port_outside) +"Qz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"QA" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"QB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 8; + icon_state = "carpet11-12" + }, +/area/dockred/outside/bar) +"QC" = ( +/obj/structure/surface/table, +/turf/open/floor{ + dir = 8; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"QE" = ( +/obj/structure/xenoautopsy/tank, +/turf/open/floor{ + dir = 8; + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"QF" = ( +/obj/structure/bed, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"QH" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/xenobiology) +"QI" = ( +/obj/structure/mineral_door/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves) +"QJ" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/powercell, +/turf/open/floor/prison{ + dir = 10; + icon_state = "blue" + }, +/area/dockred/outside/dorms) +"QK" = ( +/obj/structure/surface/table/reinforced, +/obj/item/book/manual/research_and_development, +/turf/open/floor{ + dir = 4; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/xenobiology) +"QM" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_10" + }, +/area/dockred/outside/port_outside) +"QO" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor{ + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"QQ" = ( +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/cargo) +"QR" = ( +/obj/structure/machinery/conveyor{ + id = "anomalybelt" + }, +/turf/open/floor{ + dir = 1; + icon_state = "purple" + }, +/area/dockred/caves/lambda/research) +"QS" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/adv{ + pixel_x = 2; + pixel_y = -5 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/dockred/outside/port_inside) +"QT" = ( +/turf/open/floor{ + icon_state = "grimy" + }, +/area/dockred/outside/bar) +"QU" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_4" + }, +/area/dockred/caves/lambda/research) +"QV" = ( +/obj/structure/window/framed/solaris/reinforced, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating, +/area/dockred/caves/eta/research) +"QW" = ( +/obj/structure/prop/almayer/computers/mapping_computer{ + desc = "A strange-looking collection of coordinate inputs, relay shunts, and wiring. Designed to operate an experimental teleporter."; + name = "\improper Teleporter Targeting Computer" + }, +/turf/open/floor/greengrid, +/area/dockred/caves/lambda/research) +"QX" = ( +/obj/structure/pipes/vents/scrubber/on{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/breakroom) +"QY" = ( +/obj/structure/machinery/landinglight/ds1, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"QZ" = ( +/turf/open/floor{ + dir = 4; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/xenobiology) +"Ra" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/broken_bottle, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/checkpoint_south) +"Rb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/mineral_door/resin, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"Rc" = ( +/obj/structure/closet/l3closet/scientist, +/turf/open/floor{ + dir = 9; + icon_state = "darkgreen2" + }, +/area/dockred/caves/eta/xenobiology) +"Rf" = ( +/obj/structure/largecrate/random/secure, +/obj/structure/largecrate/black_market/confiscated_weaponry{ + pixel_x = -10; + pixel_y = -21 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"Rg" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -9; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_west) +"Rh" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg2" + }, +/area/dockred/caves/lambda/research) +"Ri" = ( +/obj/structure/window/framed/solaris, +/turf/open/floor/plating, +/area/dockred/outside/bar) +"Rj" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan5" + }, +/area/dockred/outside/port_inside) +"Rk" = ( +/obj/structure/largecrate/supply/supplies/metal, +/obj/structure/largecrate/supply/supplies/mre{ + pixel_y = 19 + }, +/turf/open/floor{ + dir = 5; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"Rl" = ( +/turf/open/floor{ + dir = 4; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"Rm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "dock_block1" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/outside/port_inside) +"Rn" = ( +/obj/structure/lamarr, +/turf/open/floor{ + dir = 4; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"Ro" = ( +/obj/structure/largecrate/guns, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "bot" + }, +/area/dockred/caves/eta/storage) +"Rp" = ( +/obj/item/stack/sheet/xenochitin, +/turf/open/mars, +/area/dockred/caves/eta/research) +"Rq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"Rs" = ( +/obj/structure/machinery/computer/cameras, +/turf/open/floor{ + dir = 4; + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"Rt" = ( +/obj/structure/sign/safety/life_support, +/obj/structure/sign/safety/maint{ + pixel_x = 13 + }, +/turf/closed/wall/solaris/reinforced/hull, +/area/dockred/outside/checkpoint_south) +"Ru" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Eta Lab Armory" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/research) +"Rv" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 9; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"Rw" = ( +/turf/open/floor/plating, +/area/dockred/caves/eta/research) +"Rx" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"Ry" = ( +/turf/open/floor/prison{ + icon_state = "blue" + }, +/area/dockred/outside/dorms) +"Rz" = ( +/turf/open/floor{ + dir = 4; + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/xenobiology) +"RA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 9; + icon_state = "redfull" + }, +/area/dockred/caves/eta/research) +"RB" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"RC" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_7" + }, +/area/dockred/outside/port_outside) +"RD" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"RE" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber, +/turf/open/floor/plating{ + dir = 8; + icon_state = "warnplate" + }, +/area/dockred/outside/checkpoint_south) +"RG" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_20" + }, +/area/dockred/outside/port_outside/landing_zone) +"RI" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"RJ" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 8 + }, +/obj/structure/bed/stool, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"RL" = ( +/obj/structure/machinery/vending/cola, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"RM" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/checkpoint_west) +"RN" = ( +/turf/closed/wall/resin, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"RO" = ( +/turf/open/gm/river{ + color = "#995555"; + name = "pool" + }, +/area/dockred/outside/dorms) +"RP" = ( +/turf/open/floor/prison{ + dir = 1; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"RQ" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_6" + }, +/area/dockred/outside/port_outside/landing_zone) +"RS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"RT" = ( +/turf/open/floor{ + dir = 8; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"RV" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice9"; + pixel_x = -16; + pixel_y = 17 + }, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"RW" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"RX" = ( +/turf/open/floor{ + dir = 8; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/lambda/virology) +"RY" = ( +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"RZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor, +/area/dockred/caves/eta/storage) +"Sa" = ( +/obj/structure/machinery/door_control{ + id = "safe_room"; + layer = 4; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -5; + req_access_txt = "7"; + specialfunctions = 4 + }, +/turf/closed/wall/solaris/reinforced, +/area/dockred/caves/lambda/breakroom) +"Sb" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_6" + }, +/area/dockred/caves/south) +"Sc" = ( +/obj/structure/surface/table, +/turf/open/floor{ + dir = 9; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"Se" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"Sg" = ( +/obj/structure/machinery/chem_master, +/turf/open/floor{ + dir = 5; + icon_state = "whiteyellow" + }, +/area/dockred/caves/lambda/xenobiology) +"Sh" = ( +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"Si" = ( +/turf/open/jungle{ + bushes_spawn = 0; + icon_state = "grass_impenetrable" + }, +/area/dockred/caves/eta/xenobiology) +"Sj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/writing, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"Sk" = ( +/obj/structure/computer3frame/wallcomp, +/obj/structure/cable{ + icon_state = "11-2" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"Sl" = ( +/turf/open/floor/bluegrid, +/area/dockred/caves/lambda/research) +"Sm" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/carpet, +/area/dockred/caves/lambda/breakroom) +"Sn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison{ + icon_state = "greencorner" + }, +/area/dockred/outside/dorms) +"So" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/chem_dispenser/soda{ + density = 0; + pixel_y = 32 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/dockred/outside/bar) +"Sp" = ( +/obj/structure/machinery/landinglight/ds1, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -16; + pixel_y = 17 + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"Sq" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/mars, +/area/dockred/outside/cargo) +"Sr" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/dockred/outside/bar) +"St" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"Su" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"Sv" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 8; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"Sw" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor, +/area/dockred/caves/eta/storage) +"Sx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/prison{ + icon_state = "bright_clean2" + }, +/area/dockred/outside/dorms) +"Sy" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/dockred/outside/port_outside) +"Sz" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "loadingarea" + }, +/area/dockred/caves/eta/storage) +"SA" = ( +/obj/structure/surface/table, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/plating, +/area/dockred/caves/eta/research) +"SC" = ( +/obj/structure/bed, +/obj/item/bedsheet/captain, +/turf/open/floor{ + dir = 1; + icon_state = "elevatorshaft" + }, +/area/dockred/caves/lambda/breakroom) +"SD" = ( +/obj/structure/filingcabinet{ + pixel_x = 7 + }, +/obj/structure/filingcabinet{ + pixel_x = -8 + }, +/turf/open/floor{ + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"SE" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating{ + dir = 9; + icon_state = "warnplate" + }, +/area/dockred/caves/lambda/xenobiology) +"SF" = ( +/obj/structure/largecrate/lisa, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor{ + icon_state = "bot" + }, +/area/dockred/caves/eta/storage) +"SG" = ( +/obj/structure/pipes/vents/scrubber/on, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/xenobiology) +"SH" = ( +/turf/open/floor{ + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"SI" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/living) +"SJ" = ( +/obj/effect/spawner/random/toolbox, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"SK" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"SL" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"SM" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"SN" = ( +/obj/structure/mineral_door/resin, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/north) +"SO" = ( +/obj/structure/window/framed/solaris/reinforced, +/obj/structure/machinery/door/poddoor/almayer{ + id = "sci_br"; + name = "\improper Lambda Observation Shutters" + }, +/turf/open/floor/plating, +/area/dockred/caves/lambda/breakroom) +"SP" = ( +/obj/item/tool/weldingtool/experimental, +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/research) +"SQ" = ( +/obj/structure/cargo_container/grant/right, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"SR" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"SS" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/living) +"ST" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/dockred/outside/port_outside) +"SU" = ( +/obj/structure/window/framed/solaris, +/turf/open/floor/plating, +/area/dockred/outside/dorms) +"SW" = ( +/obj/structure/bed, +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"SZ" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/breakroom) +"Tb" = ( +/obj/structure/closet/l3closet/scientist, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/eta/research) +"Te" = ( +/obj/effect/landmark/corpsespawner/colonist/random, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"Tf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison{ + dir = 4; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"Tg" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + icon_state = "pdoor0" + }, +/turf/open/floor/plating{ + dir = 5; + icon_state = "warnplate" + }, +/area/dockred/caves/lambda/xenobiology) +"Th" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/dockred/outside/bar) +"Ti" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/white, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/checkpoint_south) +"Tj" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"Tk" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"Tl" = ( +/turf/open/gm/river{ + color = "#990000"; + name = "pool" + }, +/area/dockred/outside/dorms) +"Tn" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating, +/area/dockred/outside/cargo) +"To" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "blue" + }, +/area/dockred/outside/dorms) +"Tp" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor{ + dir = 4; + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"Tq" = ( +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/research) +"Tr" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/eta/storage) +"Ts" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves) +"Tu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 6; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/storage) +"Tx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = 3; + pixel_y = 12 + }, +/obj/structure/machinery/door_control{ + id = "lambda"; + name = "Gates"; + pixel_x = 6; + pixel_y = -4 + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"Ty" = ( +/obj/structure/surface/table, +/obj/item/device/flashlight, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"Tz" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/breakroom) +"TA" = ( +/obj/structure/xenoautopsy/tank/alien, +/obj/effect/decal/warning_stripes, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor{ + dir = 10; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/xenobiology) +"TB" = ( +/obj/structure/cargo_container/grant/right, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"TC" = ( +/obj/structure/mineral_door/resin, +/turf/open/floor{ + dir = 8; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"TD" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/pod/old{ + name = "Personal Computer" + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"TE" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"TF" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Cables" + }, +/obj/structure/cryofeed{ + color = "silver"; + desc = "A bewildering tangle of machinery and pipes."; + name = "coolant feed" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/dockred/outside/checkpoint_south) +"TG" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_12" + }, +/area/dockred/outside/port_outside) +"TH" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + id = "lambda"; + name = "Lambda Lockdown" + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"TI" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "bright_clean2" + }, +/area/dockred/outside/dorms) +"TJ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/closet/cabinet, +/obj/item/clothing/accessory/armband, +/obj/structure/pipes/vents/pump/on, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"TK" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "\improper Lambda Lab Administration Office" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/breakroom) +"TL" = ( +/obj/structure/window/framed/solaris/reinforced, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/safety/hvac{ + pixel_x = -32 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"TN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg2" + }, +/area/dockred/outside/port_inside) +"TO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/moneybag, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"TP" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/north) +"TQ" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"TR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/mucus, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg2" + }, +/area/dockred/outside/checkpoint_south) +"TS" = ( +/obj/structure/surface/table, +/obj/structure/xenoautopsy, +/turf/open/floor{ + dir = 4; + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"TT" = ( +/obj/structure/machinery/landinglight/ds1/delaythree, +/obj/effect/decal/cleanable/generic, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"TV" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 4; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/storage) +"TW" = ( +/obj/structure/cargo_container/arious/rightmid, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"TY" = ( +/obj/structure/fence, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/cargo) +"TZ" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"Uc" = ( +/obj/structure/machinery/landinglight/ds1/delayone, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"Ud" = ( +/obj/structure/showcase{ + icon_state = "bus" + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"Ue" = ( +/obj/structure/largecrate/supply/supplies/flares, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"Uf" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/door_control{ + id = "dock_block2"; + name = "Gates"; + pixel_y = 12 + }, +/obj/structure/prop/ice_colony/hula_girl{ + pixel_x = 10; + pixel_y = 11 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"Uh" = ( +/obj/structure/barricade/metal/wired{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"Ui" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_west) +"Uj" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"Uk" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison{ + dir = 1; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"Ul" = ( +/obj/structure/machinery/filtration/console{ + pixel_y = 15 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"Um" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds/node, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"Un" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1; + pixel_y = 20 + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"Uo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"Up" = ( +/obj/structure/largecrate/guns/merc{ + name = "\improper dodgy crate" + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"Uq" = ( +/obj/structure/sign/safety/fire_haz, +/turf/closed/wall/solaris/reinforced, +/area/dockred/outside/checkpoint_west) +"Ur" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/river{ + name = "pool" + }, +/area/dockred/outside/dorms) +"Ut" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/virology) +"Uu" = ( +/obj/structure/cable{ + icon_state = "1-6" + }, +/obj/structure/cable{ + icon_state = "1-9" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"Ux" = ( +/obj/structure/surface/table, +/obj/item/clothing/glasses/science, +/turf/open/floor{ + dir = 1; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"Uy" = ( +/obj/structure/machinery/smartfridge/chemistry, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"Uz" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + locked = 1 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/dockred/outside/port_inside) +"UA" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Lab Maintenance" + }, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"UB" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside) +"UC" = ( +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/dockred/outside/port_outside) +"UD" = ( +/obj/structure/prop/invuln/rope{ + pixel_y = -1 + }, +/turf/closed/shuttle/ert{ + icon_state = "rightengine_2" + }, +/area/dockred/outside/port_inside) +"UE" = ( +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/breakroom) +"UF" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Showers" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/dockred/outside/dorms) +"UG" = ( +/obj/structure/largecrate/mule, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/caves/eta/storage) +"UH" = ( +/turf/closed/wall/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/south) +"UI" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/dockred/outside/dorms) +"UK" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/plating, +/area/dockred/outside/dorms) +"UL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"UM" = ( +/turf/open/floor{ + dir = 6; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"UN" = ( +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/decal/cleanable/blood, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"UO" = ( +/turf/open/floor{ + dir = 5; + icon_state = "darkgreen2" + }, +/area/dockred/caves/lambda/virology) +"UP" = ( +/obj/structure/cargo_container/hd/left/alt, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/south) +"UR" = ( +/obj/structure/mineral_door/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_6" + }, +/area/dockred/caves/north) +"US" = ( +/obj/structure/cargo_container/arious/leftmid, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"UU" = ( +/turf/open/floor{ + dir = 10; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/storage) +"UV" = ( +/obj/effect/landmark/corpsespawner/pmc, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"UX" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 2; + name = "\improper Bar" + }, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"UY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/checkpoint_south) +"UZ" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/eta/living) +"Va" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/wood, +/area/dockred/caves/lambda/breakroom) +"Vc" = ( +/obj/structure/machinery/prop/almayer/computer/PC{ + icon_state = "overwatchb"; + name = "shuttle control"; + pixel_y = 18 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/dockred/outside/port_inside) +"Vd" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/toolbox, +/turf/open/floor{ + dir = 10; + icon_state = "purple" + }, +/area/dockred/caves/lambda/research) +"Ve" = ( +/obj/structure/xenoautopsy/tank/larva, +/obj/effect/decal/warning_stripes, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/xenobiology) +"Vf" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-10" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"Vg" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Lambda Lab Break Room" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/lambda/breakroom) +"Vh" = ( +/obj/structure/machinery/alarm{ + dir = 4; + pixel_x = -30 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"Vi" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 3 + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_6" + }, +/area/dockred/outside/port_outside) +"Vj" = ( +/obj/item/explosive/grenade/slug/baton{ + dir = 1; + pixel_y = -8 + }, +/obj/item/explosive/grenade/baton{ + dir = 4; + pixel_x = 9; + pixel_y = -8 + }, +/obj/structure/cable{ + icon_state = "4-10" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-5" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"Vk" = ( +/obj/item/weapon/broken_bottle, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"Vl" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/north) +"Vm" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor{ + dir = 9; + icon_state = "purple" + }, +/area/dockred/caves/lambda/research) +"Vo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"Vp" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/xenobiology) +"Vq" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tech_supply, +/obj/structure/pipes/vents/pump, +/turf/open/floor{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"Vr" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + dir = 6; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/research) +"Vs" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/door/window{ + dir = 1; + opacity = 1 + }, +/turf/open/floor{ + icon_state = "warnwhite" + }, +/area/dockred/caves/lambda/virology) +"Vt" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "darkred2" + }, +/area/dockred/caves/eta/xenobiology) +"Vw" = ( +/obj/structure/surface/table, +/obj/item/ashtray/bronze, +/turf/open/floor/prison{ + dir = 1; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"Vx" = ( +/obj/structure/platform/shiva{ + dir = 4 + }, +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"Vy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/dockred/outside/dorms) +"Vz" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor{ + dir = 1; + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/lambda/virology) +"VA" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"VB" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "lambda"; + name = "Lambda Lockdown" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/checkpoint_west) +"VC" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_18" + }, +/area/dockred/caves/lambda/xenobiology) +"VD" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/shuttle/dropship{ + icon_state = "floor8" + }, +/area/dockred/outside/port_inside) +"VE" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -4; + pixel_y = 20 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"VF" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "sterile_white" + }, +/area/dockred/outside/bar) +"VG" = ( +/obj/structure/prop/dam/crane/damaged{ + dir = 1 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"VI" = ( +/obj/item/tool/pen, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/research) +"VJ" = ( +/obj/structure/bed/chair, +/turf/open/floor/plating, +/area/dockred/caves/eta/research) +"VK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"VM" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Dormitories" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/outside/port_inside) +"VO" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"VP" = ( +/turf/open/floor{ + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"VQ" = ( +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/virology) +"VR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/prison{ + icon_state = "bright_clean2" + }, +/area/dockred/outside/dorms) +"VS" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"VT" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 8; + pixel_y = -32 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/breakroom) +"VU" = ( +/obj/structure/largecrate/random/barrel/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_south) +"VV" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/dockred/outside/dorms) +"VW" = ( +/obj/structure/window/framed/solaris/reinforced, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating, +/area/dockred/caves/eta/research) +"VX" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Dormitories Bedroom" + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"VY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/good_item, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/living) +"VZ" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"Wb" = ( +/turf/open/floor{ + dir = 10; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside) +"Wc" = ( +/obj/vehicle/powerloader/ft, +/turf/open/floor/plating, +/area/dockred/outside/cargo) +"Wd" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"We" = ( +/obj/effect/landmark/crap_item, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"Wg" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/xenobiology) +"Wh" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + dir = 5; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/research) +"Wi" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating, +/area/dockred/caves/eta/research) +"Wj" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"Wl" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"Wm" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4 + }, +/obj/structure/bed/chair/wood/normal, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"Wn" = ( +/obj/structure/machinery/power/port_gen/pacman/super, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"Wo" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor, +/area/dockred/caves/eta/living) +"Wq" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Cables" + }, +/obj/structure/cryofeed{ + color = "silver"; + desc = "A bewildering tangle of machinery and pipes."; + name = "coolant feed" + }, +/obj/structure/machinery/portable_atmospherics/powered/scrubber{ + desc = "A big air filter."; + icon = 'icons/obj/structures/props/almayer_props64.dmi'; + icon_state = "fuel_enhancer"; + layer = 5; + name = "Air filter"; + pixel_x = -3; + pixel_y = 1 + }, +/obj/structure/machinery/portable_atmospherics/powered/scrubber{ + desc = "Critical part of an HVAC system. Compresses refridgerant to send off to air cooling coils."; + icon = 'icons/obj/structures/props/almayer_props64.dmi'; + icon_state = "cooling_system"; + layer = 4; + name = "\improper Air Condenser"; + pixel_x = -5; + pixel_y = 25 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/dockred/outside/checkpoint_south) +"Wr" = ( +/turf/closed/wall/solaris/reinforced, +/area/dockred/caves/eta/living) +"Ws" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/power/apc/wires_cut{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"Wt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/landinglight/ds2/delayone, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"Wu" = ( +/obj/structure/closet/secure_closet/bar, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"Wv" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"Ww" = ( +/obj/item/stack/sheet/metal, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"Wx" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/research) +"Wy" = ( +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/dockred/caves/lambda/xenobiology) +"Wz" = ( +/obj/structure/showcase{ + icon_state = "broadcaster_send" + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"WA" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"WB" = ( +/obj/structure/largecrate/cow, +/turf/open/floor{ + icon_state = "bot" + }, +/area/dockred/caves/eta/storage) +"WC" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1"; + pixel_x = -5; + pixel_y = 7 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"WD" = ( +/turf/open/floor{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/dockred/caves/lambda/xenobiology) +"WE" = ( +/obj/structure/closet/lasertag/red, +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/dockred/outside/dorms) +"WF" = ( +/obj/effect/alien/weeds/node, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/outside/port_outside) +"WG" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/effect/landmark/railgun_camera_pos, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"WH" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 4; + health = 25000 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"WI" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 5; + icon_state = "darkred2" + }, +/area/dockred/caves/eta/xenobiology) +"WK" = ( +/turf/closed/wall/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"WL" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"WM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating, +/area/dockred/outside/cargo) +"WN" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"WO" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 5; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/xenobiology) +"WP" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"WQ" = ( +/obj/structure/machinery/light, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/dockred/outside/port_outside/landing_zone) +"WR" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/surgery/scalpel/manager, +/turf/open/mars_cave{ + icon_state = "mars_cave_5" + }, +/area/dockred/caves/lambda/xenobiology) +"WS" = ( +/obj/structure/showcase, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"WT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/resin, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"WU" = ( +/obj/structure/bed/chair/comfy/orange, +/turf/open/floor, +/area/dockred/caves/eta/living) +"WV" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_7_1"; + pixel_x = 10; + pixel_y = 8 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"WW" = ( +/obj/structure/bookcase/manuals/medical, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"WX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 2; + pixel_y = 17 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"WY" = ( +/obj/structure/machinery/landinglight/ds1/delayone, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"WZ" = ( +/obj/structure/prop/server_equipment/yutani_server/broken, +/turf/open/floor/greengrid, +/area/dockred/caves/lambda/research) +"Xa" = ( +/obj/structure/machinery/power/apc{ + dir = 8; + pixel_x = -30; + start_charge = 0 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"Xb" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"Xc" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"Xd" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/dockred/caves/lambda/breakroom) +"Xe" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/light, +/obj/structure/xenoautopsy/tank/hugger, +/obj/effect/decal/warning_stripes, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor{ + dir = 6; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/xenobiology) +"Xf" = ( +/obj/effect/landmark/corpsespawner/pmc, +/obj/effect/decal/cleanable/blood, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"Xg" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"Xh" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4 + }, +/obj/item/stack/sheet/metal{ + pixel_y = 13 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -16; + pixel_y = 17 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"Xj" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_3" + }, +/area/dockred/outside/cargo) +"Xl" = ( +/obj/structure/prop/dam/crane/damaged, +/turf/open/floor/plating, +/area/dockred/outside/port_inside) +"Xm" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/weapon/gun/pistol/m1911, +/obj/item/ammo_magazine/pistol/m1911, +/obj/item/ammo_magazine/pistol/m1911, +/obj/item/ammo_magazine/pistol/m1911, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/item/ammo_magazine/pistol/m1911, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_west) +"Xo" = ( +/obj/structure/machinery/smartfridge/secure/virology, +/turf/open/floor{ + dir = 9; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"Xp" = ( +/obj/structure/machinery/disposal, +/turf/open/floor{ + dir = 6; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"Xq" = ( +/obj/structure/platform/shiva{ + dir = 1 + }, +/turf/open/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/dockred/caves/lambda/research) +"Xr" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/mars, +/area/dockred/caves/eta/xenobiology) +"Xs" = ( +/turf/open/floor{ + dir = 5; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"Xt" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan23" + }, +/area/dockred/outside/port_inside) +"Xu" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison{ + icon_state = "green" + }, +/area/dockred/outside/dorms) +"Xv" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside) +"Xw" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/breakroom) +"Xx" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"Xy" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Showers" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/dockred/outside/dorms) +"XA" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tech_supply, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/research) +"XB" = ( +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_outside/landing_zone) +"XC" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/dockred/outside/dorms) +"XE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison{ + icon_state = "green" + }, +/area/dockred/outside/dorms) +"XF" = ( +/turf/open/floor/prison{ + icon_state = "whitegreenfull" + }, +/area/dockred/outside/dorms) +"XG" = ( +/obj/structure/foamed_metal, +/turf/open/floor{ + dir = 10; + icon_state = "whiteyellow" + }, +/area/dockred/caves/lambda/xenobiology) +"XH" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/dockred/caves/lambda/xenobiology) +"XI" = ( +/obj/item/tool/weedkiller, +/turf/open/floor{ + icon_state = "whitegreenfull" + }, +/area/dockred/caves/lambda/xenobiology) +"XJ" = ( +/obj/structure/mineral_door/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_10" + }, +/area/dockred/caves/eta/research) +"XL" = ( +/obj/structure/cargo_container/wy/left, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"XN" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 8 + }, +/obj/structure/bed/bedroll{ + dir = 5 + }, +/obj/effect/landmark/corpsespawner/colonist/random/burst, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"XO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating, +/area/dockred/outside/cargo) +"XP" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 3; + pixel_y = 15 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2 + }, +/turf/open/floor/plating, +/area/dockred/outside/checkpoint_west) +"XQ" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, +/area/dockred/caves/lambda/xenobiology) +"XR" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_8" + }, +/area/dockred/caves/north) +"XS" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/breakroom) +"XT" = ( +/obj/structure/girder/reinforced, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"XU" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 4 + }, +/obj/effect/landmark/corpsespawner/colonist/random, +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"XV" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkblue2" + }, +/area/dockred/caves/eta/storage) +"XX" = ( +/obj/structure/surface/table, +/obj/structure/bedsheetbin, +/turf/open/floor/prison{ + icon_state = "sterile_white" + }, +/area/dockred/outside/dorms) +"XY" = ( +/obj/structure/largecrate/cow, +/turf/open/floor/plating, +/area/dockred/caves/eta/storage) +"XZ" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 5; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"Ya" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/mars_cave{ + icon_state = "mars_cave_17" + }, +/area/dockred/outside/port_outside) +"Yb" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor{ + icon_state = "darkyellowcorners2" + }, +/area/dockred/caves/eta/living) +"Yc" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "green" + }, +/area/dockred/outside/dorms) +"Yd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor, +/area/dockred/caves/eta/storage) +"Ye" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"Yf" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/xenobiology) +"Yg" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet6-2" + }, +/area/dockred/outside/bar) +"Yj" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice10"; + pixel_x = 16; + pixel_y = 17 + }, +/turf/closed/shuttle/ert{ + icon_state = "rightengine_1" + }, +/area/dockred/outside/port_inside) +"Yo" = ( +/turf/open/space, +/area/space) +"Yp" = ( +/obj/structure/surface/table, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"Yq" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/research) +"Yr" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Eta Lab Relaxation" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/living) +"Ys" = ( +/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside) +"Yt" = ( +/obj/structure/mineral_door/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_10" + }, +/area/dockred/caves/lambda/xenobiology) +"Yv" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor{ + icon_state = "darkish" + }, +/area/dockred/caves/lambda/virology) +"Yw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor{ + dir = 5; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"Yx" = ( +/obj/structure/foamed_metal, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/xenobiology) +"Yy" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor{ + dir = 1; + icon_state = "darkyellow2" + }, +/area/dockred/caves/eta/research) +"Yz" = ( +/obj/structure/machinery/alarm{ + dir = 1; + pixel_y = -30 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/breakroom) +"YA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/black_market/confiscated_weaponry, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_inside) +"YB" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/prison{ + dir = 9; + icon_state = "greenfull" + }, +/area/dockred/outside/dorms) +"YC" = ( +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/dockred/outside/port_outside) +"YE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/structure/sign/safety/biohazard{ + pixel_x = 7; + pixel_y = -32 + }, +/obj/structure/machinery/light/built, +/turf/open/floor{ + dir = 6; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"YF" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Eta Lab Director's Office" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/dockred/caves/eta/research) +"YH" = ( +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/research) +"YI" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"YJ" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"YK" = ( +/obj/structure/surface/rack, +/obj/structure/window/reinforced, +/obj/item/clothing/suit/armor/vest, +/turf/open/floor{ + dir = 1; + icon_state = "elevatorshaft" + }, +/area/dockred/caves/lambda/breakroom) +"YL" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/dockred/caves/eta/storage) +"YO" = ( +/obj/item/tool/warning_cone, +/turf/open/floor{ + dir = 8; + icon_state = "warnwhite" + }, +/area/dockred/caves/lambda/xenobiology) +"YP" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/xenoautopsy/tank/broken, +/obj/effect/decal/cleanable/blood/gibs/xeno/body, +/obj/effect/decal/warning_stripes, +/turf/open/floor{ + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/xenobiology) +"YQ" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/north) +"YR" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 8; + icon_state = "darkblue2" + }, +/area/dockred/outside/port_inside) +"YT" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"YU" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/cargo) +"YV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/prison, +/area/dockred/outside/dorms) +"YW" = ( +/turf/closed/wall/solaris, +/area/dockred/caves/south) +"YX" = ( +/obj/item/reagent_container/blood/OMinus, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/dockred/caves/lambda/xenobiology) +"YY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"YZ" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_18" + }, +/area/dockred/caves/north) +"Za" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/plating, +/area/dockred/caves/lambda/xenobiology) +"Zc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "green" + }, +/area/dockred/outside/dorms) +"Zd" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/dockred/caves/south) +"Ze" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/candle{ + pixel_x = 10; + pixel_y = 13 + }, +/obj/item/tool/candle{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/dockred/caves/south) +"Zf" = ( +/obj/structure/machinery/conveyor_switch{ + id = "anomalybelt" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "purple" + }, +/area/dockred/caves/lambda/research) +"Zg" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "darkgreencorners2" + }, +/area/dockred/caves/eta/storage) +"Zi" = ( +/obj/structure/machinery/light/built{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/research) +"Zk" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/south) +"Zl" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/dockred/outside/bar) +"Zm" = ( +/obj/structure/largecrate/guns, +/turf/open/floor{ + icon_state = "bot" + }, +/area/dockred/caves/eta/storage) +"Zn" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -16; + pixel_y = 17 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/dockred/outside/port_inside) +"Zo" = ( +/obj/structure/cargo_container/arious/mid, +/turf/open/floor/plating, +/area/dockred/outside/port_outside) +"Zp" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/caves/eta/living) +"Zq" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor{ + dir = 6; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/xenobiology) +"Zs" = ( +/obj/structure/closet/lasertag/blue, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 1; + icon_state = "blue" + }, +/area/dockred/outside/dorms) +"Zy" = ( +/obj/structure/showcase{ + icon_state = "mechfab1" + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet5-1" + }, +/area/dockred/caves/eta/living) +"Zz" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/living) +"ZA" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/computer3frame/wallcomp, +/obj/structure/cable{ + icon_state = "11-2" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/dockred/outside/checkpoint_south) +"ZB" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"ZC" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "lambda"; + name = "Lambda Lockdown" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/checkpoint_west) +"ZD" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor, +/area/dockred/caves/eta/storage) +"ZE" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor{ + dir = 4; + icon_state = "darkpurple2" + }, +/area/dockred/caves/lambda/xenobiology) +"ZF" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/machinery/door/window, +/obj/structure/window/reinforced, +/turf/open/floor{ + icon_state = "white" + }, +/area/dockred/caves/lambda/xenobiology) +"ZG" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "whitepurplefull" + }, +/area/dockred/caves/lambda/xenobiology) +"ZJ" = ( +/obj/structure/surface/table/reinforced, +/obj/item/XenoBio/Resin, +/turf/open/floor{ + dir = 4; + icon_state = "whitepurple" + }, +/area/dockred/caves/lambda/xenobiology) +"ZK" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/computer/emails, +/turf/open/floor{ + icon_state = "wood" + }, +/area/dockred/outside/dorms) +"ZL" = ( +/obj/structure/machinery/light/small/built{ + dir = 4 + }, +/turf/open/floor{ + dir = 6; + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"ZN" = ( +/obj/structure/sign/safety/maint{ + pixel_y = 32 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/breakroom) +"ZO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/eta/storage) +"ZP" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor{ + icon_state = "whitegreenfull" + }, +/area/dockred/caves/lambda/xenobiology) +"ZQ" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor{ + icon_state = "whitegreen" + }, +/area/dockred/caves/lambda/virology) +"ZR" = ( +/obj/effect/landmark/corpsespawner/engineer, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/dockred/outside/checkpoint_south) +"ZU" = ( +/obj/effect/alien/weeds/node, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/caves/north) +"ZV" = ( +/obj/structure/prop/server_equipment/broken, +/turf/open/floor{ + dir = 10; + icon_state = "podhatch" + }, +/area/dockred/caves/lambda/research) +"ZW" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/dockred/outside/port_outside/landing_zone) +"ZX" = ( +/obj/structure/surface/table, +/obj/item/alienjar, +/turf/open/floor{ + dir = 4; + icon_state = "darkredcorners2" + }, +/area/dockred/caves/eta/xenobiology) +"ZY" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/structure/machinery/alarm{ + dir = 4; + pixel_x = -30 + }, +/turf/open/floor{ + dir = 8; + icon_state = "darkpurplecorners2" + }, +/area/dockred/caves/lambda/xenobiology) +"ZZ" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/dockred/caves/lambda/breakroom) + +(1,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(2,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(3,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(4,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(5,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(6,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(7,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(8,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(9,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(10,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(11,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(12,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(13,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(14,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(15,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(16,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(17,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(18,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(19,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(20,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(21,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(22,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(23,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(24,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(25,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +"} +(26,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +"} +(27,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(28,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(29,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(30,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(31,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(32,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(33,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(34,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(35,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +EW +EW +EW +EW +EW +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(36,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +EW +VF +EW +Mx +EW +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(37,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +EW +IH +EW +IH +EW +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(38,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +EW +EW +mH +gT +gT +EW +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(39,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +EW +EW +EW +EW +EW +hm +hm +hm +hm +hm +hm +EW +AS +gT +gT +Gm +EW +hm +hm +hm +Sy +Sy +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(40,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +EW +nG +Sh +uo +EW +hm +hm +hm +hm +hm +hm +EW +AS +gT +BG +gT +EW +hm +hm +hm +Sy +Sy +Sy +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(41,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +EW +nG +lJ +db +EW +EW +EW +EW +EW +EW +EW +EW +AS +gT +gT +gT +EW +hm +hm +MQ +Fi +TG +Sy +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(42,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Sy +EW +nG +Sh +Gg +EW +Bj +Sh +dr +Yg +dT +mg +EW +EW +EW +eR +EW +EW +hm +JV +Pr +Wb +MQ +Fi +Sy +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(43,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Sy +Cv +EW +Wu +Sh +lP +EW +Ko +Sh +CV +xU +Eo +Bn +dr +Sh +Sh +Sh +Sh +EW +Wb +FS +bD +oU +MQ +MQ +QM +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +fC +fC +hm +hm +hm +hm +hm +fC +fC +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(44,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Sy +Sy +Sy +EW +Wu +Sh +ze +EW +RL +YY +CV +rB +Mh +kr +dr +YY +pO +YY +mv +fZ +oU +FS +bD +oU +MQ +MQ +QM +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +fC +fC +fC +fC +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +fC +fC +ne +fC +hm +hm +hm +fC +fC +fC +fC +fC +fC +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(45,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +ls +Sy +Sy +fm +Sh +Sh +RW +EW +Wd +Sh +OB +nT +QB +iG +OB +YY +HH +Sh +pO +Sh +oU +FS +bD +oU +MQ +MQ +QM +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +fC +fC +fC +fC +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +ne +Bw +Sy +xt +fC +fC +fC +fC +fC +fC +fC +ne +ne +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(46,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +IJ +Sy +Sy +EW +Lt +Sh +mv +EW +FM +Sh +dr +CV +CV +OB +OB +dr +dr +dr +uk +EW +NH +FS +bD +oU +MQ +MQ +Fi +Sy +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +hm +fC +fC +fC +fC +fC +Km +Sy +Sy +Sy +Sy +xt +fC +fC +fC +fC +ne +Bw +Sy +RC +xt +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(47,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +IJ +Sy +EW +EW +PB +EW +EW +EW +iC +dr +Fv +cA +JG +OB +Fv +cA +JG +dr +ln +MQ +FS +bD +oU +MQ +MQ +MQ +Sy +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +Bw +Cv +Sy +Sy +Sy +Sy +xt +ne +ne +Bw +Sy +Sy +Sy +Sy +Sy +Sy +nV +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(48,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +lW +Sy +EW +So +bF +pD +pD +Sr +Sh +CV +IW +Ju +LQ +dr +lp +Ju +iq +dr +ln +MQ +FS +bD +oU +MQ +kw +Dj +Sy +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +vQ +vQ +jn +jn +jn +jn +vQ +jn +jn +jn +jn +vQ +vQ +fC +fC +fC +fC +fC +fC +Km +Sy +Sy +Sy +Sy +Sy +Sy +Sy +Sy +Sy +Sy +Sy +Sy +ls +Sy +Sy +Sy +nV +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(49,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +lW +Sy +EW +So +QT +bF +BH +aB +YY +OB +Hl +vN +Fv +dr +Fv +mO +JG +Ol +EW +MQ +FS +bD +oU +Dj +Sy +Pj +GN +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +CL +vQ +bD +bD +bD +bD +bD +bD +bD +bD +bD +bD +bD +vQ +lZ +fC +fC +fC +al +al +al +al +Sy +Sy +Sy +al +al +al +al +al +al +al +Sy +Sy +Sy +al +al +al +al +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(50,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +GN +EW +EW +LP +bF +gb +pM +Sh +dr +OB +OB +dr +kl +dr +dr +dr +OB +Ri +MQ +FS +bD +oU +Sy +Pj +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +jn +bD +Ww +fC +fC +fC +Ww +fC +fC +JP +Os +bD +jn +fC +fC +fC +fC +al +jZ +Ap +al +al +kV +al +al +HG +zx +Ap +FG +Db +al +al +UA +al +al +mf +Ap +al +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(51,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +EW +Gk +QT +pD +gb +pM +Sh +dr +As +MH +hz +oZ +JG +cA +JG +dr +Ri +MQ +FS +bD +oU +GN +fC +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +jn +bD +fC +fC +fC +eO +fC +pb +fC +fC +fC +bD +jn +fC +fC +fC +fC +al +Le +Wv +VX +RP +kx +Fr +SU +HG +zx +Ap +zx +ZK +SU +RP +yx +Fr +VX +Ap +ZB +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(52,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +EW +Gk +bF +bF +Dz +aB +YY +dr +lp +Ju +iq +oZ +IW +Ju +iq +uk +EW +Dj +FS +bD +oU +fC +fC +fC +fC +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +fC +fC +jn +bD +fC +Os +fC +fC +fC +fC +fC +pb +fC +bD +jn +fC +fC +fC +fC +al +mf +Ap +al +mw +yx +Fr +SU +HG +zx +Ap +zx +ZK +SU +RP +ci +eQ +al +jZ +pL +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(53,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +fC +EW +EW +Ez +QT +BH +rc +YY +dr +JG +vN +JG +oZ +JG +mO +Dr +dr +Ri +Sy +FS +bD +oU +fC +fC +fC +fC +fC +fC +fC +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +fC +fC +fC +vQ +aY +ba +ba +bA +Hk +fC +US +fC +fC +fC +bD +vQ +fC +fC +fC +fC +al +al +al +al +RP +yx +eQ +SU +HG +zx +Ap +zx +ZK +SU +RP +yx +Yc +al +al +al +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(54,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +fC +EW +So +QT +QT +BH +pM +Sh +IC +dr +OB +OB +tv +OB +dr +dr +dr +Ri +Sy +FS +bD +oU +fC +fC +fC +fC +fC +fC +fC +hm +hm +hm +hm +hm +fC +fC +fC +fC +fC +fC +fC +fC +jn +IB +bz +ba +bH +fC +fC +TW +rL +JV +Pr +Pr +Pr +Pr +Pr +Wb +fC +al +jZ +Ap +al +Uk +kx +PF +al +ps +Ap +Ap +FG +FG +al +RP +yx +Hz +al +mf +Ap +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(55,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +hm +hm +fC +fC +EW +So +QT +QT +Th +QT +Sh +Ki +Sh +Sh +Sh +sZ +Zl +Sh +Sh +EW +EW +Pj +FS +bD +oU +fC +fC +fC +fC +fC +fC +fC +hm +hm +hm +hm +hm +fC +fC +fC +fC +fC +fC +fC +fC +jn +IB +ba +ba +ba +fC +fC +TW +de +FS +bo +Xv +Xv +Xv +UB +oU +fC +al +Le +Ap +VX +RP +yx +eQ +VX +Ap +Ap +Ap +Ap +Ap +VX +RP +yx +Fr +VX +Ap +ZB +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(56,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +hm +hm +fC +EW +EW +EW +EW +EW +EW +EW +EW +Ri +Sh +UX +pS +EW +Ri +Ri +EW +fC +IF +FS +bD +oU +IF +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +jn +IB +ba +ba +bI +fC +fC +qE +Qe +FS +Ys +bD +yG +bD +vj +oU +fC +al +mf +aa +al +JH +Ji +Fr +al +Om +Ap +Ap +Ap +Ap +al +Zc +vH +Fr +al +jZ +pL +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(57,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +hm +fC +fC +fC +kF +JL +fC +fC +fC +JL +dS +FI +yG +yG +Iy +fC +fC +fC +fC +kF +JL +FS +bD +oU +JL +dS +fC +fC +Nw +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +vQ +bD +fC +fC +fC +Ww +fC +fC +Mj +nX +vj +oU +vQ +FS +vj +oU +fC +al +al +al +al +SR +Jg +Fr +SU +HG +zx +Ap +zx +zx +SU +mw +mm +Fr +al +al +al +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(58,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +JV +Pr +Pr +Pr +FB +FB +FB +FB +FB +FB +FB +FB +ra +FB +FB +FB +FB +FB +FB +HV +HV +HV +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +Pr +Pr +Pr +Pr +Pr +Pr +ol +Pr +VS +bD +Ho +oU +jn +FS +vj +oU +fC +al +jZ +Ap +al +RP +Jg +Fr +SU +HG +zx +Ap +jv +jv +SU +sQ +mm +pf +al +mf +Ap +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(59,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +fC +FS +bD +bD +bD +HV +ZW +NU +NU +NU +NU +NU +NU +oF +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +Xv +Xv +Xv +Xv +ah +ah +Xv +Xv +Xv +Xv +LC +oU +jn +FS +vj +oU +fC +al +Le +Ap +VX +RP +Jg +Fr +SU +HG +zx +Ap +jv +jv +SU +RP +mm +Fr +VX +Ap +ZB +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(60,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +gB +gB +fC +fC +FS +bD +bD +bD +HV +mj +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +HV +qI +bD +bD +qI +bD +bD +bD +bD +eW +bD +bD +oU +jn +FS +vj +oU +fC +al +al +Xc +al +RP +Jg +Fr +SU +HG +zx +zk +zx +zx +SU +RP +Gs +XE +al +jZ +pL +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(61,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +GM +GM +fC +tn +kW +Jr +EP +fC +FI +yG +yG +yG +HV +mj +HV +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +yG +KO +KO +yG +yG +yG +yG +KO +yG +yG +yG +NH +jn +FS +vj +oU +xt +al +al +al +al +RP +Jg +Xu +al +al +al +al +al +al +al +zZ +mm +Yc +al +al +al +al +al +al +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(62,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Qy +dM +GM +GM +gW +vF +ry +EP +fC +fC +fC +kF +JL +OO +mj +XB +JL +Pv +JO +JO +JO +JO +JO +JO +JO +JO +DQ +JL +JO +JO +JO +JL +Pv +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +zt +sT +vQ +bD +fC +fC +Os +fC +fC +fC +fC +fC +pb +bD +vQ +FS +vj +oU +Sy +Sy +TG +al +td +sr +mm +xM +SU +rh +dK +GU +Xa +GU +GU +sr +mm +kx +SU +dw +CK +Cy +To +QJ +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(63,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +ls +Vi +EX +GM +GM +tn +dc +Ty +EP +fC +fC +fC +fC +zP +OO +mj +XB +gz +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +zt +sT +jn +bD +fC +fC +jj +fC +Nu +pb +Ww +fC +fC +bD +jn +FS +vj +oU +Sy +su +MQ +UK +rb +kx +mm +yx +Bm +kx +yx +rG +yx +yx +yx +yx +et +yx +vx +Vy +Vy +Vy +hS +pH +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(64,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +kJ +Jn +Oy +nV +GM +fC +iN +iN +fC +fC +fC +fC +fC +fC +OO +mj +XB +JO +JO +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +JO +JO +zt +sT +jn +Lv +fC +fC +rq +fC +eO +fC +fC +Ek +fC +bD +jn +FS +vj +oU +su +MQ +MQ +UK +JU +uP +RB +If +nj +nj +If +Pa +nj +If +wo +If +YV +nY +dy +dy +uK +EF +jd +cj +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(65,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Mv +nv +Ya +Ul +fC +fC +fC +fC +fC +fC +fC +fC +ne +OO +mj +XB +JO +JO +Bv +Fs +Fs +Fs +lL +Fs +tN +Fs +Fs +Fs +Fs +Fs +Fs +oS +Fs +bW +Fs +Fs +Fs +Fs +Fs +Fs +Fs +Fs +ao +tN +Fs +Fs +Bv +JO +JO +zt +RG +jn +bD +Ww +fC +SQ +fC +fC +fC +fC +fC +fC +bD +jn +FS +vj +oU +MQ +MQ +MQ +UK +sM +yx +mm +Sn +SU +yV +eJ +mm +qA +Lc +Tf +Cu +Cu +Hn +SU +ex +qn +Vy +Vy +pH +al +al +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(66,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +IR +my +vT +eL +wB +fC +fC +fC +fC +fC +fC +fC +Bw +Sy +OO +mj +XB +JO +JO +Bv +Fs +rJ +Fs +Zn +rM +tE +hn +YJ +rM +tE +hn +YJ +rM +tE +hn +YJ +rM +tE +hn +YJ +HT +Ci +hn +YJ +Fs +Az +Fs +Bv +JO +JO +zt +WQ +vQ +bD +bD +bD +bD +bD +bD +bD +bD +bD +bD +bD +vQ +AM +vj +bD +Pr +Wb +JV +al +dR +yx +Jg +Xu +al +al +al +UF +al +al +al +al +al +al +al +pN +qn +xG +hS +PT +fn +wy +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(67,1,1) = {" +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +Yo +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Gu +ls +nV +fC +fC +fC +fC +fC +fC +fC +Bw +Sy +Cv +OO +mj +XB +JO +JO +Bv +Fs +Fs +VZ +Cr +wV +wV +kA +kA +kA +wV +wV +wV +wV +wV +CD +wV +wV +wV +wV +wV +wV +kA +wV +wV +he +Fs +Fs +Bv +JO +JO +zt +NL +vQ +vQ +jn +jn +jn +jn +vQ +jn +jn +jn +jn +vQ +vQ +FS +cN +Xv +UB +sG +DJ +iy +kx +yx +Jg +Fr +Dk +al +tG +jh +hS +al +Kj +Kj +Kj +Kj +al +GG +qn +hS +hS +hS +hS +Ry +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(68,1,1) = {" +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +ec +vl +ls +Ch +fC +fC +fC +fC +fC +fC +Km +Sy +TG +TG +OO +mj +XB +JO +JO +Bv +hY +Fs +Uc +Cr +wV +CD +kA +kA +kA +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +CD +wV +kA +pv +tN +gk +Bv +JO +JO +KN +NL +lz +NL +RG +DE +DE +DE +DE +DE +fC +fC +fC +fC +ne +FI +yG +bD +GK +Pt +Hd +sl +sl +sl +pB +Fr +YB +al +XX +jh +hS +jk +jW +jW +jW +Pe +al +vh +qn +hS +hS +hS +hS +Ry +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(69,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cM +Wn +fC +fC +fC +fC +fC +fC +Km +su +MQ +MQ +OO +mj +XB +JO +JO +Bv +KZ +KZ +by +Cr +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +hQ +tN +Fs +Bv +JO +JO +JO +zt +NL +NL +NL +RG +ML +DE +DE +DE +fC +fC +fC +Bw +Sy +Sy +Sy +FS +vj +oU +FI +al +Jk +fJ +Jg +Fr +en +al +ue +jh +hS +jk +UI +jW +jW +jW +vf +hS +qn +XF +XF +JS +XF +XF +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(70,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +fC +Aa +FB +FB +FB +HV +mj +XB +JO +JO +Bv +GH +Fs +TT +RV +wV +wV +wV +wV +wV +kA +kA +kA +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +lj +sV +tN +Bv +JO +JO +JO +KN +NL +NL +NL +NL +NL +RG +DE +DE +fC +fC +Km +Sy +Sy +Sy +TG +FS +vj +oU +MQ +UK +Pi +yx +Gs +Fr +eF +al +Ge +qn +Vy +jk +jW +jW +jW +jW +al +Gt +qn +XF +ik +RO +ik +XF +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(71,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +OO +ZW +NU +NU +NU +vL +XB +JO +JO +Bv +Fs +Ue +IP +wV +wV +wV +wV +wV +wV +kA +kA +kA +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +he +Gi +tN +rK +JO +JO +JO +JO +KN +Ne +Ne +NL +NL +NL +RG +ML +fC +fC +Km +Sy +Sy +su +MQ +FS +vj +oU +MQ +UK +JU +iQ +Gs +Fr +GR +al +Ge +jh +Vy +al +fx +fx +fx +fx +al +ae +qn +XF +RO +Tl +ik +XF +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(72,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +OO +mj +HV +qk +qk +qk +vM +JO +JO +Bv +Iz +zY +iH +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +kM +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +Wj +tN +tN +VM +JO +JO +JO +JO +JO +JO +JO +KN +NL +NL +NL +NL +nV +fC +fC +IJ +Sy +su +MQ +FS +vj +oU +MQ +UK +tM +iQ +Gs +Fr +ad +al +Ge +qn +hS +al +al +al +al +al +al +jG +qn +Nk +Tl +Tl +RO +XF +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(73,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +Bw +OO +mj +XB +JO +JO +JO +JO +JO +JO +Bv +Fs +tN +Sp +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +hQ +tN +yf +cC +JO +JO +JO +JO +JO +JO +JO +JO +KN +NL +NL +NL +nV +fC +hm +hm +su +MQ +MQ +FS +vj +oU +MQ +UK +Vw +iQ +mZ +Fl +al +al +al +Xy +al +al +yo +yo +yo +yo +al +cs +qn +XF +Tl +Jz +Tl +VV +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(74,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Km +Sy +OO +mj +XB +JO +JO +JO +JO +JO +JO +Bv +xN +Ew +sC +uI +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +iM +oE +Kk +Bv +JO +JO +JO +JO +JO +JO +JO +JO +JO +zt +RQ +NL +xt +hm +hm +hm +su +MQ +MQ +FS +vj +oU +MQ +UK +JU +Mu +Gs +dm +al +ea +TI +mA +ea +ea +Cc +MB +MB +fW +al +vh +qn +XF +Tl +Tl +Tl +XF +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(75,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Km +Sy +OO +mj +XB +Aa +Bv +Bv +Bv +Bv +Bv +Bv +Rf +Fs +vW +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +kA +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +he +Fs +XT +Bv +Bv +Bv +Bv +Bv +Bv +Kq +FB +FB +FB +FB +FB +FB +Pr +Pr +Pr +Pr +Pr +Pr +Pr +bD +vj +oU +MQ +UK +aR +kx +mZ +nY +fS +Sx +Sx +zJ +VR +Sx +tF +VR +VR +VR +Kc +dy +XC +XF +RO +Tl +RO +XF +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(76,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Bw +Sy +OO +mj +XB +NZ +Mb +bW +yi +oH +rN +Mb +sH +IK +WY +Cr +wV +CD +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +la +wV +wV +wV +wV +CD +wV +wV +Eu +ix +aW +ll +FY +Sj +MU +CB +vc +WP +NU +NU +NU +NU +NU +NU +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +vJ +oU +JV +al +ab +BY +mm +Jb +al +ea +Cn +Cn +Cn +MB +Cn +ea +Cn +Cn +al +ex +hS +XF +Tl +RO +Ur +XF +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(77,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Mm +Sy +TG +OO +mj +bq +OO +Mb +Fs +Fs +tN +Fs +Mb +Fs +Uh +QY +Cr +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +CD +wV +wV +wV +wV +wV +wV +wV +wV +wV +hQ +Fs +Fs +vc +cp +sE +Uo +tN +lN +Hs +qk +qk +qk +qk +qk +qk +yG +yG +yG +yG +yG +yG +yG +bD +vj +oU +FS +xn +kx +kx +mm +Fr +al +Kl +al +Kl +al +Kl +al +Kl +al +Kl +al +WE +hS +XF +Ev +ik +ik +XF +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(78,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Bw +su +MQ +OO +mj +XB +OO +Mb +tN +FW +WC +Fs +Mb +Fs +rJ +Fs +zH +IA +Fx +eS +iJ +Rq +pl +eS +iJ +IA +ms +RJ +Ie +tf +Fx +XN +iJ +IA +Fx +Gl +iJ +KY +iZ +Fs +vc +Hw +tN +Hw +tS +lN +Hs +JO +vw +IT +NL +NL +sT +hm +fC +fC +fC +hm +hm +MQ +FS +vj +oU +FS +kx +kx +kx +jC +AV +al +yg +al +ja +al +yg +al +yg +al +yg +al +Zs +hS +BP +XF +XF +ft +XF +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(79,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +su +MQ +MQ +OO +EQ +gn +HJ +zn +gl +PV +LL +LL +zn +KP +LL +nl +js +LL +LL +LL +tg +LL +LL +LL +LL +lE +WG +LL +qG +LL +Op +LL +bK +Ql +PJ +LL +LL +zB +LL +bK +aK +WX +gl +gl +gl +Rm +hf +JO +zt +RQ +NL +gU +DE +hm +hm +fC +hm +hm +hm +MQ +FS +vj +oU +FI +al +al +al +kV +al +al +al +al +al +al +al +al +al +al +al +al +al +al +al +al +al +al +al +al +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(80,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +Xf +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +Cv +Sy +su +MQ +MQ +OO +mj +XB +IL +Mb +tN +Gx +Fs +ri +Mb +Fs +Az +Fs +Xh +gO +NG +mF +kN +gO +NG +mF +kN +cI +NG +mF +kN +ru +sc +mF +Wm +IO +cq +XU +bh +dB +rJ +Fs +vc +jR +cD +tN +tN +lN +Hs +JO +zt +NL +gU +DE +DE +hm +hm +hm +hm +hm +MQ +MQ +FS +vj +oU +MQ +MQ +MQ +MQ +MQ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(81,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +dx +hm +hm +dx +hm +hm +hm +hm +GN +IJ +su +MQ +MQ +OO +mj +XB +OO +Mb +ON +Fs +qp +Fs +Mb +xe +Fs +uT +Cr +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +Te +wV +wV +wV +wV +wV +wV +wV +wV +wV +Xx +cw +Fs +lN +GZ +TN +DA +Hw +lN +Hs +FB +FB +FB +FB +FB +Kq +fC +hm +hm +hm +su +MQ +Sq +FS +vj +oU +Sq +MQ +MQ +MQ +MQ +MQ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(82,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +yp +cU +ND +dx +dx +dx +dx +dx +dx +lZ +fC +fC +fC +Km +ls +MQ +MQ +OO +mj +XB +OO +Mb +BU +Fs +WA +Fs +Mb +xe +Fs +bZ +Cr +wV +wV +wV +wV +wV +wV +tq +wV +wV +wV +qC +wV +wV +wV +wV +wV +wV +wV +wV +wV +EG +Fs +qf +vc +YA +gK +tN +ko +lN +Ht +mC +HV +HV +HV +HV +XB +fC +hm +hm +Sy +Sy +qY +JL +FS +vj +oU +JL +Pv +MQ +MQ +MQ +MQ +MQ +MQ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(83,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +xk +cU +cU +cU +cU +cU +UV +do +eZ +eZ +do +fC +fC +fC +fC +fC +Km +Sy +Jj +MQ +OO +mj +XB +Jf +Bv +Bv +rK +rK +Bv +yu +Ad +jb +Qv +Cr +wV +wV +wV +wV +lX +Lx +Uz +Lx +Lx +Lx +Uz +Lx +yy +qu +xr +co +wV +wV +wV +wV +fK +Fs +Fs +Bv +Bv +rK +rK +Bv +Bv +vM +PU +qk +qk +HV +HV +XB +fC +fC +fC +IJ +Sy +Sy +su +FS +vj +bD +Pr +Pr +Pr +Pr +Pr +Pr +Pr +Pr +Wb +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(84,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +yp +Ak +UV +YQ +cU +cU +cU +cU +cU +cU +do +eZ +eZ +do +fC +fC +fC +fC +fC +fC +IJ +Sy +MQ +OO +mj +XB +JO +Bv +HB +oG +tp +xW +Bv +hY +Fs +es +Cr +wV +wV +OP +wV +kg +nW +kT +MV +MV +MV +or +On +sh +Lx +Lx +rv +wV +wV +wV +wV +WN +Fs +Kk +Bv +NO +YR +xC +iF +Bv +JO +Qf +DE +DE +OO +HV +XB +fC +fC +fC +fC +IJ +Sy +Sy +FS +cN +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +UB +oU +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(85,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +WV +cU +cU +cU +cU +cU +cU +yp +cU +do +eZ +eZ +do +fC +fC +fC +fC +fC +hm +hm +IJ +MQ +OO +mj +XB +JO +rK +Uf +ge +oN +DR +Bv +Fs +Fs +uT +Cr +wV +wV +wV +lX +AX +uZ +ju +zu +ss +ju +NV +qb +uD +On +On +px +wV +wV +kA +kA +Xx +OS +Fs +Bv +pI +yd +ge +lq +rK +Aa +ra +FB +FB +HV +HV +XB +fC +fC +fC +fC +fC +GN +GN +FI +yG +yG +yG +yG +yG +yG +yG +yG +bD +vj +oU +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(86,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +oK +cU +UN +do +eZ +eZ +do +fC +fC +fC +fC +hm +hm +hm +Mm +MQ +OO +mj +XB +JO +rK +ij +Pg +hL +aE +Og +oS +Fs +Wt +Cr +wV +wV +wV +za +Vc +ka +oC +oC +oC +oC +oC +VD +vU +mJ +ju +zw +wV +wV +wV +wV +EG +Fs +Fs +KD +ua +hb +UM +SD +rK +OO +mj +HV +HV +HV +HV +XB +fC +fC +fC +fC +fC +kF +JL +hm +fC +fC +JL +dS +fC +fC +fC +fC +FS +vj +oU +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(87,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +yp +cU +cU +cU +cU +cU +Mg +zf +cU +do +eZ +eZ +do +fC +fC +fC +fC +hm +fC +fC +Bw +MQ +OO +mj +XB +JO +Bv +Bs +LS +Wl +Xp +Bv +KZ +KZ +MG +ir +DK +oI +wV +rz +Xt +nJ +Hr +ju +ju +ju +ju +kS +lf +On +kT +px +kA +kA +wV +wV +TE +Fs +Fs +Bv +Ga +LS +qc +UM +Bv +OO +mj +HV +qk +qk +qk +vM +fC +fC +fC +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +FS +vj +oU +fC +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(88,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +xk +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +hm +hm +cU +cU +cU +cU +do +eZ +eZ +do +fC +fC +fC +fC +fC +fC +Km +Sy +MQ +OO +mj +XB +JO +Bv +Bv +Bv +Bv +Bv +Bv +rt +Fs +KL +EO +UD +Yj +wi +uI +kg +QS +On +Ai +Ai +Ai +On +FV +oY +Rj +Rj +Ld +wV +wV +wV +wV +Ls +Fs +Fs +Bv +Bv +Bv +Bv +Bv +Bv +nS +Pb +nS +iV +iV +iV +iV +fC +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +FS +vj +oU +fC +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(89,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +LK +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +yp +xk +cU +cU +cU +cU +hm +hm +hm +cU +ND +dx +dx +dx +dx +dx +dx +lZ +fC +fC +fC +fC +lW +su +MQ +OO +mj +XB +JO +df +nS +nS +GL +sS +Bv +fl +Fs +gm +wN +Lm +mp +kA +wV +rz +Rj +Uz +Rj +Rj +Rj +Uz +Rj +Ld +qC +wV +wV +wV +wV +wV +wV +Xx +Fs +oS +Bv +zL +zL +iV +zL +fN +zL +mQ +zL +Tn +zL +zL +iV +ne +fC +Nw +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +fC +FS +vj +bD +Pr +Pr +Pr +Wb +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(90,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +LK +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +dx +hm +hm +dx +hm +hm +hm +hm +fC +fC +lW +su +MQ +OO +mj +XB +JO +YU +Id +Id +vC +bl +Bv +It +Fs +fV +Xl +wV +kA +kA +Cr +wV +wV +OP +wV +tq +wV +wV +Te +wV +wV +wV +wV +wV +wV +wV +wV +EG +Fs +gk +Bv +zL +zL +iV +aC +aC +be +mQ +zL +uV +yK +xJ +iV +Sy +nV +fC +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +fC +fC +fC +fC +FS +cN +Xv +Xv +Xv +UB +oU +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(91,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +LK +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +Km +su +MQ +OO +mj +XB +JO +YU +Id +Id +vC +Bp +Bv +Fs +Fs +sK +wV +wV +wV +wV +Cr +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +wV +fK +Fs +Fs +Bv +zL +zL +iV +aH +aS +bg +MI +zL +zL +zL +zL +iV +Sy +xt +fC +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +fC +fC +fC +FI +yG +yG +yG +bD +vj +oU +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(92,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +LK +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +Km +Sy +Jj +OO +mj +XB +IT +YU +Id +Id +vC +bl +Bv +Fs +rJ +Fs +ww +ov +LG +LY +sB +ov +LG +YT +ww +ov +LG +BE +ww +ov +LG +BE +ww +ov +LG +BE +ww +Fs +rJ +Fs +Bv +zL +zL +iV +aH +aH +bg +MI +zL +zL +zL +zL +iV +Sy +Sy +nV +fC +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +fC +fC +fC +fC +fC +fC +fC +gs +vj +oU +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(93,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +LK +cU +cU +cU +cU +cU +cU +cU +xk +cU +cU +cU +cU +cU +cU +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +Km +Sy +Sy +OO +mj +XB +NL +df +nS +nS +nS +sS +Bv +Fs +Fs +Fs +dQ +Fs +Fs +Fs +Dg +Fs +Fs +oS +Fs +Fs +dQ +Fs +Fs +Fs +Fs +Fs +Fs +Fs +Fs +Fs +dQ +Fs +Fs +Fs +Bv +zL +zL +iV +aN +aV +br +KS +zL +LT +yK +xJ +iV +Sy +Sy +nV +fC +hm +hm +hm +hm +Zd +Zd +Zd +hm +Zd +Zd +Zd +hm +hm +fC +fC +fC +FS +vj +oU +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(94,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +LK +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +IJ +Sy +OO +mj +XB +NL +iV +Fm +Fm +Fm +Fm +mW +mW +mW +mW +mW +mW +mW +mW +ki +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +mW +iV +iV +iV +zL +zL +zL +mQ +zL +wh +zL +zL +iV +Sy +Sy +xt +fC +hm +hm +hm +hm +Zd +Zd +hm +hm +Zd +Zd +Zd +hm +hm +hm +fC +fC +FS +vj +oU +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(95,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +LK +cU +cU +cU +cU +cU +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +lW +ls +OO +mj +XB +NL +NL +NL +NL +NL +Ex +JO +DQ +JL +NL +NL +NL +NL +sy +NL +NL +NL +NL +NL +sy +NL +NL +Ex +JO +JL +Pv +JO +JO +JO +JO +JO +JO +JO +JO +JO +JO +xh +iV +nK +zL +zL +mQ +zL +zL +zL +gJ +iV +Sy +Sy +Sy +nV +hm +hm +hm +Zd +Zd +Zd +Zd +hm +hm +Zd +Zd +hm +hm +hm +fC +fC +FS +vj +oU +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(96,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +xk +cU +LK +cU +cU +cU +cU +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +xk +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +lW +Sy +OO +mj +HV +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +nS +zL +zL +wh +MI +zL +zL +zL +zL +nS +Pr +Pr +Pr +Wb +fC +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +fC +FS +vj +oU +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(97,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +LK +cU +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +IJ +OO +EQ +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +NU +qy +jX +jX +XO +WM +XO +XO +jX +jX +qy +Xv +Xv +UB +oU +fC +fC +hm +hm +Zd +fC +fC +Zd +Zd +Zd +Zd +hm +hm +qZ +qZ +fC +FS +vj +oU +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(98,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +xk +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +OO +mj +HV +qk +qk +qk +qk +qk +qk +qk +qk +qk +HV +HV +HV +HV +qk +qk +qk +qk +qk +qk +qk +HV +HV +HV +HV +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +nS +zL +zL +zL +zL +zL +zL +zL +zL +nS +yG +bD +vj +oU +fC +fC +fC +fC +fC +fC +fC +fC +Zd +hm +hm +hm +qZ +qZ +qZ +fC +FS +vj +oU +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(99,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +OO +mj +XB +JO +JO +JO +Ne +lz +NL +NL +MC +JL +OO +HV +HV +XB +sy +DE +hm +hm +DE +DE +sy +OO +HV +HV +XB +JL +dS +DE +DE +cd +NL +NL +NL +Ex +JO +JO +JO +xh +iV +zL +zL +wh +zL +zL +zL +zL +wh +iV +Sy +FS +vj +bD +Pr +Pr +Pr +Wb +fC +fC +fC +hm +hm +hm +hm +hm +qZ +qZ +fC +fC +FS +vj +oU +WF +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(100,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +FS +vj +oU +MQ +MQ +MQ +MQ +QM +ls +Pj +fC +zP +FS +bD +bD +oU +fC +fC +hm +hm +fC +fC +fC +FS +bD +bD +oU +zP +fC +fC +fC +fC +IJ +Sy +Br +QQ +FO +pn +cS +iV +iV +nK +zL +zL +zL +zL +zL +zL +gY +iV +Sy +FS +cN +Xv +Xv +Xv +UB +oU +fC +fC +fC +fC +fC +hm +hm +qZ +qZ +fC +WF +fC +qZ +eG +mk +EZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(101,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +xk +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +FS +vj +oU +kw +Dj +Dj +Dj +Sy +Pj +fC +fC +fC +FS +bD +bD +oU +fC +hm +hm +hm +hm +fC +fC +FS +bD +bD +oU +fC +fC +fC +fC +fC +fC +Sy +dd +Id +Xj +pn +nS +zL +iV +zL +zL +zL +wh +wh +zL +zL +zL +iV +Sy +FI +yG +yG +yG +bD +vj +oU +fC +fC +fC +fC +fC +fC +qZ +qZ +qZ +fC +fC +qZ +qZ +ip +LB +Zd +Zd +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(102,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +WK +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +FS +vj +oU +QM +Sy +Sy +Pj +GN +fC +fC +fC +fC +FS +bD +bD +oU +fC +fC +fC +hm +hm +hm +fC +FS +bD +bD +oU +fC +fC +fC +fC +fC +fC +IJ +Br +Br +Br +Id +nS +zL +iV +Wc +zL +zL +wh +wh +uV +yK +xJ +iV +Sy +Sy +Sy +Sy +Sy +FS +vj +bD +Pr +Pr +Pr +Pr +Pr +Pr +Pr +rP +qZ +qZ +qZ +qZ +qZ +ip +sw +iO +iO +fQ +qZ +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(103,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +rT +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +LK +LK +LK +LK +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +FS +vj +oU +Sy +Cv +Sy +nV +fC +fC +fC +fC +fC +FS +bD +bD +oU +fC +fC +hm +hm +hm +hm +fC +FS +bD +bD +cx +fC +fC +fC +fC +fC +fC +fC +iV +Id +BW +Id +nS +zL +iV +zL +zL +zL +zL +zL +zL +zL +zL +iV +hm +hm +hm +Sy +Pj +FS +cN +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +MX +qt +qZ +qZ +qZ +ht +Zk +nx +nx +qt +LB +Zd +Zd +Zd +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(104,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +xk +cU +rT +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +xk +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +FS +vj +oU +GN +GN +GN +fC +fC +fC +fC +fC +fC +FS +bD +bD +oU +fC +fC +fC +fC +fC +fC +fC +FS +bD +bD +oU +fC +fC +fC +fC +fC +fC +fC +iV +iV +iV +iV +iV +iV +iV +iV +iV +iV +iV +iV +iV +iV +iV +iV +hm +hm +hm +Sy +nV +FI +yG +yG +yG +yG +yG +yG +yG +yG +yG +vE +eP +nx +nx +nx +up +th +th +sw +ip +LB +Zd +Zd +Zd +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(105,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +WK +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +FS +vj +oU +fC +Nw +fC +fC +fC +IF +fC +fC +fC +FS +bD +bD +oU +fC +fC +fC +IF +fC +fC +fC +FS +bD +bD +oU +fC +fC +fC +IF +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +fC +fC +fC +fC +fC +UH +UH +au +sw +LB +oA +Zd +Zd +rQ +ip +LB +Zd +Zd +Zd +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(106,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +qZ +qZ +cU +cU +cU +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +FS +vj +oU +fC +fC +fC +fC +fC +JL +JV +VG +Pr +Pr +Pr +Pr +Pr +Pr +Pr +Wb +JL +JV +Pr +Pr +Pr +Pr +Pr +Pr +Pr +Pr +Wb +JL +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +fC +fC +fC +fC +fC +hm +hm +YW +ni +sw +AR +YW +Zd +Zd +rQ +ip +LB +qZ +qZ +Zd +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(107,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +qZ +qZ +qZ +qZ +cU +cU +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +fC +fC +FS +vj +oU +fC +fC +fC +fC +fC +JL +ar +fT +Hv +Hv +rp +Hv +fT +Hv +fT +YC +JL +ar +aO +Hv +Se +rp +Hv +fT +fT +xg +YC +JL +fC +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +YW +Rk +th +ID +YW +Zd +Zd +rQ +ip +LB +qZ +qZ +vi +qZ +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(108,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +WK +rT +rT +WK +qZ +qZ +cU +cU +cU +cU +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +JV +Pr +Pr +bD +vj +oU +fC +fC +fC +fC +fC +TY +ar +fT +fT +ag +av +aw +fT +fT +Hv +YC +TY +ar +Zo +fT +Hv +Im +fT +fT +fT +fT +YC +TY +fC +de +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +YW +YW +ma +ma +YW +Zd +Zd +rQ +ip +LB +Zd +Zd +Zd +Zd +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(109,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +qZ +qZ +cU +cU +cU +cU +cU +qZ +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +FS +wd +Xv +Xv +nt +oU +fC +fC +fC +fC +fC +TY +ar +fT +gi +aj +aw +aA +fT +fT +fT +YC +TY +ar +ai +fT +cm +Hv +fT +sy +fT +fT +YC +TY +fC +Qe +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +rQ +ip +LB +Zd +Zd +Zd +Zd +Zd +Zd +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(110,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +cU +cU +cU +cU +cU +cU +qZ +qZ +cU +cU +cU +cU +qZ +hm +hm +hm +hm +hm +hm +hm +Hy +QI +QI +Hy +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +FS +vj +bD +yG +yG +NH +fC +fC +fC +fC +fC +TY +ar +fT +pa +an +ax +an +fT +gi +fT +ST +TY +ar +fT +fT +wn +fT +Hv +fT +fT +fT +YC +TY +fC +Mj +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +vi +rQ +ip +LB +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +wm +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(111,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +qZ +cU +cU +xk +cU +cU +cU +cU +qZ +qZ +cU +cU +cU +cU +qZ +hm +hm +hm +hm +hm +hm +cU +xk +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +fC +FS +vj +oU +fC +fC +fC +fC +hm +fC +fC +fC +TY +ar +fT +OQ +an +aw +an +Hv +pa +fT +ST +TY +ar +fT +fT +TB +fT +Hv +fT +fT +fT +YC +TY +fC +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +rQ +ip +LB +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +wm +Zd +Zd +Zd +Zd +Zd +hm +hm +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(112,1,1) = {" +bJ +hm +hm +hm +hm +hm +qZ +qZ +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +qZ +qZ +hm +hm +hm +hm +cU +cU +cU +cU +cU +hm +qZ +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Sy +nV +FS +vj +oU +fC +fC +fC +hm +hm +hm +hm +fC +TY +ar +fT +fT +xg +xg +fT +Hv +OQ +fT +ST +TY +ar +fT +fT +fT +fT +fT +fT +fT +Hv +ST +TY +fC +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +rQ +ip +LB +Zd +qZ +Zd +Zd +Zd +Zd +Zd +Zd +wm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(113,1,1) = {" +bJ +hm +hm +hm +hm +hm +qZ +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +qZ +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +cU +qZ +qZ +qZ +qZ +qZ +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +lM +lM +lM +lM +lM +lM +lM +eB +hm +Sy +Sy +xt +FS +vj +oU +fC +fC +hm +hm +hm +hm +hm +hm +TY +ar +fT +fT +fT +XL +fT +fT +fT +fT +YC +TY +ar +fT +fT +fT +fT +fT +fT +fT +fT +YC +kU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +UH +FA +dE +iP +qZ +qZ +vi +Zd +qZ +Zd +Zd +Zd +wm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(114,1,1) = {" +bJ +hm +hm +hm +hm +qZ +qZ +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +qZ +cU +cU +cU +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +lM +ef +El +er +ic +rV +Xm +tx +Sy +Cv +Sy +Sy +FS +vj +oU +fC +fC +hm +hm +hm +hm +hm +hm +JL +ar +cm +fT +fT +ph +fT +fT +Hv +Hv +YC +TY +ar +fT +fT +Hv +fT +fT +fT +fT +fT +MD +JL +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +vi +rQ +ip +LB +qZ +Zd +Zd +qZ +qZ +qZ +Zd +Zd +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +vi +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(115,1,1) = {" +bJ +hm +hm +hm +qZ +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +qZ +cU +cU +cU +cU +cU +cU +xk +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +lM +rk +Un +mB +RY +qM +GT +tx +Wb +JV +Pr +Pr +bD +vj +oU +xt +hm +hm +hm +hm +hm +hm +hm +JL +ar +wn +fT +Hv +kj +fT +fT +fT +KQ +YC +JL +ar +fT +fT +fT +qe +fT +Hv +fT +fT +HM +JL +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +Zd +Zd +rQ +ip +LB +qZ +Zd +qZ +qZ +qZ +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(116,1,1) = {" +bJ +hm +hm +hm +qZ +qZ +qZ +cU +cU +cU +cU +cU +cU +qZ +qZ +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +qZ +cU +cU +cU +cU +cU +cU +cU +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +lM +Pc +fo +hP +Vk +TO +Rg +XP +oU +FS +wd +Xv +Xv +nt +oU +Sy +hm +hm +hm +hm +hm +hm +hm +JL +ar +TB +fT +qD +fT +fT +fT +fT +jT +YC +JL +ar +fT +fT +fT +iT +fT +kZ +fT +fT +na +JL +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +Zd +Zd +rQ +ip +LB +qZ +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +qZ +qZ +qZ +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(117,1,1) = {" +bJ +hm +hm +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +cU +qZ +qZ +cU +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +cU +cU +xk +cU +qZ +qZ +cU +cU +cU +cU +cU +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +lM +sP +RY +Kx +je +Ui +vb +tx +NH +FS +vj +bD +yG +yG +NH +RC +hm +hm +hm +hm +hm +hm +hm +JL +Iw +Bd +UC +UC +UC +UC +UC +UC +ch +Cz +JL +Iw +Bd +UC +UC +HK +UC +UC +UC +Bd +Cz +JL +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +qZ +qZ +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +Zd +Zd +oA +rQ +ip +LB +oA +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +qZ +qZ +qZ +qZ +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(118,1,1) = {" +bJ +hm +hm +qZ +qZ +cU +cU +cU +xk +cU +cU +cU +cU +rT +cU +cU +cU +cU +cU +cU +qZ +cU +cU +cU +cU +cU +cU +cU +cU +qZ +qZ +cU +cU +cU +cU +cU +cU +qZ +qZ +qZ +cU +cU +cU +cU +cU +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +lM +vv +RY +eI +RY +RY +CS +lM +Sy +FS +vj +oU +ls +Sy +hm +hm +hm +hm +hm +hm +hm +hm +hm +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +qZ +qZ +qZ +qZ +Zd +Zd +Zd +Zd +hm +hm +hm +Zd +cX +YW +rQ +ip +LB +YW +hN +Zd +hm +hm +hm +wm +Zd +Zd +UH +Zd +vi +Zd +Zd +Zd +qZ +qZ +Zd +qZ +qZ +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(119,1,1) = {" +bJ +hm +hm +qZ +cU +cU +cU +cU +cU +cU +cU +cU +cU +rT +cU +cU +xk +cU +cU +cU +qZ +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +hm +cU +xk +cU +cU +qZ +qZ +qZ +cU +cU +cU +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +lM +tK +RY +RY +Lf +RY +Up +LX +Sy +FS +vj +oU +Sy +Sy +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +qZ +qZ +qZ +pT +iO +EV +iO +iO +rP +iO +iO +iO +iO +sw +ip +LB +Zd +Zd +Zd +Zd +Zd +Zd +wm +Zd +Zd +EZ +Zd +Zd +Zd +Zd +Zd +qZ +Zd +Zd +Zd +qZ +qZ +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(120,1,1) = {" +bJ +hm +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +cU +cU +WK +cU +cU +cU +cU +qZ +cU +qZ +qZ +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +cU +cU +cU +cU +cU +rT +cU +cU +cU +cU +cU +cU +qZ +hm +hm +hm +hm +hm +hm +hm +hm +lM +HU +Je +tu +Tx +wX +aL +Uq +ky +FS +vj +oU +Sy +hD +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +UP +Zd +wm +wm +vi +Zd +Zd +Zd +Zd +qZ +qZ +rQ +ht +nx +nx +nx +hT +hT +nx +nx +nx +nx +Kw +LB +Zd +vi +Zd +Zd +Zd +Zd +wm +Zd +Zd +EZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +qZ +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(121,1,1) = {" +bJ +hm +qZ +cU +cU +cU +cU +cU +cU +cU +hm +hm +BA +BA +Yt +yF +fX +BA +BA +qZ +qZ +qZ +qZ +qZ +BA +bO +pd +vq +tD +BA +hm +hm +hm +hm +hm +hm +cU +cU +cU +WK +cU +cU +AK +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +lM +lM +lM +lM +lM +lM +lM +lM +tk +qv +ZC +hw +tk +dx +dx +pm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +YW +YW +YW +Zd +jS +Zd +Zd +wm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +rQ +ip +sw +th +th +th +Ec +th +th +th +th +th +gj +Zd +Zd +Zd +Zd +Zd +Zd +wm +Zd +Zd +UH +Zd +qZ +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +qZ +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(122,1,1) = {" +bJ +hm +hm +cU +cU +cU +cU +cU +cU +hm +hm +BA +BA +oz +qj +vq +WR +vp +BA +BA +qZ +qZ +qZ +qZ +BA +zS +pd +vq +tD +BA +mR +mR +mR +mR +mR +mR +mR +mR +mR +mR +mR +cU +cU +Ea +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +pm +fM +dL +Ot +AB +eE +GV +eZ +eZ +eZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +YW +vo +Nn +iO +II +iO +mx +SK +iO +iO +iO +iO +iO +iO +iO +sw +ip +LB +Zd +Zd +Zd +UH +hm +hm +YW +Zd +Zd +Zd +YW +hN +Zd +Zd +Zd +Zd +wm +Zd +Zd +qZ +qZ +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +bJ +"} +(123,1,1) = {" +bJ +hm +hm +cU +cU +cU +cU +cU +cU +hm +hm +BA +ct +Ip +VC +MM +Ip +Ip +BA +BA +BA +BA +qZ +BA +BA +xY +pd +pd +oo +BA +Oc +yh +YK +PK +mR +IU +pW +Xd +pW +Jy +mR +cU +cU +cU +YZ +cU +cU +cU +cW +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +pm +eZ +dh +Ot +AB +eE +eZ +eZ +eZ +eZ +Ts +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +ma +Ze +Ed +sw +wT +nx +oR +DN +nx +nx +nx +nx +nx +nx +nx +nx +Kw +LB +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Go +Zd +qZ +qZ +Zd +Zd +Zd +Zd +Zd +vi +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +vi +Zd +Zd +Zd +hm +hm +hm +hm +hm +bJ +"} +(124,1,1) = {" +bJ +hm +hm +cU +cU +xk +cU +cU +hm +hm +hm +BA +ct +Ip +lS +vz +nO +Ip +Or +pd +pd +BA +qZ +BA +pd +vq +pd +Cl +aZ +BA +Fp +PK +PK +ym +mR +gg +Sm +wP +Lp +nq +mR +hm +cU +cU +cU +mG +cU +cU +cU +UR +id +id +UR +id +id +hm +hm +hm +hm +hm +hm +pm +pm +eZ +Ot +AB +eE +eZ +eZ +pm +pm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +ma +tR +th +sw +PM +sw +th +rD +th +th +th +th +th +th +th +th +LM +gj +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +wm +Zd +qZ +qZ +qZ +qZ +Zd +Zd +Zd +Zd +qZ +qZ +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +bJ +"} +(125,1,1) = {" +bJ +hm +hm +cU +cU +cU +cU +cU +hm +hm +hm +BA +yn +Ip +YX +nI +Ip +eh +BA +pd +pd +BA +qZ +BA +pd +pd +MS +vA +JE +BA +Gz +PK +HR +PK +gq +pW +wP +gE +tY +cV +mR +hm +cU +cU +cU +cU +cU +cU +xk +BD +MJ +MJ +WK +MJ +cU +cU +cU +hm +hm +hm +hm +dx +dx +VB +qv +ZC +hw +VB +dx +dx +pm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +YW +YW +Ey +rQ +ip +LB +Zd +wm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +wm +Zd +Zd +Zd +qZ +qZ +qZ +qZ +qZ +qZ +qZ +qZ +qZ +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +bJ +"} +(126,1,1) = {" +bJ +hm +hm +cU +cU +cU +cU +cU +hm +hm +hm +BA +BA +VA +VA +te +VA +VA +BA +pd +bb +BA +BA +BA +BA +Fb +BA +VA +VA +BA +Fp +PK +PK +Ej +Sa +pW +wP +wP +pk +pW +mR +hm +hm +cU +cU +lw +cU +qg +cU +WK +cU +xk +WK +cU +mG +cU +cU +cU +hm +hm +hm +hm +RM +cU +HY +PR +wv +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +WH +ip +LB +Zd +KI +KI +KI +KI +KI +KI +KI +Oz +Oz +KI +KI +uF +iI +Cp +Cp +Cp +Cp +zQ +zQ +zQ +zQ +zQ +zQ +zQ +zQ +zQ +zQ +zQ +zQ +zQ +zQ +zQ +zQ +zQ +KA +KA +zQ +zQ +zQ +zQ +zQ +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +bJ +"} +(127,1,1) = {" +bJ +hm +hm +cU +cU +cU +cU +cU +hm +hm +hm +hm +BA +bm +bm +md +bm +bm +BA +pd +pd +pd +pd +kX +pd +pd +Qk +pd +pd +BA +BA +SC +GC +JI +mR +pW +pW +AO +pW +xB +mR +hm +hm +hm +cU +mG +bn +cU +cU +rT +cU +cU +rT +cU +cU +kH +cU +cU +bn +cU +hm +hm +PQ +cU +HY +fF +wv +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +UH +EZ +FA +ip +JB +pT +Cp +un +BM +BM +kk +wC +BM +AL +Lo +BM +CP +bw +Mk +Cp +Lk +Tr +rW +zQ +EA +mK +mK +Jl +zQ +QE +PG +JN +JN +JN +zQ +dG +Xr +dG +zQ +dG +Xr +KA +zQ +GP +ts +Fd +zQ +Zd +Zd +qZ +qZ +qZ +Zd +Zd +Zd +qZ +hm +hm +hm +hm +bJ +"} +(128,1,1) = {" +bJ +hm +hm +cU +cU +cU +cU +hm +hm +hm +hm +hm +BA +CQ +zq +zq +zq +CQ +BA +pd +pd +aF +pd +pd +pd +pd +pd +pd +pd +pd +BA +BA +BA +BA +BA +gv +fj +mR +mR +mR +mR +mR +mR +hm +hm +YZ +qg +hm +hm +hm +hm +hm +hm +cU +cU +cU +mG +cU +cU +cU +hm +LK +LK +LK +AA +du +ui +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +nn +DG +WL +Xb +qi +Sz +vG +Yd +og +Ij +XY +BM +vy +Lo +CP +TV +Mk +Cp +Kz +ow +Kz +zQ +Bc +wZ +Wg +Wg +ha +se +se +se +se +Qr +zQ +CA +dG +dG +zQ +dG +CA +KA +zQ +dG +fB +wJ +eN +Sb +qZ +qZ +qZ +Zd +Zd +Zd +qZ +qZ +qZ +hm +hm +hm +bJ +"} +(129,1,1) = {" +bJ +hm +hm +cU +cU +cU +hm +hm +hm +hm +hm +hm +BA +BA +zq +zq +zq +BA +BA +Za +pd +pd +pd +pd +pd +pd +Oh +pd +pd +pd +pd +jI +pd +pd +Or +UE +UE +fj +bx +JA +JA +NP +mR +CU +CU +CU +CU +CU +CU +hm +hm +hm +hm +cU +cU +cU +YZ +cU +cU +cU +cU +cU +cU +cU +HY +PR +wv +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +hm +Zd +Zd +Zd +FA +ip +LB +rQ +zW +jc +Lo +Lo +Zm +tC +WB +BM +UG +AL +CP +bw +NB +Cp +ow +ow +ow +zQ +Bc +se +se +ib +zQ +pJ +KK +ux +se +ET +zQ +dG +dG +dG +zQ +dG +dG +dG +zQ +dG +fB +PS +At +fO +qZ +qZ +Zd +Zd +Zd +hm +hm +qZ +qZ +hm +hm +hm +bJ +"} +(130,1,1) = {" +bJ +hm +hm +cU +cU +cU +cU +cU +hm +hm +BA +BA +BA +BA +BA +jF +eT +BA +pd +pd +pd +BA +BA +BA +BA +BA +BA +BA +BA +pd +pd +pd +pd +pd +BA +ZN +UE +zF +wP +pW +pW +wP +mR +CU +lD +Kd +Kd +Kd +CU +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +cU +HY +PR +wv +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +sp +sp +SM +SM +Dn +gD +Zd +vi +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +UH +vi +Zd +Zd +nn +eG +LB +tH +Cp +ZD +vY +Lo +Ro +zs +WB +BM +SF +Sw +CP +bw +Mk +Cp +iI +Dx +iI +zQ +wx +se +se +ib +KF +Rs +jV +oQ +se +KX +zQ +KF +hZ +KF +zQ +KF +hZ +KF +zQ +KF +hZ +oJ +At +Zd +Zd +qZ +qZ +Zd +Zd +hm +qZ +qZ +qZ +hm +hm +hm +bJ +"} +(131,1,1) = {" +bJ +hm +hm +cU +xk +cU +cU +cU +hm +hm +BA +pd +pd +pd +xI +cT +AI +Or +pd +pd +MS +BA +BA +ds +dY +BA +SE +cK +BA +vA +vA +zS +zS +pd +BA +vV +UE +OR +wP +pW +xB +wP +mR +CU +NX +OA +cF +OT +CU +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +id +id +cU +yX +Ma +wf +oW +wv +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +sp +Ke +lT +iw +XZ +li +Zd +Zd +Zd +qZ +hm +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +hm +hm +Zd +Zd +Zd +pT +iO +iO +iO +il +iO +iO +iO +sw +eG +LB +Zd +Cp +BM +BM +eo +Yd +RZ +Yd +vG +KR +BM +CP +bw +Zg +Cp +ow +ow +rR +zQ +BQ +CT +Nb +Vt +KF +Tp +KK +oQ +se +se +zr +IX +se +IX +zr +IX +se +IX +zr +IX +se +At +xj +Zd +Zd +qZ +Zd +Zd +Zd +hm +qZ +qZ +qZ +hm +hm +hm +bJ +"} +(132,1,1) = {" +bJ +hm +cU +cU +cU +cU +cU +cU +hm +hm +BA +gw +LE +pd +BA +cT +fy +BA +BA +BA +BA +BA +BA +GI +fk +BA +XQ +fk +BA +mR +mR +mR +mR +mR +mR +UE +UE +fj +tB +wP +wP +eA +mR +CU +Kd +Kd +Kd +Kd +CU +CU +hm +hm +hm +hm +hm +hm +hm +hm +mG +cU +xk +cU +ub +cU +HY +TP +wv +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +sp +ZA +Uu +rX +TQ +li +Zd +Zd +Zd +qZ +qZ +qZ +hm +hm +hm +hm +hm +qZ +qZ +Zd +Zd +Zd +Zd +Zd +vi +rQ +ht +nx +nx +hT +MX +hT +nx +xd +fq +LB +Zd +Cp +Cp +Cp +JD +iI +iI +iI +Cp +Cp +Cp +Cp +bw +Mk +Cp +ow +wL +rR +zQ +wx +se +se +ib +KF +ZX +se +oQ +KK +se +se +se +se +se +wj +se +se +se +eq +se +KK +se +xj +Zd +Zd +Zd +Zd +Zd +qZ +qZ +qZ +qZ +hm +hm +hm +hm +bJ +"} +(133,1,1) = {" +bJ +hm +cU +cU +cU +cU +cU +cU +hm +hm +BA +En +En +DM +BA +JT +ke +BA +hm +hm +hm +hm +BA +IY +Wy +BA +GI +fk +BA +fd +CH +pW +xx +pW +mR +pj +Yz +mR +mR +mR +mR +mR +mR +CU +wO +Bf +bd +wO +CU +CU +CU +hm +hm +hm +hm +hm +hm +hm +YZ +cU +cU +cU +ub +cU +qZ +qZ +wv +cW +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +sp +eU +lT +eM +cg +sp +Zd +Zd +qZ +qZ +qZ +qZ +hm +hm +hm +hm +qZ +qZ +qZ +Zd +Zd +Zd +Zd +Zd +Zd +rQ +ip +sw +th +th +th +hx +th +sw +tl +LB +Zd +Cp +FX +ED +ZO +MN +ED +SJ +Tj +ED +PE +Cp +bw +Tk +dZ +ow +jr +qQ +zQ +Bc +se +se +ib +KF +TS +se +aI +Bo +Bo +dt +Bo +Bo +ux +se +KK +KK +KK +se +KK +se +se +At +fO +Zd +PY +Zd +Zd +qZ +qZ +qZ +qZ +hm +hm +hm +hm +bJ +"} +(134,1,1) = {" +bJ +hm +cU +cU +cU +cU +cU +cU +hm +hm +BA +BA +BA +Uy +BA +yr +Ia +BA +hm +hm +hm +BA +BA +Tg +Mt +BA +Tg +Mt +BA +BA +pW +nq +bT +pW +mR +UE +Ds +wt +XS +mR +hm +CU +pE +BS +cJ +cJ +Iv +cJ +OD +zc +CU +hm +CU +CU +CU +CU +CU +CU +Fn +hl +st +st +FE +qZ +qZ +TP +wv +mr +cU +cU +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +sp +Sk +Vf +rm +xq +sp +Zd +Zd +qZ +qZ +qZ +qZ +qZ +hm +hm +hm +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +rQ +ip +LB +Zd +qZ +qZ +qZ +Zd +rQ +tl +LB +Zd +Cp +FX +fe +mX +dk +dk +dk +ac +UU +PE +Cp +bw +Fj +Cp +Cp +Cp +Cp +zQ +Bc +wZ +Wg +Hj +KF +hh +uB +pr +JQ +KK +qF +dO +KK +dO +dO +dO +KK +dO +qF +FN +se +dO +oJ +OJ +Zd +Zd +Zd +Zd +Zd +Zd +qZ +qZ +hm +hm +hm +hm +bJ +"} +(135,1,1) = {" +bJ +hm +cU +cU +cU +cU +cU +cU +cU +hm +BA +yU +BF +XG +qs +WD +is +BA +hm +hm +BA +BA +Na +hj +hj +sD +YO +YO +Qh +BA +BA +pW +PZ +pW +fj +Xw +ZZ +KJ +hC +mR +hm +CU +Ux +fL +Qt +Tq +Tq +Tq +gI +QO +CU +hm +CU +hO +ws +ws +ws +Qs +wv +HY +TP +TP +PR +TP +qZ +qZ +wv +cU +cU +cU +cU +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +yQ +eU +GE +iw +Qw +sp +Zd +Zd +Zd +qZ +qZ +qZ +qZ +qZ +hm +hm +qZ +Zd +pT +iO +iO +iO +iO +iO +iO +sw +ip +LB +qZ +qZ +Zd +qZ +qZ +nn +RN +LB +vi +Cp +FX +yj +XV +fG +gL +qa +nf +mh +PE +Cp +bw +qJ +CP +Jc +Oa +xP +zQ +WI +ev +ev +AH +KF +MT +FN +pr +FN +AU +zr +Np +se +Np +zr +Np +se +Np +zr +Np +se +Np +zQ +hm +OZ +Ib +Ib +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +bJ +"} +(136,1,1) = {" +bJ +hm +cU +cU +cU +cU +cU +cU +cU +hm +BA +xz +Cx +Em +qs +xS +AI +BA +hm +hm +BA +Et +XH +hA +hA +tz +hA +hA +MO +TA +BA +Va +AO +pW +TK +UE +qz +KJ +hC +mR +hm +CU +Gc +Rh +Qt +cy +po +Fk +DH +uY +CU +hm +CU +RI +em +dD +dD +BX +DL +wf +FZ +FZ +Vl +FZ +kt +qZ +qZ +qZ +cU +cU +cU +cU +cU +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +sp +Ws +FR +qx +qV +pp +Zd +Zd +Zd +Zd +qZ +qZ +qZ +qZ +qZ +qZ +qZ +Zd +rQ +ht +nx +nx +nx +nx +nx +nx +Kw +LB +qZ +qZ +Zd +Zd +qZ +rQ +sw +LB +Zd +Cp +da +wG +JJ +ED +lo +ED +Ye +ED +Ei +Cp +bw +VK +CJ +sg +Um +MN +zQ +zQ +zQ +zQ +zQ +zQ +zr +kh +zm +kh +zr +zQ +KF +hZ +KF +zQ +KF +hZ +KF +zQ +KF +hZ +KF +zQ +hm +hm +Ib +Ib +qo +Zd +Zd +Zd +hm +hm +hm +hm +hm +bJ +"} +(137,1,1) = {" +bJ +hm +hm +cU +cU +cU +cU +cU +cU +hm +BA +xz +Bi +Pk +Cs +Yx +jl +BA +hm +hm +BA +HX +ZG +tz +Av +lt +tz +tz +tz +Ve +BA +mR +mR +mR +mR +UE +qz +mR +mR +mR +hm +CU +He +kf +Rh +Qt +Qt +Tq +OH +IS +CU +hm +CU +Dy +lr +CU +CU +CU +mT +Kp +mU +mU +mU +zo +of +kt +Gf +cU +cU +qZ +cU +cU +cU +cU +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +sp +cl +Vf +zU +Ab +TL +Zd +Zd +Zd +Zd +qZ +qZ +qZ +qZ +Zd +Zd +Zd +Zd +rQ +ip +sw +th +th +th +th +th +th +qZ +qZ +Zd +Zd +Zd +qZ +rQ +sw +LB +Zd +Cp +DB +fe +Do +zj +qT +qT +zv +OK +sg +DC +ye +Ce +CP +ED +uw +MN +CP +kk +kk +kk +YL +zr +Rc +CI +EI +CI +ly +zQ +oi +Si +Si +zQ +Si +Si +Si +zQ +Si +oi +Si +zQ +hm +hm +Zd +Zd +Zd +Zd +Zd +vi +Zd +hm +hm +hm +hm +bJ +"} +(138,1,1) = {" +bJ +hm +hm +hm +cU +cU +cU +cU +cU +cU +BA +Sg +OM +Dh +BA +ga +mc +BA +hm +hm +BA +ER +yH +zi +tz +tz +zi +tz +Eg +YP +BA +hm +hm +mR +mR +OR +Ny +mR +mR +hm +hm +CU +CU +Wh +kf +Dw +Tq +jx +lg +CU +CU +hm +CU +Dy +lr +CU +hm +hm +id +cU +cU +cU +cU +cU +HY +PR +cQ +st +st +qZ +qZ +st +st +st +st +st +st +qO +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +sp +Ns +Vj +eV +AQ +vt +Zd +Zd +Zd +Zd +Zd +qZ +qZ +Zd +Zd +vi +Zd +Zd +rQ +ip +LB +Zd +Zd +qZ +qZ +Zd +Zd +Zd +Zd +Zd +vi +Zd +Zd +rQ +sw +LB +Zd +Cp +jY +yj +gL +gL +bB +bB +gL +Tu +MN +Aq +ED +pg +ES +MW +Xg +ED +CP +kk +wF +kk +fc +zr +OV +se +aI +kp +Mo +zQ +Si +Si +Si +zQ +Si +Si +oi +zQ +Si +Si +Si +zQ +hm +hm +hm +Ib +Ib +Zd +Zd +Zd +Zd +hm +hm +hm +hm +bJ +"} +(139,1,1) = {" +bJ +hm +hm +hm +cU +cU +cU +cU +cU +cU +BA +BA +vZ +rA +BA +ga +jl +BA +BA +hm +BA +Mw +tz +Vp +zi +tz +Bk +Af +tz +iR +BA +hm +mR +mR +GS +KJ +dP +GS +mR +mR +hm +hm +CU +CU +MR +SP +Tq +me +CU +CU +hm +hm +CU +Dy +lr +CU +hm +hm +cU +cU +cU +cU +cU +cU +HY +of +kv +FZ +FZ +ZU +FZ +FZ +FZ +FZ +FZ +FZ +ou +wv +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +sp +wI +rf +Ja +VE +KM +Zd +Zd +Zd +Zd +Zd +Zd +qZ +qZ +qZ +Zd +Zd +Zd +rQ +ip +LB +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +qZ +Zd +Zd +Zd +rQ +sw +LB +Zd +Cp +zz +Ly +Ov +bB +bB +bB +bB +ED +ED +iI +bw +dv +ES +Yp +Yp +Yp +CP +kk +kk +kk +rO +zr +Of +qW +pr +qW +jw +zQ +Si +zM +Si +zQ +Si +Hf +Si +zQ +oi +Hf +oi +zQ +hm +hm +hm +hm +Ib +Ib +Zd +Zd +Zd +hm +hm +hm +hm +bJ +"} +(140,1,1) = {" +bJ +hm +hm +hm +hm +cU +cU +cU +cU +cU +hm +BA +BA +BA +BA +ga +zq +Nt +BA +BA +BA +WO +QK +uC +QZ +uC +QZ +ZJ +uC +Xe +BA +BA +mR +nP +UE +zG +gu +Tz +VO +mR +mR +hm +hm +CU +KT +ku +wA +cO +CU +hm +hm +hm +CU +Dy +lr +CU +hm +mG +cU +cU +bn +cU +cU +hm +Kp +mU +Il +mU +mU +mU +mU +mU +mU +mU +mU +TP +PR +wv +hm +hm +hm +hm +hm +hm +hm +hm +hm +jK +jK +jK +vR +fg +fg +Rt +Zd +Zd +Zd +Zd +Zd +Zd +Zd +qZ +qZ +qZ +qZ +Zd +rQ +ip +LB +Zd +Zd +Zd +qZ +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +rQ +sw +LB +Zd +Cp +Cp +Cp +bB +bB +bB +bB +bB +bB +Cp +Cp +OU +dv +CP +ES +ES +ES +CP +CP +yD +CP +CP +zr +zr +kh +zm +kh +Nz +Wr +Wr +Wr +Wr +Wr +Wr +Wr +Wr +Wr +Wr +Wr +Wr +Wr +Wr +Wr +Wr +Wr +Wr +Wr +Zd +Zd +Zd +Zd +hm +hm +hm +bJ +"} +(141,1,1) = {" +bJ +hm +hm +hm +hm +hm +cU +cU +cU +cU +hm +hm +hm +hm +BA +BA +Rz +zq +Gp +BA +BA +VA +VA +VA +at +BA +at +VA +VA +VA +BA +BA +aM +HS +UE +kP +Li +UE +UE +lO +mR +CU +vu +CU +wO +Bf +pY +wO +CU +CU +CU +CU +CU +Dy +lr +CU +hm +mG +cU +xk +cU +cW +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +HY +PR +wv +hm +hm +hm +hm +hm +hm +hm +hm +hm +jK +FK +ed +Bh +LW +LW +jK +Zd +Zd +Zd +Zd +vi +Zd +Zd +Zd +qZ +qZ +Zd +Zd +rQ +ip +LB +Zd +qZ +hm +hm +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +rQ +sw +LB +pT +jP +jB +hG +hG +rg +jq +RT +hG +hG +hG +wb +GO +bf +Bt +Bt +Pf +RT +RT +RT +GO +RT +uA +Sv +uh +Nf +bf +RT +Kv +ti +ti +GW +ti +Vh +ti +ti +ti +Ng +uW +uW +UL +GW +ti +ti +Kt +ti +GW +Wr +Zd +Zd +Zd +Zd +hm +hm +hm +bJ +"} +(142,1,1) = {" +bJ +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +jL +cW +hm +hm +BA +BA +Rz +Ct +ZY +aX +Iq +gN +sd +gN +gN +gN +gN +gN +OX +DO +el +KJ +yb +yE +Ud +WS +bt +qU +KJ +Vg +vs +aD +gc +ws +tQ +Gn +BR +Nr +TC +ws +ws +ws +Iu +lr +CU +hm +YZ +cU +MJ +cU +bn +hm +hm +hm +hm +hm +hm +cU +cU +cU +qZ +qZ +qZ +cU +HY +PR +wv +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +jK +cB +nM +ve +Wq +TF +jK +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +rQ +ip +LB +Zd +hm +hm +hm +hm +qZ +qZ +qZ +qZ +Zd +Zd +Zd +rQ +sw +LB +rQ +yT +FC +Qi +rg +rg +yT +aT +Vo +Vo +Ba +gZ +gZ +xO +yz +MF +MF +gZ +IZ +gZ +gZ +MF +xO +gZ +Cd +gZ +bQ +MF +Eb +JZ +BB +BB +Cg +JZ +cP +SS +JZ +SI +JZ +Uj +Rx +Uj +Mq +Mq +oT +oc +NY +Wr +UH +EZ +EZ +UH +hm +hm +hm +bJ +"} +(143,1,1) = {" +bJ +hm +hm +hm +hm +cU +cU +cU +xk +cU +cU +mG +cU +cW +hm +hm +BA +BA +SG +KV +ew +ul +ul +ul +Ln +ZE +Ln +ro +AT +sj +zR +ew +Jx +Qm +im +xo +Wz +BO +GF +Jx +Ox +JX +bP +bP +QU +PP +ud +OI +OI +yS +Zi +DF +wR +ta +tw +CU +qZ +qZ +XR +qZ +qZ +MJ +id +cW +hm +hm +hm +hm +cU +cU +qZ +qZ +qZ +qZ +qZ +HY +PR +wv +cU +qZ +hm +hm +hm +hm +hm +hm +hm +bL +pC +um +no +LW +LW +jK +Zd +Zd +pT +iO +iO +iO +iO +iO +iO +iO +iO +iO +sw +ip +LB +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +Zd +Zd +Zd +Py +sw +LB +tH +jP +Tb +Tb +EC +Tb +jq +rY +rY +rY +it +aT +rY +oL +rY +rY +rY +IN +Wx +Vo +gS +GO +Qz +hv +od +hi +GO +GO +Cw +zO +zO +zO +Dl +VY +op +zO +zO +Ac +Pd +Nz +Kv +Kv +Kv +Kv +Nz +Lj +NY +Wr +Zd +Zd +Zd +Zd +hm +hm +hm +bJ +"} +(144,1,1) = {" +bJ +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +mG +cU +BA +BA +BA +BA +BA +jF +nL +BA +VA +VA +VA +bs +BA +bs +VA +VA +VA +BA +BA +Ae +AJ +UE +LN +LN +UE +QX +lv +mR +vu +ff +CU +CU +CU +CU +CU +CU +CU +CU +zp +IE +ut +mn +CU +qZ +qZ +qZ +qZ +qZ +qZ +hm +XR +hm +hm +hm +hm +cU +cU +cU +cU +qZ +qZ +qZ +HY +PR +wv +cU +qZ +qZ +hm +hm +hm +hm +hm +hm +jK +cB +ZR +ve +Wq +TF +jK +Zd +Zd +rQ +ht +nx +nx +nx +nx +nx +nx +nx +nx +nx +Kw +LB +Zd +hm +hm +hm +hm +hm +hm +qZ +qZ +qZ +Zd +Zd +tH +th +gj +Zd +jP +jP +jP +jP +jP +jP +jP +jP +jP +nB +RT +jP +VW +Ps +Ps +YF +jP +jP +rY +rY +aT +Fe +IN +ep +rY +rY +rY +Kv +St +Pd +NY +Jh +NY +RD +IV +Ar +Ac +NY +Kv +Gh +Gh +Gh +Gh +Kv +Lj +NY +Wr +Zd +Zd +Zd +Zd +Zd +hm +hm +bJ +"} +(145,1,1) = {" +bJ +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +mG +bn +VA +Ay +zq +dU +zq +zq +zq +BA +GB +nb +nb +nb +xR +nb +nb +nb +uH +BA +BA +mR +jg +UE +LA +Ms +CO +uE +mR +mR +hm +hm +hm +hm +hm +hm +hm +hm +hm +CU +CU +zp +IE +mn +CG +qZ +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +xk +cU +cU +qZ +HY +PR +wv +xk +cU +qZ +qZ +qZ +qZ +hm +hm +hm +jK +RE +qr +qr +jK +jK +jK +Zd +Zd +rQ +ip +sw +th +th +th +th +th +th +th +th +th +gj +Zd +hm +hm +hm +hm +hm +hm +qZ +qZ +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Ps +ya +LH +mN +ks +xA +mN +jA +jP +nB +RT +Ps +Rv +Hi +Hi +Hi +NQ +jP +jq +wu +bc +Es +jq +jq +wu +wu +wu +jq +jq +jq +Nz +Nz +Nz +Nz +Nz +Nz +FD +St +Nz +Nz +Nz +Nz +Nz +Nz +Lj +NY +Wr +Zd +vi +Zd +Zd +Zd +hm +hm +bJ +"} +(146,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +mG +bn +VA +us +eu +BA +nh +zq +Gq +BA +zh +bY +qP +tW +pG +bY +pG +bE +kK +BA +hm +mR +mR +tb +KJ +KJ +tb +mR +mR +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +CU +CU +Ha +mn +CG +CG +CG +CU +CU +CU +CU +CU +CU +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +HC +HY +PR +wv +HC +cU +cU +cU +qZ +qZ +hm +hm +hm +jK +Hu +uf +rX +jK +hm +hm +hm +Zd +rQ +ip +LB +Zd +Zd +Zd +Zd +Zd +Zd +Zd +vi +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Ps +Vq +aT +GO +GO +GO +GO +aq +jP +nB +RT +Ps +Cf +GO +Fg +aT +hc +jP +iE +af +GO +sb +af +wE +tA +tA +tA +jo +af +nH +Nz +kb +Qg +TD +Qu +Nz +oD +Rb +Nz +lK +Fh +Qu +Qu +Nz +Lj +sN +Wr +Zd +Zd +Zd +Zd +Zd +hm +hm +bJ +"} +(147,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +mG +bn +BA +BA +BA +BA +nh +zq +jp +BA +tO +wq +pG +tW +pG +ZP +pG +bY +tr +BA +hm +hm +mR +mR +OR +Mc +mR +mR +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +CU +Ok +hd +CG +CG +CG +FT +LD +JF +Xq +uj +CU +hm +hm +hm +hm +hm +hm +hm +cU +cU +ND +rH +HY +PR +wv +rH +YI +WK +qZ +qZ +qZ +qZ +hm +hm +jK +jK +jK +jK +jK +jK +hm +hm +Zd +rQ +ip +LB +Zd +qZ +qZ +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +jP +oM +Vo +Vo +GO +Vo +Vo +aq +Ps +nB +RT +jP +XA +Sc +nw +AP +hc +jP +Gj +GO +GO +Qz +Vo +Ku +GO +GO +GO +GO +GO +Lw +Nz +KW +kb +Zp +mP +Nz +FD +Ar +Nz +kb +kb +Zp +kb +Nz +Lj +NY +Wr +Zd +Zd +Zd +Zd +Zd +hm +hm +bJ +"} +(148,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +mG +bn +VA +us +Yf +BA +zq +zq +yN +BA +EJ +eg +pG +yw +pG +CR +pG +bY +ME +BA +hm +hm +hm +mR +rE +VT +mR +hm +hm +jL +lY +hm +hm +CU +CU +CU +CU +CU +CU +CU +hm +CU +Lq +mn +CG +iu +ho +Fw +Jm +ap +qB +iu +CU +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +HY +PR +TP +st +st +eD +st +st +st +qO +cU +hm +HI +lU +LF +hE +nk +Mf +hm +hm +Zd +rQ +ip +LB +Zd +qZ +qZ +qZ +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +jP +oM +Vo +NM +RS +MF +MF +uS +qN +aJ +RT +jP +ox +nr +ce +BL +hc +jP +IG +GO +GO +Qz +VI +Vo +GO +Vo +wa +GO +aT +Lw +Nz +mI +dJ +dJ +dJ +vn +Zz +BB +vn +dJ +dJ +dJ +EN +Nz +Lj +NY +Wr +Zd +Zd +Zd +Zd +Zd +hm +hm +bJ +"} +(149,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +bn +pd +zq +Ay +dU +vD +zq +jp +BA +NE +sm +sA +bY +bY +yw +XI +kI +rC +BA +hm +hm +jL +SO +qh +Cb +SO +id +id +bn +cU +XR +CU +CU +tT +wO +Vm +FL +iA +CU +CU +CU +gh +yR +CU +Vx +Qn +Vx +yA +jy +uz +Vx +CU +hm +hm +hm +hm +hm +hm +cU +cU +cU +qZ +cU +HY +of +FZ +FZ +FZ +kv +FZ +FZ +kt +wv +cU +hm +jK +uG +tX +Pq +sq +pR +Jw +Zd +Zd +rQ +ip +LB +qZ +Zd +qZ +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +vi +Zd +Ps +vK +GO +Vo +Vo +Ku +wa +uq +Ps +NK +RT +jP +ot +GO +GO +GO +hc +jP +bj +GO +GO +bf +GO +GO +GO +hG +Fg +GO +Vo +Lw +Nz +kb +kb +kb +kb +Nz +FD +Ar +Nz +kb +aG +uy +kb +Nz +Lj +NY +Wr +Zd +Zd +Zd +Zd +Zd +hm +hm +bJ +"} +(150,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +bn +BA +BA +BA +BA +QH +zq +Ni +BA +BA +uU +so +CW +CW +CW +so +Zq +BA +BA +Cj +id +iv +SO +bG +BN +SO +mG +cU +NS +id +bn +wO +ug +tT +Am +Fc +ut +Kf +Vd +CU +CU +gh +DZ +CU +JF +gd +JF +xy +FT +Xq +WZ +CU +hm +hm +hm +hm +cU +cU +cU +cU +qZ +qZ +cU +Kp +mU +mU +mU +mU +SN +mU +TP +PR +wv +cU +cU +TH +rw +xV +TR +sq +TH +Zd +Zd +Zd +rQ +ip +LB +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Ps +Qd +Rl +Rl +Oj +Hq +Rl +xZ +jP +nF +RT +jP +Pu +kc +am +Rn +Lu +jP +AZ +DI +GO +EL +Eh +Mn +hG +ur +Ca +CZ +Is +Vr +Nz +QF +kb +kb +hI +Nz +FD +NY +Nz +Zy +kb +kb +SW +Nz +Lj +NY +Wr +Zd +Zd +Zd +Zd +hm +hm +hm +bJ +"} +(151,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +bn +VA +zq +zq +dU +zq +Ay +zq +BA +BA +BA +BA +BA +BA +BA +BA +BA +BA +hm +cu +cU +bn +mR +wM +SZ +mR +cu +id +Oi +cU +bn +wO +tT +tT +wO +Fc +Qb +ut +iL +Fz +wO +uu +wW +CU +CU +fw +CU +CU +CU +CU +CU +CU +hm +hm +hm +hm +cU +cU +cU +cU +cU +ND +rH +cU +cU +cU +rH +YI +WK +cU +HY +fF +TP +st +st +hg +lm +UY +Ik +fr +hg +iO +iO +iO +sw +ip +LB +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +hm +jP +jP +jP +jP +jP +jP +jP +jP +jP +nB +BT +jP +jP +jP +jP +jP +jP +jP +Dp +GO +py +PW +jq +wu +hG +hG +hG +hG +hG +jq +Nz +Nz +Nz +Nz +Nz +Nz +km +qq +Nz +Nz +Nz +Nz +Nz +Nz +Lj +Su +Wr +Zd +Zd +vi +Zd +hm +hm +hm +bJ +"} +(152,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +bn +VA +us +eu +BA +BA +yc +BA +BA +hm +hm +hm +qZ +qZ +qZ +qZ +hm +hm +hm +mG +si +bn +SO +bG +In +SO +mG +cU +cU +cU +bn +CU +wO +wO +CU +PL +ut +ut +ut +Pl +wO +gh +ee +CU +LI +DV +lh +QW +CU +sz +ZV +CU +hm +hm +hm +cU +cU +cU +cU +cU +cU +hm +Qa +cU +cU +cU +Qa +qZ +qZ +cU +HY +of +FZ +FZ +FZ +GJ +Qc +An +oq +Ti +GJ +nx +nx +nx +nx +Kw +LB +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +EZ +EZ +UH +hm +hm +hm +hm +hm +hm +jP +lF +YH +nu +jq +nB +RT +jP +jz +jz +jz +jz +jz +jP +AZ +GO +GO +Ir +wE +Od +MY +hG +hG +hG +hG +hM +Nz +QF +kb +kb +yJ +Nz +FD +Ar +Nz +hJ +kb +kb +QF +Nz +FD +Ar +Wr +Zd +Zd +Zd +Zd +Zd +hm +hm +bJ +"} +(153,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +mG +bn +BA +BA +BA +BA +rx +KC +KC +BA +hm +hm +qZ +qZ +qZ +cU +cU +hm +hm +id +bn +cU +cU +SO +qh +Cb +SO +YZ +MJ +AG +cU +bn +wO +IQ +lG +OG +Fc +yv +ut +ut +Pl +gP +gh +mn +gP +DV +Sl +LI +OW +wO +os +gC +CU +hm +hm +hm +cU +cU +cU +cU +qZ +cU +cU +cU +cU +cU +qZ +qZ +qZ +qZ +qZ +Kp +mU +mU +mU +mU +Ah +bu +Ra +mq +Io +Ah +th +th +th +th +th +Nm +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +jP +Nx +Kb +Kb +pz +aJ +GO +Ru +Vo +Vo +GO +GO +GO +jP +bM +GO +GO +Vo +Vo +GO +aT +GO +GO +Ii +hG +hG +Nz +kb +kb +kb +kb +Nz +FD +Ar +Nz +kb +kb +aG +kb +Nz +FD +qq +Wr +hm +Zd +Zd +Zd +Zd +hm +hm +bJ +"} +(154,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +cU +xk +mG +bn +Ag +ZF +ZF +ZF +dH +Ow +KC +BA +hm +qZ +qZ +jL +id +id +id +id +cU +cU +mr +cU +cU +mR +BV +In +zA +hm +hm +mG +AG +bn +wO +xp +xX +HF +QR +ut +ut +ut +Pl +Bf +PX +ay +Bf +LI +Sl +Sl +Aj +Am +Pn +Ih +CU +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +qZ +qZ +qZ +cU +cU +cU +cU +cU +cU +wQ +iX +yL +Nj +kz +nZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +jP +mM +gV +Yq +jq +qX +fa +jP +xL +RA +Gr +Fy +wr +jP +ng +aT +GO +GO +GO +Ii +Ii +Ii +Ii +hG +hG +hG +Nz +TJ +dJ +We +dJ +vn +Zz +BB +vn +dJ +dJ +dJ +EN +Nz +Lj +Ar +Wr +hm +Zd +Zd +Zd +Zd +hm +hm +bJ +"} +(155,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +mG +bn +Ag +KC +KC +KC +MK +MK +tV +BA +qZ +qZ +qZ +mG +cU +cU +cU +cU +cU +qg +cU +cU +cU +mR +mR +mR +mR +hm +hm +cU +mG +bn +CU +wO +wO +CU +Zf +cG +ut +ut +Pl +wO +gh +bX +CU +DV +LI +LI +ak +CU +CU +CU +CU +hm +hm +hm +hm +cU +hm +cU +cU +cU +cU +cU +cU +cU +cU +cU +qZ +cU +cU +cU +cU +cU +cU +Fu +jK +tU +Nh +VU +rI +jK +Jw +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +jP +YH +Nv +YH +jq +nB +yY +Ps +Vo +Vo +GO +bf +GO +jP +CN +Is +GO +Is +Is +qd +Is +hG +hG +hG +hG +hG +Hg +kb +mP +jm +kb +Nz +FD +NY +Nz +kb +kb +jm +kb +Nz +Lj +Ar +Wr +Zd +Zd +Zd +Zd +Zd +hm +hm +bJ +"} +(156,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +mG +cU +BA +BA +BA +BA +BA +BA +BA +BA +qZ +jL +id +cU +cU +cU +cU +cU +bn +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +jL +cU +bn +wO +Jd +tT +wO +Fc +ut +ut +zb +xT +wO +kn +OE +CU +CU +KB +KB +CU +CU +hm +hm +hm +hm +hm +hm +hm +cU +hm +hm +cU +cU +xk +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +hm +jK +jK +jK +jK +jK +jK +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +vi +Zd +Zd +Zd +hm +hm +jP +lF +YH +lF +jq +NW +zD +QV +jJ +jJ +jJ +Ml +iK +jP +Ps +Ps +hp +Ps +Ps +jP +Ps +Ps +bc +hG +hG +hG +Hg +Hg +Qu +TD +Cm +Nz +FD +NY +Nz +WW +sn +TD +LR +Nz +vm +WT +Wr +Zd +Zd +Zd +Zd +Zd +hm +hm +bJ +"} +(157,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +YZ +MJ +WK +cW +hm +hm +hm +hm +hm +qZ +qZ +mG +cU +cU +cU +cU +cU +cU +bn +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +mG +cU +bn +wO +tT +tT +Am +Fc +ut +zb +uL +CU +CU +Bf +MZ +CU +CU +CU +CU +CU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +jP +jP +jP +jP +jP +nB +RT +jP +jP +jP +jP +jP +jP +jP +hB +hB +hB +hB +hB +jP +bi +CX +bi +hG +hG +hG +Hg +Wr +Nz +Nz +Nz +Nz +FD +NY +Nz +Nz +Nz +Nz +Nz +Nz +FD +Ar +Wr +Zd +Zd +Zd +Zd +Zd +Zd +hm +bJ +"} +(158,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +rT +cU +le +id +id +hm +hm +id +id +cU +cU +cU +xk +cU +cU +cU +qg +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +mG +cU +bn +CU +CU +tT +wO +mY +Hx +uL +CU +CU +uc +pX +QA +Qq +zg +uc +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +cU +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +jP +yO +mN +QC +xs +Du +rF +AE +hF +jP +hB +eY +hB +hB +eY +jP +bi +hG +hG +hG +hG +hG +hm +Wr +xH +OY +rd +kQ +Dl +op +ti +ti +ti +ti +ti +ti +Dl +Ar +Wr +Zd +Zd +Zd +Zd +Zd +Zd +hm +bJ +"} +(159,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +qZ +cU +cU +WK +rT +WK +cU +YZ +MJ +cU +MJ +MJ +MJ +cU +cU +cU +cU +cU +cU +cU +bn +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +YZ +cU +cU +cW +CU +CU +CU +CU +CU +CU +CU +hm +uc +aP +CM +VP +Vs +uc +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +hm +hm +cU +cU +cU +qZ +qZ +cU +cU +cU +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +jP +Wi +Vo +Ku +Rw +GO +GO +Rw +aq +jP +hB +hB +hB +hB +hB +jP +bi +Rp +hG +hG +hG +jP +hm +Wr +IM +Wo +Nq +Nz +Yb +Mq +cP +Mq +vX +Mq +Mq +Lz +Ic +RD +Wr +Zd +Zd +Zd +Zd +hm +hm +hm +bJ +"} +(160,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +qZ +qZ +rT +rT +WK +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +qg +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +qg +hm +hm +hm +hm +hm +hm +hm +hm +uc +Xs +dX +ZL +rS +uc +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +qZ +qZ +qZ +qZ +cU +cU +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +jP +Ks +Vo +fb +Rw +VJ +SA +Pp +Qx +jP +hB +hB +hB +hB +eY +jP +bi +bi +bi +bi +hG +jP +hm +Wr +Wr +Wr +Wr +Nz +Nz +Nz +fH +Nz +Nz +Nz +Nz +Yr +Nz +Nz +Wr +Zd +Zd +Zd +Zd +hm +hm +hm +bJ +"} +(161,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +qZ +HW +xk +cU +qZ +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +mG +cU +MJ +qg +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +xk +cU +hm +hm +hm +hm +hm +hm +hm +uc +uc +cE +gA +uc +uc +uc +hm +hm +hm +hm +hm +uc +uc +uc +uc +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +qZ +qZ +qZ +cU +cU +cU +cU +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +vi +Zd +Zd +Zd +Zd +hm +hm +jP +Yy +Ax +EH +vk +mL +Pp +jE +Qx +jP +hB +eY +DT +hB +hB +jP +bi +bi +sk +bi +Rp +jP +hm +hm +hm +hm +Wr +cY +UZ +oB +cY +oB +Nz +rd +rd +EM +rd +dj +Wr +hm +Zd +Zd +Zd +Zd +hm +hm +bJ +"} +(162,1,1) = {" +bJ +hm +hm +hm +hm +qZ +qZ +qZ +HW +TZ +cU +cU +qZ +qZ +cU +cU +cU +cU +xk +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +uc +uc +pP +hW +ca +Nc +uc +uc +hm +hm +hm +hm +uc +uc +AF +Ig +uc +uc +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +qZ +qZ +cU +qZ +cU +cU +cU +cU +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +jP +pq +wH +PH +Rw +gQ +Rw +kd +xK +jP +jP +jP +jP +jP +jP +jP +jP +Rw +jP +Rw +Rw +jP +hm +hm +hm +hm +Wr +Ky +Ky +Ky +Ky +oO +Nz +WU +zN +lx +DU +Lr +Wr +Zd +Zd +Zd +Zd +Zd +hm +hm +bJ +"} +(163,1,1) = {" +bJ +hm +hm +hm +hm +qZ +qZ +HW +cU +cU +cU +Me +cU +qZ +qZ +cU +cU +cU +cU +cU +qZ +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +xk +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +uc +uc +dp +fA +hK +zE +Hb +as +uc +uc +hm +hm +uc +uc +LZ +wk +mt +qw +uc +uc +hm +hm +hm +hm +hm +hm +qZ +rT +rT +qZ +cU +cU +qZ +cU +cU +cU +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +jP +jP +jP +jP +XJ +PO +jP +jP +jP +jP +Zd +Zd +UH +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +Wr +Wr +Wr +Wr +Wr +Wr +Wr +Wr +yl +yl +Wr +Wr +Wr +Zd +vi +Zd +Zd +Zd +hm +hm +bJ +"} +(164,1,1) = {" +bJ +hm +hm +hm +hm +qZ +qZ +HW +cU +Er +cU +Bx +cU +cU +qZ +cU +cU +cU +cU +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +uc +uc +HO +fA +GX +Jt +ys +uQ +Hb +gF +uc +uc +uc +uc +xl +zX +Vz +RX +yk +jM +uc +hm +qZ +hm +hm +hm +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +cU +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +EZ +Zd +Zd +Zd +Zd +vi +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +bJ +"} +(165,1,1) = {" +bJ +hm +hm +hm +hm +hm +qZ +qZ +qZ +cU +cU +xk +cU +cU +cU +cU +cU +cU +cU +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +qZ +qZ +cU +cU +qZ +cU +cU +cU +cU +cU +hm +hm +hm +uc +Xo +JW +np +Jt +Oq +Yv +De +oa +gt +kD +mD +BZ +kD +dN +Dd +VQ +EB +SH +ZQ +uc +qZ +qZ +hm +hm +qZ +qZ +cU +cU +xk +cU +cU +cU +cU +cU +cU +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +vi +Zd +Zd +Zd +Zd +Zd +UH +Zd +Zd +Zd +Zd +vi +Zd +Zd +Zd +EZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +Zd +Zd +vi +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +bJ +"} +(166,1,1) = {" +bJ +hm +hm +hm +hm +hm +qZ +qZ +qZ +qZ +HW +HW +go +qZ +cU +cU +cU +cU +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +WK +bk +rT +qZ +qZ +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +qZ +hm +hm +uc +ei +pu +mo +Au +VQ +Bq +sX +mE +hy +Ut +ig +hq +Ut +vr +SL +aQ +VQ +SH +ih +uc +qZ +qZ +qZ +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +cU +cU +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +qZ +qZ +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +qZ +Zd +qZ +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +bJ +"} +(167,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +qZ +qZ +qZ +qZ +qZ +qZ +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +qZ +cU +cU +cU +cU +cU +cU +cU +xk +cU +qZ +qZ +qZ +hm +uc +uc +Ef +fY +gM +aU +Qp +oh +ie +YE +uc +uc +uc +uc +Aw +UO +BJ +LV +JK +cn +uc +cU +cU +qZ +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +cU +cU +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +qZ +qZ +qZ +qZ +qZ +Zd +Zd +Zd +Zd +Zd +Zd +qZ +qZ +qZ +qZ +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +vi +Zd +Zd +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +qZ +qZ +qZ +hm +hm +hm +hm +bJ +"} +(168,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +qZ +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +qZ +WK +rT +rT +qZ +qZ +qZ +qZ +hm +uc +uc +Yw +hH +xw +jO +ie +fI +uc +uc +hm +hm +uc +uc +Ph +hu +cz +wg +uc +uc +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +Zd +UH +EZ +EZ +qZ +Zd +Zd +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +qZ +qZ +Zd +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +EZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +qZ +qZ +hm +hm +hm +hm +bJ +"} +(169,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +cU +cU +cU +xk +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +qZ +qZ +cU +cU +cU +cU +qZ +qZ +qZ +qZ +qZ +uc +uc +Oe +tZ +gG +xF +uc +uc +hm +hm +hm +hm +uc +uc +fv +iB +uc +uc +cU +xk +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +qZ +Zd +Zd +Zd +vi +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +UH +Zd +Zd +vi +Zd +Zd +Zd +Zd +qZ +Zd +vi +CF +Zd +qZ +qZ +qZ +qZ +hm +hm +hm +bJ +"} +(170,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +cU +cU +cU +cU +xk +cU +qZ +qZ +cU +cU +cU +cU +cU +cU +qZ +qZ +hm +uc +uc +uc +uc +uc +uc +hm +hm +hm +hm +hm +hm +uc +uc +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +EZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +EZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +qZ +qZ +hm +hm +hm +hm +hm +bJ +"} +(171,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +cU +cU +cU +cU +cU +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +qZ +qZ +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +qZ +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +vi +EZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +Zd +Zd +Zd +Zd +vi +Zd +Zd +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(172,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +qZ +cU +cU +cU +qZ +qZ +qZ +cU +cU +cU +cU +cU +cU +xk +cU +cU +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +xk +WK +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +xk +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +qZ +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +qZ +Zd +Zd +Zd +Zd +Zd +hm +hm +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +Zd +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(173,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +cU +cU +cU +cU +cU +cU +xk +cU +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +cU +cU +cU +cU +cU +cU +cU +rT +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +Zd +Zd +Zd +vi +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +qZ +qZ +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(174,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +xk +cU +cU +cU +cU +rT +cU +cU +cU +xk +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(175,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +WK +cU +cU +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +Zd +Zd +Zd +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(176,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +xk +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(177,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +qZ +qZ +qZ +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(178,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +cU +cU +cU +cU +cU +cU +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(179,1,1) = {" +bJ +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +hm +bJ +"} +(180,1,1) = {" +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +"} diff --git a/maps/map_files/Khami_Barrens/Khami_Barrens.dm b/maps/map_files/Khami_Barrens/Khami_Barrens.dm new file mode 100644 index 0000000000..ddc4bada91 --- /dev/null +++ b/maps/map_files/Khami_Barrens/Khami_Barrens.dm @@ -0,0 +1,348 @@ +//AREAS + +/area/khami_barrens + name = "Khami Barrens" + icon = 'icons/turf/area_kutjevo.dmi' + //ambience = list('figuresomethingout.ogg') + icon_state = "khami_barrens" + can_build_special = TRUE //T-Comms structure + temperature = 308.7 //kelvin, 35c, 95f + minimap_color = MINIMAP_AREA_ENGI + +/area/shuttle/drop1/khami_barrens + name = "Khami Barrens - Dropship Alamo Landing Zone" + icon_state = "shuttle" + icon = 'icons/turf/area_kutjevo.dmi' + +/area/shuttle/drop2/khami_barrens + name = "Khami Barrens - Dropship Normandy Landing Zone" + icon_state = "shuttle2" + icon = 'icons/turf/area_kutjevo.dmi' + +/area/khami_barrens/exterior + name = "Khami Barrens - Exterior" + ceiling = CEILING_NONE + icon_state = "ext" + + +/area/khami_barrens/interior + name = "Khami Barrens - Interior" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS + icon_state = "int" + requires_power = 1 + +/area/khami_barrens/interior/oob + name = "Khami Barrens - Out Of Bounds" + ceiling = CEILING_MAX + icon_state = "oob" + is_resin_allowed = FALSE + flags_area = AREA_NOTUNNEL + +/area/khami_barrens/interior/oob/dev_room + name = "Khami Barrens - Credits Room" + is_resin_allowed = FALSE + flags_area = AREA_NOTUNNEL + icon_state = "khami_barrens" + +//exterior map areas + +/area/khami_barrens/exterior/lz_pad + name = "Khami Barrens - Passenger Landing Zone" + icon_state = "lz_pad" + weather_enabled = FALSE + unlimited_power = 1//ds computer + is_resin_allowed = FALSE + is_landing_zone = TRUE + +/area/khami_barrens/exterior/lz_dunes + name = "Khami Barrens - Cargo Landing Zone" + icon_state = "lz_dunes" + is_resin_allowed = FALSE + weather_enabled = FALSE + unlimited_power = 1//DS Computer + is_landing_zone = TRUE + +/area/khami_barrens/exterior/scrubland + name = "Khami Barrens - Oasis Scrubland" + icon_state = "scrubland" + +/area/khami_barrens/exterior/lodge + name = "Khami Barrens - Hunting Lodge Exterior" + icon_state = "scrubland" + +/area/khami_barrens/exterior/scrubland/village + name = "Khami Barrens - North Village Scrubland" + icon_state = "scrubland" + +/area/khami_barrens/exterior/scrubland/village/west + name = "Khami Barrens - West Village Scrubland" + icon_state = "scrubland" + +/area/khami_barrens/exterior/scrubland/checkpoint + name = "Khami Barrens - Checkpoint Scrubland" + icon_state = "scrubland" + +/area/khami_barrens/exterior/scrubland/lodge + name = "Khami Barrens - Hunting Lodge Scrubland" + icon_state = "scrubland" + +/area/khami_barrens/exterior/stonyfields + name = "Khami Barrens - South Stony Barrens" + icon_state = "stone_fields" + +/area/khami_barrens/exterior/stonyfields/north + name = "Khami Barrens - North Stony Barrens" + icon_state = "stone_fields" + +/area/khami_barrens/exterior/driedoasis/basin + name = "Khami Barrens - Dried Oasis Basin" + icon_state = "rf_river" + +/area/khami_barrens/exterior/driedoasis/bridge + name = "Khami Barrens - Dried Oasis Bridge" + icon_state = "rf_bridge" + +/area/khami_barrens/exterior/driedoasis/gates + name = "Khami Barrens - Dried Oasis Flood Gates" + icon_state = "rf_river" + +/area/khami_barrens/exterior/ruins + name = "Khami Barrens - Ruins Exterior" + icon_state = "construction" + +/area/khami_barrens/exterior/village + name = "Khami Barrens - West Village Exterior" + icon_state = "construction2" + +/area/khami_barrens/exterior/village/east + name = "Khami Barrens - East Village Exterior" + icon_state = "construction3" + +//telecomms areas +/area/khami_barrens/exterior/telecomm + name = "Khami Barrens - Communications Relay" + icon_state = "ass_line" + is_resin_allowed = FALSE + ceiling_muffle = FALSE + base_muffle = MUFFLE_LOW + +/area/khami_barrens/exterior/telecomm/lz1_north + name = "Khami Barrens - North LZ1 Communications Relay" + +/area/khami_barrens/exterior/telecomm/lz1_south + name = "Khami Barrens - South LZ1 Communications Relay" + +/area/khami_barrens/exterior/telecomm/lz2_north + name = "Khami Barrens - North LZ2 Communications Relay" + +/area/khami_barrens/exterior/telecomm/lz2_south + name = "Khami Barrens - South LZ2 Communications Relay" + +//interior areas + caves + +//Village Buildings +/area/khami_barrens/interior/village + name = "Khami Barrens" + ceiling = CEILING_METAL + icon_state = "khami_barrens" + +/area/khami_barrens/interior/village/company_offices + name = "Khami Barrens - Village Company Offices West" + ceiling = CEILING_UNDERGROUND_METAL_ALLOW_CAS + icon_state = "foremans" + +/area/khami_barrens/interior/village/company_offices/reception + name = "Khami Barrens - Village Company Offices Reception" + +/area/khami_barrens/interior/village/company_offices/east + name = "Khami Barrens - Village Company Offices East" + +/area/khami_barrens/interior/village/shop + name = "Khami Barrens - Village Shop" + ceiling = CEILING_METAL + icon_state = "Colony_int" + +/area/khami_barrens/interior/village/mall + name = "Khami Barrens - Village Mall" + icon_state = "Colony_int" + +/area/khami_barrens/interior/village/restaurant + name = "Khami Barrens - Village Restaurant" + icon_state = "Colony_int" + +/area/khami_barrens/interior/village/stage + name = "Khami Barrens - Village Stage" + icon_state = "Colony_int" + +/area/khami_barrens/interior/village/botany + name = "Khami Barrens - Village Botany Bay" + icon_state = "botany0" + minimap_color = MINIMAP_AREA_RESEARCH + +/area/khami_barrens/interior/village/med + name = "Khami Barrens - North Village Clinic" + icon_state = "med0" + minimap_color = MINIMAP_AREA_MEDBAY + +/area/khami_barrens/interior/village/med/south + name = "Khami Barrens - South Village Clinic" + icon_state = "med2" + +/area/khami_barrens/interior/village/med/reception_storage + name = "Khami Barrens - Village Clinic Reception and Storage" + icon_state = "med3" + +/area/khami_barrens/interior/village/residence + name = "Khami Barrens - North Village Residence" + icon_state = "Colony_int" + ceiling = CEILING_METAL + is_resin_allowed = TRUE + +/area/khami_barrens/interior/village/residence/west + name = "Khami Barrens - West Village Residence" + icon_state = "Colony_int" + +/area/khami_barrens/interior/village/residence/east + name = "Khami Barrens - East Village Residence" + icon_state = "Colony_int" + +/area/khami_barrens/interior/village/residence/company + name = "Khami Barrens - West Village Company Residence" + icon_state = "Colony_int" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS + is_resin_allowed = TRUE + +/area/khami_barrens/interior/village/residence/company/east + name = "Khami Barrens - East Village Company Residence" + icon_state = "Colony_int" + +/area/khami_barrens/interior/village/engineering + name = "Khami Barrens - North Village Engineering" + icon_state = "Colony_int" + ceiling = CEILING_METAL + is_resin_allowed = TRUE + minimap_color = MINIMAP_AREA_ENGI + +/area/khami_barrens/interior/village/engineering/south + name = "Khami Barrens - South Village Engineering" + icon_state = "Colony_int" + +/area/khami_barrens/interior/village/engineering/power + name = "Khami Barrens - Village Engineering Powerstation" + icon_state = "power" + +//Out buildings & Caves + +/area/khami_barrens/interior/checkpoint + name = "Khami Barrens - Checkpoint" + ceiling = CEILING_METAL + icon_state = "int" + minimap_color = MINIMAP_AREA_SEC + +/area/khami_barrens/interior/hunting_lodge + name = "Khami Barrens - Hunting Lodge" + ceiling = CEILING_METAL + icon_state = "construction_int" + +/area/khami_barrens/interior/marksman_residence + name = "Khami Barrens - Marksman's Residence" + ceiling = CEILING_METAL + icon_state = "int" + +/area/khami_barrens/interior/rancher_residence + name = "Khami Barrens - Rancher's Residence" + ceiling = CEILING_METAL + icon_state = "int" + +/area/khami_barrens/interior/landing_zone + name = "Khami Barrens - Passenger Landing Zone Interior" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS + icon_state = "int" + minimap_color = MINIMAP_AREA_CAVES + +/area/khami_barrens/interior/landing_zone_arrivals/north + name = "Khami Barrens - Passenger Landing Zone Arrivals North" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS + icon_state = "int" + minimap_color = MINIMAP_AREA_CAVES + +/area/khami_barrens/interior/landing_zone_arrivals/south + name = "Khami Barrens - Passenger Landing Zone Arrivals South" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS + icon_state = "int" + minimap_color = MINIMAP_AREA_CAVES + +/area/khami_barrens/interior/research_caves + name = "Khami Barrens - Research Caves" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS + icon_state = "colony_caves_0" + minimap_color = MINIMAP_AREA_CAVES + +/area/khami_barrens/interior/research_caves/checkpoint + name = "Khami Barrens - Research Caves Checkpoint" + ceiling = CEILING_UNDERGROUND_METAL_ALLOW_CAS + icon_state = "colony_caves_2" + minimap_color = MINIMAP_AREA_SEC_CAVE + +/area/khami_barrens/interior/research_caves/research + name = "Khami Barrens - Caves Research" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS + icon_state = "med5" + minimap_color = MINIMAP_AREA_RESEARCH_CAVE + +/area/khami_barrens/interior/tunnels + name = "Khami Barrens - Main Tunnel" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS + icon_state = "colony_caves_3" + minimap_color = MINIMAP_AREA_CAVES + +/area/khami_barrens/interior/tunnels/auxillary + name = "Khami Barrens - Auxillary Tunnels" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS + icon_state = "colony_caves_2" + +/area/khami_barrens/interior/resin_caves + name = "Khami Barrens - North Resin Caves" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS + icon_state = "colony_caves_0" + minimap_color = MINIMAP_AREA_CAVES + +/area/khami_barrens/interior/resin_caves/deep + name = "Khami Barrens - South Resin Caves" + ceiling = CEILING_DEEP_UNDERGROUND + icon_state = "colony_caves_1" + minimap_color = MINIMAP_AREA_CAVES + +/area/khami_barrens/interior/ruin_caves + name = "Khami Barrens - Interior Ruins" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS + icon_state = "construction" + minimap_color = MINIMAP_AREA_CAVES + +/area/khami_barrens/interior/ruin_caves/north + name = "Khami Barrens - North Ruin Caves" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS + icon_state = "construction1" + minimap_color = MINIMAP_AREA_CAVES + +/area/khami_barrens/interior/ruin_caves/south + name = "Khami Barrens - South Ruin Caves" + ceiling = CEILING_UNDERGROUND_ALLOW_CAS + icon_state = "construction2" + minimap_color = MINIMAP_AREA_CAVES + +//TURFS + +/turf/closed/wall //var stuff + var/force_blend //var stuff + +/turf/open/gm/grass/grass_dried + icon_state = "grass_dried" + +/turf/closed/wall/mineral/sandstone/runed/force_blend + force_blend = 1 + +/turf/closed/wall/mineral/sandstone/runed/decor/force_blend + force_blend = 1 + + diff --git a/maps/map_files/Khami_Barrens/Khami_Barrens.dmm b/maps/map_files/Khami_Barrens/Khami_Barrens.dmm new file mode 100644 index 0000000000..63a8150738 --- /dev/null +++ b/maps/map_files/Khami_Barrens/Khami_Barrens.dmm @@ -0,0 +1,74485 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aad" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"aaB" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib6" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"aaC" = ( +/obj/structure/platform/kutjevo/smooth, +/obj/structure/barricade/handrail/kutjevo{ + layer = 3.01 + }, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8; + pixel_y = 5 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/bridge) +"aaF" = ( +/obj/structure/largecrate/supply/supplies/water, +/obj/structure/machinery/microwave{ + layer = 3.1; + pixel_x = 1; + pixel_y = 15 + }, +/obj/item/reagent_container/food/condiment/enzyme{ + pixel_x = -3; + pixel_y = -9 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"aaU" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"abv" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/botany) +"abD" = ( +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"abF" = ( +/obj/item/ammo_magazine/pistol/holdout, +/obj/item/ammo_magazine/pistol/holdout, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"abM" = ( +/obj/structure/pipes/unary/freezer{ + icon_state = "freezer_1" + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"abQ" = ( +/obj/structure/largecrate/random/mini, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/scrubland/checkpoint) +"abU" = ( +/obj/structure/tunnel{ + id = "hole1" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"abY" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"acr" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"acZ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"adh" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "researchsouthnorth"; + name = "Checkpoint Shutters" + }, +/turf/open/floor/kutjevo/colors/cyan, +/area/khami_barrens/interior/research_caves/research) +"adC" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"adT" = ( +/obj/structure/surface/rack, +/obj/item/XenoBio/Blood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"aei" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + pixel_y = -2 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"aej" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"aeq" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"afd" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"afe" = ( +/obj/structure/machinery/power/apc/fully_broken{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz2_north) +"afx" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/interior/ruin_caves) +"afK" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/east) +"afP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibmid1" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"agt" = ( +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/bridge) +"agV" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"ahP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"aik" = ( +/obj/structure/machinery/conveyor{ + dir = 1; + id = "sciencereq" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"aip" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"aiH" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"ajq" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"ajA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"ajO" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clothing/under/rank/synthetic/flight{ + pixel_x = -6; + pixel_y = 9 + }, +/obj/item/clothing/gloves/grey, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/village/mall) +"akc" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 8 + }, +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 8; + pixel_y = 15 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/village/east) +"aki" = ( +/turf/closed/shuttle{ + dir = 1; + icon_state = "pwall" + }, +/area/space) +"akt" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"akE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/east) +"alA" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"alJ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"alP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"amc" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"amy" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibhead" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"amY" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"anv" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"anT" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"anX" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/restaurant) +"aoh" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/restaurant) +"aou" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4; + pixel_y = 16 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1; + pixel_y = -15 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"aoH" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"aoR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/restaurant) +"aoW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/supply/supplies/mre, +/obj/structure/machinery/power/apc{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"apE" = ( +/obj/structure/barricade/handrail/sandstone/b{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5; + pixel_x = -3 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"apL" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"apN" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"apO" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/landing_zone) +"apS" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/landing_zone) +"aqq" = ( +/obj/structure/machinery/door_control{ + id = "dust1"; + pixel_y = -32 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"aqP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/yellow, +/area/khami_barrens/interior/village/company_offices/reception) +"arj" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/hunting_lodge) +"arO" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/sink{ + pixel_y = 23 + }, +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/marksman_residence) +"ash" = ( +/obj/structure/surface/rack, +/obj/item/storage/fancy/vials/random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"asu" = ( +/obj/structure/platform_decoration/kutjevo{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"asE" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/tunnels) +"ata" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "white_cyan1" + }, +/area/khami_barrens/exterior/lz_dunes) +"atk" = ( +/obj/structure/machinery/power/apc, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/shop) +"atz" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices) +"atB" = ( +/turf/open/floor/strata{ + dir = 8; + icon_state = "white_cyan2" + }, +/area/khami_barrens/exterior/lz_dunes) +"atH" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/hunting_lodge) +"ava" = ( +/obj/structure/closet, +/obj/item/storage/fancy/cigar/tarbacktube, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"avs" = ( +/obj/structure/largecrate/supply/medicine/iv, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"avB" = ( +/obj/structure/machinery/door/window{ + dir = 1; + opacity = 1; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"awj" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"awI" = ( +/turf/open/floor/strata{ + dir = 4; + icon_state = "white_cyan1" + }, +/area/khami_barrens/exterior/lz_dunes) +"axg" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 4; + layer = 3.01 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"ayY" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"azf" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"azl" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"azt" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"azu" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/company_offices) +"azY" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"aAd" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_container/food/drinks/milk, +/obj/item/reagent_container/food/drinks/milk, +/obj/item/reagent_container/food/drinks/milk, +/obj/item/reagent_container/food/drinks/milk, +/obj/item/reagent_container/food/drinks/milk, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"aAC" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/uscm, +/obj/item/tool/pen, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"aBa" = ( +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"aBi" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/exterior/lz_dunes) +"aBR" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"aCu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor/almayer/research/containment/corner{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"aCR" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/lodge) +"aEj" = ( +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/obj/item/prop/alien/hugger, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/reception_storage) +"aFc" = ( +/obj/structure/bed/chair/wood/wings, +/obj/effect/landmark/corpsespawner/wy/manager, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"aFo" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"aFr" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"aFT" = ( +/obj/structure/window_frame/kutjevo, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/restaurant) +"aFW" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"aGc" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels/auxillary) +"aGf" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"aGm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"aGy" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/gm/grass/weedable, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"aGF" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"aGG" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"aGL" = ( +/obj/item/prop/alien/hugger{ + pixel_x = 13 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"aGR" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"aHe" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 6 + }, +/area/khami_barrens/interior/village/company_offices) +"aHf" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 9 + }, +/area/khami_barrens/interior/village/company_offices/east) +"aHk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"aHl" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"aHX" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"aIv" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"aIC" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"aIU" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"aIZ" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/tunnels) +"aJf" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "white_cyan1" + }, +/area/khami_barrens/exterior/lz_dunes) +"aJo" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"aKG" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib6" + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"aKJ" = ( +/obj/structure/cargo_container/grant/left, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"aLt" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "white_cyan1" + }, +/area/khami_barrens/exterior/lz_dunes) +"aMd" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"aMg" = ( +/obj/structure/platform/mineral/sandstone/runed{ + pixel_x = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 10; + pixel_x = 7; + pixel_y = 7 + }, +/obj/structure/platform/mineral/sandstone/runed, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8; + pixel_y = 5 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"aMn" = ( +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves) +"aMC" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"aMG" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"aMZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 13 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"aNd" = ( +/obj/structure/sign/safety/coffee{ + pixel_x = 7; + pixel_y = 32 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"aNV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/restaurant) +"aOP" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/checkpoint) +"aPd" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"aPm" = ( +/obj/structure/kitchenspike, +/obj/item/stack/sheet/animalhide/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib2" + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"aPV" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/snacks/xemeatpie{ + name = "Elite Hunter's Xenopie" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"aQa" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"aQc" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"aQf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 8 + }, +/area/khami_barrens/interior/village/mall) +"aRj" = ( +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/lodge) +"aRz" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/emails{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/orange/inner_corner{ + dir = 8 + }, +/area/khami_barrens/exterior/lz_dunes) +"aRB" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/structure/platform_decoration/mineral/sandstone/runed, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"aSw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/east) +"aTG" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/yellow, +/area/khami_barrens/interior/village/company_offices/reception) +"aUu" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"aUT" = ( +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/khami_barrens/exterior/telecomm/lz1_north) +"aUY" = ( +/obj/structure/mineral_door/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"aVd" = ( +/obj/structure/filingcabinet, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 6 + }, +/area/khami_barrens/interior/village/company_offices/east) +"aVg" = ( +/obj/structure/flora/grass/tallgrass/desert, +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"aVw" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/janitorialcart, +/obj/item/tool/mop{ + pixel_x = 9; + pixel_y = -15 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "white_cyan1" + }, +/area/khami_barrens/exterior/lz_dunes) +"aWb" = ( +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"aWP" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"aXk" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"aXo" = ( +/obj/effect/landmark/corpsespawner/wy/manager, +/obj/effect/landmark/survivor_spawner, +/obj/item/weapon/gun/shotgun/merc, +/obj/item/ammo_magazine/handful/shotgun/buckshot, +/turf/open/floor/wood, +/area/khami_barrens/exterior/driedoasis/bridge) +"aXA" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"aXO" = ( +/obj/structure/machinery/landinglight/ds2/delaythree, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"aXV" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"aYe" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"aZo" = ( +/obj/structure/barricade/wooden, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"bab" = ( +/obj/structure/platform/kutjevo{ + layer = 2.95 + }, +/turf/open/gm/dirt, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"bai" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10; + layer = 2.99 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"baV" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/checkpoint) +"baZ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"bbe" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"bbv" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"bbO" = ( +/turf/open/gm/river, +/area/khami_barrens/exterior/driedoasis/gates) +"bcn" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"bcO" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"bda" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"bde" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"bfa" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"bfd" = ( +/obj/structure/closet, +/obj/item/weapon/gun/shotgun/double, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"bfg" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"bfk" = ( +/obj/structure/machinery/landinglight/ds1/delayone, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"bfr" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/exterior/lz_dunes) +"bfM" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/residence/company/east) +"bfW" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"bgc" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"bgk" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/prop/helmetgarb/rosary, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 10 + }, +/area/khami_barrens/interior/village/mall) +"bgr" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/hunting_lodge) +"bhn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/item/hardpoint/locomotion/van_wheels, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"bic" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/wood/small_stack, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"bif" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/basin) +"bip" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices) +"biu" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"biP" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"bjq" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 6 + }, +/area/khami_barrens/interior/village/company_offices/east) +"bjv" = ( +/obj/structure/machinery/landinglight/ds2/delaythree, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"bjz" = ( +/obj/item/bedsheet/ce, +/obj/structure/bed, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/landmark/corpsespawner/freelancer, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"bjI" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"bjJ" = ( +/obj/structure/prop/ice_colony/tiger_rug, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"bjR" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"bka" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"bke" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/village) +"bkt" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/kutjevo/colors/green/tile, +/area/khami_barrens/interior/village/mall) +"bkJ" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone) +"blv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/shop) +"bmm" = ( +/obj/structure/machinery/landinglight/ds2/delaythree, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"bmn" = ( +/obj/structure/machinery/power/port_gen/pacman/mrs, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/scrubland/checkpoint) +"bmF" = ( +/obj/structure/surface/rack, +/obj/item/tool/weldingtool/largetank, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"bmK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + dir = 8; + pixel_y = 9 + }, +/turf/open/floor/strata{ + icon_state = "white_cyan2" + }, +/area/khami_barrens/exterior/lz_dunes) +"bnl" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/lodge) +"bnm" = ( +/obj/structure/flora/grass/desert/heavy, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"bnt" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/reinforced{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"bnW" = ( +/obj/structure/prop/invuln/overhead_pipe{ + dir = 8; + pixel_y = 9 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "white_cyan2" + }, +/area/khami_barrens/exterior/lz_dunes) +"boC" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 1; + pixel_y = 2 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"boG" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"boH" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/mall) +"bpo" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 8 + }, +/area/khami_barrens/interior/village/company_offices/east) +"bpv" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/tuxedo{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/tuxedo{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/tuxedo{ + pixel_x = -7 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/tuxedo{ + pixel_x = 7 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/tuxedo, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/marksman_residence) +"bqm" = ( +/turf/closed/wall/mineral/sandstone/runed/force_blend, +/area/khami_barrens/interior/ruin_caves/north) +"bqs" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/item/prop/helmetgarb/spent_buckshot, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"bqI" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 4 + }, +/obj/item/prop/alien/hugger, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/bridge) +"bqV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/wet_sign{ + pixel_x = -11; + pixel_y = -9 + }, +/obj/structure/prop/invuln/overhead_pipe{ + dir = 8; + pixel_y = 9 + }, +/obj/structure/prop/invuln/pipe_water{ + pixel_x = 15 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "white_cyan2" + }, +/area/khami_barrens/exterior/lz_dunes) +"bra" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/shop) +"brm" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/obj/effect/landmark/corpsespawner/pmc, +/obj/item/attachable/bayonet/co2, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"brD" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"bsR" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"bsX" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"bte" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/obj/effect/landmark/corpsespawner/wygoon, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"bth" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone) +"btw" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"but" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/cargo_container/wy/mid, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"buF" = ( +/obj/structure/platform/mineral/sandstone/runed, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/basin) +"buX" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"bvf" = ( +/obj/effect/landmark/corpsespawner/pmc, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"bvk" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/prop/invuln/overhead_pipe{ + dir = 8; + pixel_y = 9 + }, +/turf/open/floor/strata{ + icon_state = "white_cyan2" + }, +/area/khami_barrens/exterior/lz_dunes) +"bvJ" = ( +/obj/structure/platform_decoration/kutjevo{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"bvV" = ( +/obj/structure/window/framed/kutjevo, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"bwE" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/chocolatecakeslice, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"bwU" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/research_caves/research) +"bxo" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"bxL" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"byq" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"byL" = ( +/obj/structure/closet/l3closet/general, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"bzl" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/company_offices) +"bzx" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/cyan/inner_corner{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"bAa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/landmark/corpsespawner/pmc/burst, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"bAJ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/exterior/village/east) +"bAO" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "researchsouthnorth"; + name = "Checkpoint Shutters" + }, +/turf/open/floor/kutjevo/colors/cyan, +/area/khami_barrens/interior/research_caves/research) +"bAY" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"bBl" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 4; + layer = 3.01 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1; + pixel_x = 7; + pixel_y = -15 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"bBK" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/tunnels) +"bCn" = ( +/obj/item/tool/kitchen/rollingpin, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -4 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 4 + }, +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/kitchen/knife, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"bCP" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"bDn" = ( +/turf/open/gm/coast{ + dir = 1 + }, +/area/khami_barrens/exterior/driedoasis/basin) +"bDx" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"bDC" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/hunting_lodge) +"bEj" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/obj/effect/landmark/corpsespawner/freelancer, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"bEm" = ( +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/exterior/lz_dunes) +"bFb" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"bFk" = ( +/obj/structure/stairs/perspective/kutjevo{ + icon_state = "p_stair_full" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/hunting_lodge) +"bGf" = ( +/obj/structure/machinery/power/port_gen/pacman, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"bGh" = ( +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/reception_storage) +"bGW" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"bHc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"bHk" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/snacks/popcorn, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/shop) +"bHG" = ( +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz2_north) +"bHO" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_y = 18 + }, +/turf/open/floor/kutjevo/colors/green/tile, +/area/khami_barrens/interior/village/mall) +"bIC" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"bJc" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 8; + id = "seccheck3east"; + name = "Security Checkpont West Shutters" + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"bJm" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/chem_dispenser/soda{ + density = 0; + pixel_x = 1; + pixel_y = 3; + wrenchable = 0 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"bJs" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"bKd" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"bKM" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"bKP" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/exterior/village/east) +"bLs" = ( +/turf/open/floor/almayer/research/containment/floor1{ + dir = 8 + }, +/area/khami_barrens/exterior/scrubland/checkpoint) +"bLK" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/shop) +"bMc" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"bMw" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"bMA" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"bMF" = ( +/obj/structure/machinery/chem_dispenser/soda{ + density = 0; + pixel_x = 1; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"bMK" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"bMT" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"bNg" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"bNE" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_container/food/snacks/baguette, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"bNU" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices/east) +"bOb" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields) +"bOu" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"bOz" = ( +/obj/structure/xenoautopsy/tank{ + icon_state = "jarshelf_7" + }, +/turf/open/floor/kutjevo/colors/cyan/inner_corner, +/area/khami_barrens/interior/research_caves/research) +"bOK" = ( +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"bOQ" = ( +/obj/structure/reagent_dispensers/acidtank, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"bOU" = ( +/obj/structure/machinery/shower{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/strata{ + dir = 4; + icon_state = "white_cyan1" + }, +/area/khami_barrens/exterior/lz_dunes) +"bPh" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/village/mall) +"bPM" = ( +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 8 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"bPR" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/marksman_residence) +"bPU" = ( +/obj/structure/closet, +/obj/item/photo{ + desc = "a photo of a family"; + name = "family photo" + }, +/turf/open/floor/kutjevo/colors/cyan/inner_corner{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"bQB" = ( +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/research_caves/research) +"bQN" = ( +/turf/open/floor/almayer/research/containment/floor2, +/area/khami_barrens/exterior/telecomm/lz1_south) +"bQX" = ( +/obj/structure/flora/grass/desert/heavygrass_10, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"bRx" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"bRF" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"bRS" = ( +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/khami_barrens/exterior/lz_pad) +"bSw" = ( +/turf/open/floor/kutjevo/grey/plate, +/area/khami_barrens/interior/hunting_lodge) +"bSF" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"bST" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"bSZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/exterior/lodge) +"bTp" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/tunnels) +"bTu" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/tunnels/auxillary) +"bTB" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 1; + layer = 2.98 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"bTT" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 4; + layer = 3.01 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/interior/ruin_caves) +"bUv" = ( +/obj/structure/machinery/smartfridge/chemistry, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"bUy" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"bVj" = ( +/obj/structure/stairs/perspective/kutjevo{ + icon_state = "p_stair_full" + }, +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/landing_zone) +"bVy" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"bVV" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"bWB" = ( +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"bWT" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib5" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"bWV" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"bXH" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"bXK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata{ + dir = 8; + icon_state = "white_cyan2" + }, +/area/khami_barrens/exterior/lz_dunes) +"bYa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata{ + icon_state = "white_cyan2" + }, +/area/khami_barrens/exterior/lz_dunes) +"bYY" = ( +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_pad) +"bZn" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "landing stormshutter"; + name = "Stormshutter" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"bZv" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"bZR" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"cas" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"cat" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/gates) +"caL" = ( +/obj/structure/machinery/power/apc, +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/research_caves/checkpoint) +"cbt" = ( +/obj/structure/closet/emcloset, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/cyan/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"cbG" = ( +/obj/structure/flora/grass/desert/heavygrass_2, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"ccp" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"cdx" = ( +/obj/structure/closet/secure_closet{ + opened = 1 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"cdB" = ( +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"cdG" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"cdO" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"ces" = ( +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/gates) +"ceJ" = ( +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"cfr" = ( +/obj/structure/platform_decoration/kutjevo{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_pad) +"chq" = ( +/obj/structure/machinery/conveyor{ + dir = 1; + id = "sciencereq" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"chH" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"chI" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"cic" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/basin) +"ciN" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/residence/company) +"ciS" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"ciX" = ( +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"cjD" = ( +/obj/effect/alien/weeds/node, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/south) +"cjG" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"cjJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/inner_corner{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"cjP" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices) +"ckq" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"cld" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"clF" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/largecrate/random/mini/chest/b{ + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/restaurant) +"clM" = ( +/obj/structure/pipes/standard/simple/visible, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz1_north) +"clY" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata{ + dir = 8; + icon_state = "white_cyan2" + }, +/area/khami_barrens/exterior/lz_dunes) +"cmb" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/gates) +"cmi" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"cms" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"cmx" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"cmP" = ( +/obj/structure/prop/dam/truck/damaged{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"cmQ" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"cnD" = ( +/obj/effect/decal/cleanable/flour{ + name = "Banana Cream" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/oob/dev_room) +"cnR" = ( +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/tunnels/auxillary) +"cnU" = ( +/obj/structure/flora/grass/desert/heavy, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"coe" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices) +"col" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "white_cyan2" + }, +/area/khami_barrens/exterior/lz_dunes) +"cpd" = ( +/obj/structure/machinery/vending/cigarette/free, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"cpo" = ( +/obj/structure/flora/grass/desert/heavy, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"cpy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"cpG" = ( +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/platform/kutjevo, +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"cqh" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 25; + pixel_y = 4 + }, +/turf/open/floor/strata{ + icon_state = "white_cyan2" + }, +/area/khami_barrens/exterior/lz_dunes) +"cqm" = ( +/obj/structure/machinery/shower{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/strata{ + dir = 4; + icon_state = "white_cyan1" + }, +/area/khami_barrens/exterior/lz_dunes) +"cqY" = ( +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/east) +"crM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/purple, +/area/khami_barrens/interior/village/mall) +"crX" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/gates) +"csQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves/checkpoint) +"csW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"ctS" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat/chess, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"cul" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"cur" = ( +/obj/structure/largecrate/supply/medicine/blood, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 10 + }, +/area/khami_barrens/interior/village/mall) +"cut" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"cuv" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"cuF" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"cuM" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/lodge) +"cvT" = ( +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/tunnels) +"cwd" = ( +/obj/structure/bed/chair/wood/wings, +/obj/effect/landmark/corpsespawner/security/marshal, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"cwp" = ( +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/village/mall) +"cwW" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"cxo" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/pipes/standard/cap/hidden, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields) +"cxG" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 5 + }, +/area/khami_barrens/interior/checkpoint) +"cxJ" = ( +/turf/closed/wall/almayer/research/containment/wall/corner{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"cxP" = ( +/turf/open/floor/almayer/research/containment/floor1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"cyj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small, +/obj/item/device/radio/off{ + pixel_x = 9; + pixel_y = 44 + }, +/turf/open/floor/strata{ + dir = 8; + icon_state = "white_cyan2" + }, +/area/khami_barrens/exterior/lz_dunes) +"cyD" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"cyI" = ( +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"czz" = ( +/turf/open/gm/coast{ + dir = 8; + icon_state = "beachcorner" + }, +/area/khami_barrens/exterior/driedoasis/bridge) +"czD" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/coffee, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"czU" = ( +/obj/structure/mineral_door/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/south) +"cAc" = ( +/obj/structure/surface/rack, +/obj/item/clothing/glasses/welding, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"cAy" = ( +/turf/open/floor/kutjevo/colors/orange/edge, +/area/khami_barrens/exterior/lz_dunes) +"cAJ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"cAN" = ( +/obj/structure/fence, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"cBl" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"cBn" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"cBX" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"cCc" = ( +/obj/structure/machinery/shower{ + pixel_y = 12 + }, +/obj/structure/machinery/shower{ + pixel_y = 12 + }, +/obj/structure/machinery/shower{ + pixel_y = 12 + }, +/obj/structure/machinery/shower{ + pixel_y = 12 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"cDm" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/prop/almayer/computer/PC, +/obj/item/paper/carbon{ + desc = "an unfinished novel describing the dunes outside the window and the local spices"; + name = "unfinished novel" + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"cDV" = ( +/obj/structure/reagent_dispensers/fueltank/gas/methane, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"cEz" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/botany) +"cER" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"cES" = ( +/obj/structure/platform/mineral/sandstone/runed, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/gates) +"cEX" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"cEZ" = ( +/obj/structure/bed/bedroll{ + pixel_y = -13 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/mall) +"cFv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/kutjevo/colors/orange/edge{ + dir = 6 + }, +/area/khami_barrens/exterior/lz_dunes) +"cFS" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/reception_storage) +"cGd" = ( +/obj/structure/machinery/shower{ + pixel_y = 12 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"cGh" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"cGl" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"cGr" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 6 + }, +/area/khami_barrens/interior/village/company_offices) +"cGJ" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/mall) +"cHb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"cHk" = ( +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz1_south) +"cHD" = ( +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"cHM" = ( +/obj/item/shard, +/obj/structure/window_frame/kutjevo, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"cHW" = ( +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"cIE" = ( +/obj/structure/machinery/washing_machine{ + pixel_x = 3 + }, +/obj/structure/machinery/washing_machine{ + pixel_x = 3; + pixel_y = 15 + }, +/obj/structure/bedsheetbin{ + pixel_x = 5; + pixel_y = 33 + }, +/turf/open/floor/strata{ + dir = 4; + icon_state = "white_cyan1" + }, +/area/khami_barrens/exterior/lz_dunes) +"cIJ" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 9 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"cIU" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"cJX" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"cKf" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"cKm" = ( +/obj/structure/machinery/washing_machine{ + pixel_x = -5 + }, +/obj/structure/machinery/washing_machine{ + pixel_x = -5; + pixel_y = 15 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small, +/turf/open/floor/strata{ + dir = 4; + icon_state = "white_cyan1" + }, +/area/khami_barrens/exterior/lz_dunes) +"cKO" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"cLr" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/strata{ + dir = 4; + icon_state = "white_cyan1" + }, +/area/khami_barrens/exterior/lz_dunes) +"cLA" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/door/window/westright, +/obj/structure/machinery/door/window/westright{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"cLP" = ( +/obj/structure/closet/l3closet/general, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"cMr" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"cMw" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/strata{ + dir = 4; + icon_state = "white_cyan1" + }, +/area/khami_barrens/exterior/lz_dunes) +"cMJ" = ( +/turf/open/floor/kutjevo/tan/alt_inner_edge{ + dir = 8 + }, +/area/khami_barrens/interior/village/company_offices/east) +"cNG" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"cNL" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/fence, +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"cNS" = ( +/obj/structure/fence, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"cOy" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/east) +"cOJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"cON" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"cPr" = ( +/obj/structure/closet/emcloset, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"cPK" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/village) +"cPP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 8 + }, +/area/khami_barrens/interior/village/mall) +"cPY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices/reception) +"cQh" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"cQv" = ( +/obj/structure/machinery/power/apc/fully_broken, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz2_south) +"cQT" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"cRf" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"cTf" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"cTq" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"cUd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/vehicle/powerloader/jd{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"cUt" = ( +/obj/structure/machinery/landinglight/ds2/delaythree, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"cVf" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/obj/effect/landmark/corpsespawner/security/marshal, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"cVm" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"cVt" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"cVI" = ( +/obj/structure/platform/mineral/sandstone/runed, +/obj/structure/flora/grass/tallgrass/desert{ + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"cVK" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/botany) +"cWV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"cWX" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/village/stage) +"cXk" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/device/healthanalyzer, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"cYn" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/strata{ + icon_state = "white_cyan2" + }, +/area/khami_barrens/exterior/lz_dunes) +"cYY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"cZv" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"daA" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/machinery/door/airlock/sandstone/runed/destroyable{ + name = "\improper Strange Temple" + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"daN" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/structure/prop/brazier, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"daQ" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/village/engineering) +"daY" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"dbd" = ( +/obj/structure/window_frame/kutjevo, +/obj/item/prop/alien/hugger, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"dcy" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"dcL" = ( +/obj/structure/closet/cabinet, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"dcR" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"dcY" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"dde" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"ddt" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"ddz" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"ddJ" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"dec" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"dei" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"deB" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"dfk" = ( +/obj/structure/closet, +/obj/item/storage/fancy/cigar, +/obj/item/tool/lighter/zippo, +/turf/open/floor/kutjevo/colors/cyan/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"dgh" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_pad) +"dgH" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"dhe" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib2" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"dhK" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"dhU" = ( +/obj/structure/fence, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"djg" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"djq" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/shop) +"djW" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/botany) +"dkf" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"dkk" = ( +/obj/structure/bed/chair, +/turf/open/floor/kutjevo/colors/orange/edge{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"dkm" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"dkG" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/bottle/rum{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/reagent_container/food/drinks/drinkingglass, +/obj/item/reagent_container/food/drinks/drinkingglass{ + pixel_x = 7 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"dla" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair, +/turf/open/floor/kutjevo/colors/orange/edge{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"dme" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper_bin, +/obj/item/tool/pen/blue/clicky, +/obj/structure/machinery/door_control{ + id = "seccheck2south"; + name = "Checkpoint South Shutters Control"; + pixel_x = 4; + pixel_y = 9 + }, +/obj/structure/machinery/door_control{ + id = "seccheck2north"; + name = "Checkpoint North Shutters Control"; + pixel_x = -4; + pixel_y = 9 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/checkpoint) +"dmy" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"doi" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright" + }, +/obj/structure/closet/firecloset/full, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"doM" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/kutjevo/colors/orange/edge{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"doY" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 10 + }, +/area/khami_barrens/interior/landing_zone) +"dpf" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"dpG" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/village/botany) +"dpK" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"dpQ" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/computer/med_data/laptop{ + dir = 8; + pixel_y = 10 + }, +/obj/structure/machinery/computer/secure_data{ + dir = 8; + pixel_y = -3 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"dqc" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "researchsouthnorth"; + name = "Checkpoint Shutters" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/colors/cyan, +/area/khami_barrens/interior/research_caves/research) +"dqj" = ( +/obj/structure/showcase, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"dqC" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/checkpoint) +"dqO" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/research_caves) +"drb" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 1; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"drh" = ( +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"dri" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/wy{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/tool/pen{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 6 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"drK" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"drP" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 3 + }, +/obj/structure/closet/l3closet/general{ + layer = 3.01 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"dsf" = ( +/obj/effect/alien/weeds/node, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/resin_caves/deep) +"dsv" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"dsC" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/corpsespawner/colonist/kutjevo/burst, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"dtc" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"dtj" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/tunnels) +"dtn" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "landing stormshutter"; + name = "Stormshutter" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"dtr" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/prop/colony/game{ + pixel_y = 6 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"dtJ" = ( +/obj/structure/closet/coffin/predator, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"dtQ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"dud" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"duq" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering) +"duM" = ( +/obj/structure/largecrate/random, +/obj/structure/largecrate/random{ + pixel_y = 17 + }, +/obj/structure/largecrate/random{ + pixel_x = 3; + pixel_y = -14 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"dvg" = ( +/obj/structure/flora/grass/desert/heavy, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"dwh" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"dwD" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"dwE" = ( +/obj/structure/largecrate, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"dwQ" = ( +/obj/item/reagent_container/food/drinks/drinkingglass{ + pixel_x = -8; + pixel_y = -5 + }, +/obj/item/reagent_container/food/drinks/bottle/kahlua, +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/drinkingglass{ + pixel_x = 8; + pixel_y = -5 + }, +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/research_caves/research) +"dxx" = ( +/obj/structure/machinery/computer/prisoner, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"dxQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/reception_storage) +"dxY" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"dyj" = ( +/turf/open/floor/almayer/research/containment/floor2, +/area/khami_barrens/exterior/lz_dunes) +"dyu" = ( +/obj/structure/machinery/power/apc{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/restaurant) +"dyR" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/exterior/lz_dunes) +"dzy" = ( +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/village/mall) +"dAh" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"dAi" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/restaurant) +"dAt" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"dAN" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/lodge) +"dAP" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"dBt" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/tool/kitchen/knife/butcher, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"dBQ" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"dBR" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"dCn" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering/south) +"dCu" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"dCK" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices/reception) +"dDq" = ( +/obj/structure/closet, +/obj/item/storage/fancy/cigarettes/wypacket, +/obj/item/tool/lighter/zippo/gold, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"dDS" = ( +/turf/closed/wall/almayer/research/containment/wall/north, +/area/khami_barrens/interior/research_caves/research) +"dEf" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/obj/structure/machinery/power/apc{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"dEk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange/edge, +/area/khami_barrens/exterior/lz_dunes) +"dEw" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 5 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"dEz" = ( +/turf/open/floor/almayer/research/containment/floor1, +/area/khami_barrens/exterior/lz_pad) +"dEL" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"dFf" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"dFB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"dFI" = ( +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"dFQ" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 3 + }, +/obj/effect/landmark/survivor_spawner, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/mall) +"dGN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/exterior/lz_dunes) +"dGQ" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib1" + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"dGR" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/snacks/donut/normal{ + pixel_y = 9 + }, +/obj/item/reagent_container/food/snacks/kepler_crisps{ + pixel_x = -9; + pixel_y = 4 + }, +/turf/open/floor/kutjevo/colors/purple, +/area/khami_barrens/interior/village/mall) +"dHe" = ( +/obj/structure/largecrate/supply/medicine/medkits, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"dHk" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering/power) +"dHy" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"dHK" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels) +"dIx" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"dIz" = ( +/obj/structure/window_frame/kutjevo, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "dust2"; + name = "duststorm shutters" + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"dIB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/restaurant) +"dIN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/exterior/lz_dunes) +"dIT" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"dJg" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"dJp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/remains/xeno, +/turf/open/floor/almayer/research/containment/corner_var1{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"dJM" = ( +/obj/structure/largecrate/random/barrel/blue{ + pixel_y = 12 + }, +/obj/structure/largecrate/random/barrel/red{ + pixel_x = -17; + pixel_y = 4 + }, +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/restaurant) +"dKo" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/wy{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/tool/pen{ + pixel_y = 2 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 10 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"dKv" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"dLx" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 4; + layer = 3.01 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"dLF" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"dMd" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"dMl" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/computer{ + pixel_x = 10 + }, +/obj/structure/machinery/computer/med_data/laptop{ + pixel_x = -7 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"dMu" = ( +/turf/closed/wall/almayer/research/containment/wall/south, +/area/khami_barrens/interior/research_caves/research) +"dMx" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"dMZ" = ( +/obj/structure/machinery/conveyor{ + dir = 1; + id = "sciencereq" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"dNk" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"dNS" = ( +/obj/structure/bed/chair/wood/wings, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"dNW" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"dOV" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"dPG" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"dPH" = ( +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/rancher_residence) +"dQa" = ( +/obj/structure/flora/grass/desert/heavygrass_1, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"dQv" = ( +/obj/structure/closet/cabinet, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"dQB" = ( +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"dRb" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"dRm" = ( +/obj/structure/prop/dam/crane/damaged{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"dRw" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"dSd" = ( +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/exterior/telecomm/lz1_north) +"dSM" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/lodge) +"dSO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"dSQ" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + layer = 2.99; + pixel_x = 5; + pixel_y = 1 + }, +/obj/structure/machinery/computer/secure_data{ + dir = 1; + layer = 3; + pixel_x = -10; + pixel_y = -3 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"dSR" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"dTo" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"dTZ" = ( +/obj/item/reagent_container/glass/bucket/mopbucket, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields) +"dUg" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/weapon/gun/revolver/small, +/obj/item/ammo_magazine/revolver/small, +/obj/item/ammo_magazine/revolver/small, +/turf/open/floor/kutjevo/grey/plate, +/area/khami_barrens/interior/hunting_lodge) +"dUz" = ( +/obj/structure/machinery/power/apc, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"dVx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/closet/crate/ammo, +/obj/item/ammo_box/magazine/shotgun/buckshot, +/obj/item/storage/beer_pack, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"dVG" = ( +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_y = 11 + }, +/obj/structure/machinery/computer/med_data/laptop{ + dir = 4; + layer = 3; + pixel_y = -2 + }, +/obj/structure/surface/table/woodentable/poor, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/reception_storage) +"dVK" = ( +/obj/effect/decal/cleanable/flour{ + name = "Banana Cream" + }, +/obj/effect/decal/cleanable/flour{ + name = "Banana Cream" + }, +/obj/effect/decal/cleanable/flour{ + name = "Banana Cream" + }, +/obj/effect/decal/cleanable/flour{ + name = "Banana Cream" + }, +/mob/living/simple_animal/hostile/retaliate/clown{ + desc = "Gonzo is a working mining man. Even his contract with the Honkmother can't keep him afloat in this economy. Nothing has been the same since the 2120 3WE silicon crisis."; + dir = 1; + health = 10000; + move_to_delay = 2; + name = "Gonzo the Magnificent"; + rapid = 1 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/oob/dev_room) +"dVU" = ( +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"dWx" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices/east) +"dWB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/reception_storage) +"dXi" = ( +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/turf/open/gm/dirt, +/area/khami_barrens/exterior/lz_pad) +"dXx" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/south) +"dYv" = ( +/obj/item/clipboard, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"dZi" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"eaX" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"eaY" = ( +/obj/structure/barricade/wooden, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/restaurant) +"eaZ" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "cavecheckpoint2" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"ebe" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/green, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"ebk" = ( +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"ebl" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 8; + layer = 3.01 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4; + pixel_x = -7; + pixel_y = -14 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"ebJ" = ( +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"eca" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin{ + pixel_y = 6 + }, +/obj/item/tool/pen, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"ecg" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/landing_zone) +"ecu" = ( +/obj/structure/bed/chair/wood/wings, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"ecP" = ( +/obj/structure/barricade/handrail/sandstone{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"ecS" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/tunnels/auxillary) +"ecY" = ( +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz1_north) +"edP" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper/crumpled{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/item/toy/deck{ + pixel_x = -6 + }, +/obj/item/toy/dice{ + pixel_x = 6 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"eeh" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"eet" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/checkpoint) +"eeH" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"eff" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"efr" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"efz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"efL" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"efU" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/shuttle/dropship/flight/lz2, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"egj" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/weapon/gun/pistol/m1911{ + pixel_x = -10; + pixel_y = 12 + }, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/tool/pen{ + pixel_x = -10; + pixel_y = 5 + }, +/turf/open/floor/kutjevo/colors/orange/edge{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"egF" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"ehB" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"ehK" = ( +/obj/structure/platform/mineral/sandstone/runed{ + pixel_x = 5 + }, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/basin) +"ehM" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"ehV" = ( +/obj/structure/machinery/conveyor{ + dir = 1; + id = "sciencereq" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/closet/fireaxecabinet{ + pixel_x = -32 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"ein" = ( +/obj/effect/landmark/queen_spawn, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"eiU" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/kutjevo/colors/red/inner_corner, +/area/khami_barrens/interior/checkpoint) +"ejh" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"ejl" = ( +/obj/structure/cargo_container/ferret/left, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"ejp" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields) +"ejz" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/shoes/black{ + pixel_y = -6 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"elc" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"elU" = ( +/obj/structure/machinery/power/apc{ + dir = 8; + start_charge = 0 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/east) +"emG" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"emJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"emU" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/checkpoint) +"eoq" = ( +/obj/effect/landmark/corpsespawner/freelancer, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"eoA" = ( +/obj/structure/closet/firecloset/full, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"epP" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"eqe" = ( +/obj/structure/surface/rack, +/turf/open/floor/kutjevo/colors/orange/inner_corner, +/area/khami_barrens/exterior/lz_dunes) +"eqx" = ( +/obj/structure/barricade/wooden{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"eqJ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices) +"erb" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/door_control{ + id = "biocontainment"; + name = "Biocontainment Shutters Control" + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"erk" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering/south) +"erw" = ( +/obj/structure/flora/grass/desert/heavygrass_10, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"erx" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/power) +"erL" = ( +/obj/structure/xenoautopsy/tank{ + icon_state = "jarshelf_7" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/inner_corner{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"erM" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"erP" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"erR" = ( +/obj/item/clothing/suit/bio_suit/virology, +/obj/item/clothing/head/bio_hood, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"esc" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"esj" = ( +/obj/structure/machinery/optable, +/obj/effect/landmark/corpsespawner/colonist/kutjevo/burst, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"esC" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/residence/company) +"esK" = ( +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/platform/kutjevo, +/turf/open/gm, +/area/khami_barrens/exterior/village/east) +"etk" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"etw" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/south) +"etJ" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"eud" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"euy" = ( +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"euC" = ( +/obj/structure/surface/rack, +/turf/open/floor/kutjevo/colors/orange/edge{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"evc" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/restaurant) +"evj" = ( +/obj/structure/barricade/handrail/sandstone{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1; + pixel_y = -14 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian" + }, +/obj/item/clothing/suit/armor/yautja_flavor{ + anchored = 1 + }, +/obj/item/clothing/mask/yautja_flavor{ + anchored = 1; + unacidable = 0 + }, +/obj/item/weapon/harpoon/yautja{ + anchored = 1; + name = "Alien Harpoon"; + pixel_x = 6 + }, +/obj/item/clothing/shoes/yautja_flavor{ + anchored = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"evm" = ( +/obj/structure/filingcabinet, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"evp" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"evD" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/flora/grass/tallgrass/desert{ + layer = 2.99 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"evR" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"evW" = ( +/obj/structure/closet/cabinet, +/obj/item/weapon/gun/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"ewe" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"ewE" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/village/company_offices/east) +"ewG" = ( +/obj/structure/prop/static_tank{ + name = "Septic Tank" + }, +/obj/structure/pipes/standard/cap/hidden, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz1_north) +"exf" = ( +/obj/structure/platform_decoration/kutjevo{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"exi" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"exj" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"exm" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"exv" = ( +/obj/structure/largecrate/supply/supplies/metal, +/turf/open/floor/kutjevo/colors/orange/edge{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"exY" = ( +/obj/structure/bed/chair/wood/wings, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/restaurant) +"eyl" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"eyS" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"eyT" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/door_control{ + id = "researchnorthnorth"; + name = "Research Shutter Control North"; + pixel_y = 9 + }, +/obj/structure/machinery/door_control{ + id = "researchnorthsouth"; + name = "Research Shutter Control South"; + pixel_y = 1; + req_access_txt = "3" + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"eza" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"ezq" = ( +/turf/open/floor/kutjevo/colors/purple, +/area/khami_barrens/interior/village/mall) +"ezu" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/marksman_residence) +"ezz" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"ezB" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "cavecheckpoint2" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves/checkpoint) +"ezC" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/welding, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"ezF" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/weapon/gun/rifle/m16, +/obj/item/weapon/gun/rifle/m16, +/obj/item/ammo_magazine/rifle/m16/ap, +/obj/item/ammo_magazine/rifle/m16/ap, +/turf/open/floor/kutjevo/grey/plate, +/area/khami_barrens/interior/hunting_lodge) +"ezO" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering) +"eAm" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"eAE" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"eAQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/exterior/lz_dunes) +"eBp" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/item/ammo_magazine/handful/shotgun/buckshot, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"eBO" = ( +/obj/structure/largecrate/supply/supplies/metal, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"eCg" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/kutjevo/colors/orange/edge{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"eCM" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"eCT" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/south) +"eDc" = ( +/obj/structure/filingcabinet, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"eED" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"eEZ" = ( +/obj/structure/tunnel{ + id = "hole2" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/resin_caves/deep) +"eFr" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"eFt" = ( +/obj/structure/machinery/landinglight/ds1, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"eFK" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + draw_warnings = 0; + icon_state = "hydrotray4" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"eFQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/mall) +"eGl" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"eGz" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/platform/mineral/sandstone/runed{ + layer = 2.98 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"eGF" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/checkpoint) +"eHc" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/village/residence/company) +"eHi" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/lodge) +"eHD" = ( +/obj/structure/platform_decoration/kutjevo, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"eIT" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering/south) +"eJX" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"eKF" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_container/food/snacks/grown/wheat, +/obj/item/reagent_container/food/snacks/grown/wheat, +/obj/item/reagent_container/food/snacks/grown/wheat, +/obj/item/reagent_container/food/snacks/grown/wheat, +/obj/item/reagent_container/food/snacks/grown/wheat, +/obj/item/reagent_container/food/snacks/grown/wheat, +/obj/item/reagent_container/food/snacks/grown/wheat, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"eKZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"eLa" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices/east) +"eLz" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/item/hardpoint/locomotion/van_wheels, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"eMn" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"eMr" = ( +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/obj/item/weapon/gun/pistol/holdout/flashlight, +/obj/item/ammo_magazine/pistol/holdout, +/obj/item/ammo_magazine/pistol/holdout, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"eMG" = ( +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian" + }, +/obj/item/clothing/shoes/yautja_flavor{ + anchored = 1 + }, +/turf/open/floor/strata{ + color = "#5e5d5d"; + icon_state = "multi_tiles" + }, +/area/khami_barrens/interior/ruin_caves) +"eMI" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/red/tile, +/area/khami_barrens/interior/landing_zone) +"eNq" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/village/stage) +"eOP" = ( +/obj/structure/machinery/door/poddoor/almayer{ + id = "checkpointnorthsouth"; + name = "Research Checkpoint Shutters" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"ePb" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/obj/effect/landmark/corpsespawner/pmc/burst, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company/east) +"ePf" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/platform/mineral/sandstone/runed{ + layer = 2.98 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"ePq" = ( +/obj/effect/landmark/corpsespawner/scientist, +/obj/item/weapon/gun/pistol/holdout/flashlight, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"ePX" = ( +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"eQd" = ( +/obj/structure/flora/grass/desert/heavygrass_7, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"eQf" = ( +/obj/item/tool/kitchen/knife, +/obj/item/tool/kitchen/utensil/fork{ + pixel_x = 7 + }, +/obj/item/tool/kitchen/utensil/spoon{ + pixel_x = -8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"eQi" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"eQs" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"eQN" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"eQQ" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/east) +"eRf" = ( +/obj/structure/flora/grass/desert/heavygrass_6{ + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"eRv" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/med/south) +"eSh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/case/double{ + pixel_y = 15 + }, +/obj/structure/largecrate/random/case{ + pixel_x = 7 + }, +/obj/structure/largecrate/random/mini{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/floor/kutjevo/colors/orange/edge{ + dir = 8 + }, +/area/khami_barrens/exterior/lz_dunes) +"eTa" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 6 + }, +/area/khami_barrens/interior/village/company_offices) +"eTC" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"eTZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"eUd" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"eUy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/mall) +"eUL" = ( +/turf/closed/wall/kutjevo/rock/border, +/area/khami_barrens/interior/oob) +"eUN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"eVo" = ( +/obj/structure/flora/grass/desert/heavygrass_2, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"eVJ" = ( +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels) +"eVT" = ( +/obj/structure/machinery/landinglight/ds1, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"eWi" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering/south) +"eWk" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"eWu" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib5" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"eWQ" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1 + }, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1; + pixel_x = 1 + }, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8; + pixel_y = -5 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9; + pixel_x = 7; + pixel_y = -15 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"eWR" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz1_south) +"eWX" = ( +/obj/structure/surface/rack, +/turf/open/floor/kutjevo/colors/orange/edge{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"eXe" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz1_south) +"eYz" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"eYN" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 8 + }, +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/exterior/lz_pad) +"eZh" = ( +/obj/structure/closet/coffin/woodencrate, +/obj/item/reagent_container/food/snacks/grown/tomato, +/obj/item/reagent_container/food/snacks/grown/tomato, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"fae" = ( +/obj/structure/machinery/microwave{ + pixel_y = 3 + }, +/obj/structure/machinery/microwave{ + pixel_y = 15 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"fag" = ( +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"faB" = ( +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 10 + }, +/area/khami_barrens/interior/checkpoint) +"faX" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"fbQ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"fcf" = ( +/obj/structure/largecrate/random, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/scrubland/checkpoint) +"fcw" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"fdg" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"fdh" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "cavecheckpoint1" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"fdu" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering) +"fdA" = ( +/obj/structure/flora/grass/desert/heavygrass_10, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"feh" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/item/prop/alien/hugger, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"feu" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"ffa" = ( +/obj/structure/closet/crate/plastic, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"ffb" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"ffU" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"fge" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/restaurant) +"fgh" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"fgq" = ( +/obj/structure/barricade/handrail/kutjevo, +/obj/effect/landmark/corpsespawner/pmc, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor/wood, +/area/khami_barrens/exterior/driedoasis/bridge) +"fgw" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/east) +"fgK" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"fgS" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/village/west) +"fhp" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"fhy" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"fhE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/photocopier, +/turf/open/floor/kutjevo/colors/orange/edge, +/area/khami_barrens/exterior/lz_dunes) +"fhO" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/village/engineering) +"fim" = ( +/obj/structure/pipes/standard/manifold/fourway/visible, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"fis" = ( +/obj/structure/machinery/power/apc{ + dir = 4; + start_charge = 0 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 8 + }, +/area/khami_barrens/interior/village/company_offices) +"fiw" = ( +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"fix" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"fiC" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"fiX" = ( +/obj/effect/landmark/queen_spawn, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/resin_caves/deep) +"fjb" = ( +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/platform_decoration/kutjevo{ + dir = 1 + }, +/turf/open/gm, +/area/khami_barrens/exterior/village/east) +"fje" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"fkd" = ( +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/residence/company) +"fkI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange/edge{ + dir = 8 + }, +/area/khami_barrens/exterior/lz_dunes) +"fkJ" = ( +/obj/structure/platform/kutjevo/smooth, +/obj/structure/barricade/handrail/kutjevo{ + layer = 3.01 + }, +/turf/open/gm/coast{ + dir = 8 + }, +/area/khami_barrens/exterior/driedoasis/bridge) +"flh" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/kutjevo/colors/orange/edge, +/area/khami_barrens/exterior/lz_dunes) +"flp" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"flE" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/structure/flora/grass/tallgrass/desert{ + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"flS" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering/south) +"fmD" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"fnE" = ( +/obj/structure/flora/grass/desert/heavygrass_8, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"fnO" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"fnQ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibhead" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"fos" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/largecrate/random/barrel/blue{ + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"foG" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"foU" = ( +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"foY" = ( +/obj/structure/machinery/processor, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"fpx" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering) +"fqD" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/company_offices/reception) +"fsi" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"fsn" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/obj/structure/barricade/wooden, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"fsH" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"ftc" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"ftw" = ( +/obj/structure/closet/secure_closet/hydroponics, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"ftQ" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibhead" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"fup" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/structure/mineral_door/resin, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"fvm" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"fxb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"fxd" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"fxj" = ( +/obj/structure/surface/rack, +/turf/open/floor/kutjevo/colors/orange/inner_corner{ + dir = 8 + }, +/area/khami_barrens/exterior/lz_dunes) +"fxq" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/map/kutjevo_map, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"fxB" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering) +"fxM" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"fyR" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibhead" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"fza" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/research_caves/checkpoint) +"fzd" = ( +/obj/structure/platform/kutjevo, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"fzR" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"fAa" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/south) +"fAn" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"fAq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 8 + }, +/area/khami_barrens/interior/village/company_offices/east) +"fAI" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"fBf" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"fBq" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"fBt" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/bridge) +"fBu" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering/south) +"fBv" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"fBC" = ( +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"fCa" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + layer = 2.99; + pixel_x = 5; + pixel_y = 1 + }, +/obj/structure/machinery/computer/secure_data{ + dir = 1; + layer = 3; + pixel_x = -10; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"fCs" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"fCQ" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "checkpointnorthnorth"; + name = "Research Checkpoint Shutters" + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"fCU" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"fDv" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 11 + }, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/mall) +"fDD" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"fDE" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves) +"fDG" = ( +/obj/item/clipboard, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"fEM" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/purple, +/area/khami_barrens/interior/village/mall) +"fFv" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = -10 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"fFF" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/south) +"fGl" = ( +/obj/structure/closet, +/obj/item/spacecash/c100, +/obj/item/tool/lighter/zippo, +/turf/open/floor/kutjevo/colors/cyan/inner_corner, +/area/khami_barrens/interior/research_caves/research) +"fGS" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1; + pixel_y = -14 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"fHf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices) +"fHu" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"fIc" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"fIu" = ( +/obj/structure/flora/grass/desert/heavygrass_2, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"fIE" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"fIL" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"fIQ" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"fJC" = ( +/obj/structure/closet/secure_closet/scientist, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"fJF" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"fKf" = ( +/obj/structure/machinery/shower{ + pixel_y = 12 + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 4.11 + }, +/obj/structure/machinery/door/window{ + dir = 2; + layer = 4.11 + }, +/obj/structure/curtain/shower, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/residence/company) +"fKy" = ( +/obj/item/reagent_container/glass/bucket/mopbucket, +/obj/item/reagent_container/food/snacks/grown/wheat, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields) +"fKS" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/landmark/corpsespawner/pmc, +/obj/item/attachable/bayonet/co2, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"fLd" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/village/engineering/power) +"fLh" = ( +/obj/docking_port/stationary/marine_dropship/lz2{ + name = "Cargo Landing Zone" + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"fLi" = ( +/obj/structure/filingcabinet, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"fLn" = ( +/obj/structure/closet/secure_closet, +/obj/item/weapon/gun/rifle/m16, +/obj/item/ammo_magazine/rifle/m16, +/obj/item/ammo_magazine/rifle/m16, +/obj/item/ammo_magazine/rifle/m16, +/obj/item/ammo_magazine/rifle/m16/ap, +/obj/item/storage/pouch/magazine/large/m16, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"fLu" = ( +/obj/structure/closet/cabinet, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"fMm" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/box/drinkingglasses, +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/research_caves/checkpoint) +"fMn" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company/east) +"fMo" = ( +/obj/structure/surface/rack, +/obj/item/tool/extinguisher/pyro/atmos_tank, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"fMp" = ( +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/obj/structure/platform/kutjevo{ + dir = 8; + layer = 2.95 + }, +/turf/open/gm/dirt, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"fMU" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/ashtray/plastic, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"fNi" = ( +/obj/structure/closet/cabinet, +/obj/item/tool/lighter/zippo/gold, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"fNl" = ( +/obj/structure/machinery/door/poddoor/railing{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"fND" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"fNV" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"fNX" = ( +/obj/structure/stairs/perspective/kutjevo{ + icon_state = "p_stair_full" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/landing_zone) +"fOk" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/obj/structure/sink{ + pixel_y = 24 + }, +/obj/structure/sink{ + pixel_y = 24 + }, +/obj/structure/sink{ + pixel_y = 24 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/residence/company) +"fOw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves) +"fOA" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"fOR" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/item/prop/helmetgarb/spent_buckshot, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"fOX" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"fPC" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/bridge) +"fPD" = ( +/obj/structure/surface/rack, +/turf/open/floor/kutjevo/colors/orange/inner_corner{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"fQe" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/village/company_offices) +"fQI" = ( +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"fQQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"fRw" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/bridge) +"fRA" = ( +/obj/structure/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"fRC" = ( +/obj/structure/closet/secure_closet/marshal, +/obj/effect/landmark/corpsespawner/security/marshal, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/checkpoint) +"fSl" = ( +/obj/effect/alien/weeds/node, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"fSO" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib5" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"fTM" = ( +/obj/structure/stairs/perspective/kutjevo{ + icon_state = "p_stair_full" + }, +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/hunting_lodge) +"fTT" = ( +/turf/open/gm/coast{ + dir = 4 + }, +/area/khami_barrens/exterior/driedoasis/gates) +"fUF" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 6 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"fUU" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 1; + pixel_y = 2 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"fVg" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/village) +"fVE" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"fVT" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"fWz" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/inner_corner{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"fWZ" = ( +/obj/structure/platform_decoration/kutjevo{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"fXR" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"fYc" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"fYS" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 8 + }, +/area/khami_barrens/interior/village/mall) +"fYV" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"fZY" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/company_offices/east) +"gav" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"gaF" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"gaL" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 8; + id = "seccheck3west"; + name = "Security Checkpont West Shutters" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"gce" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"gcF" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/wood/large_stack{ + pixel_y = 6 + }, +/obj/item/stack/sheet/wood/large_stack, +/turf/open/floor/kutjevo/colors/orange/inner_corner{ + dir = 8 + }, +/area/khami_barrens/exterior/lz_dunes) +"gcI" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"gcS" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"gdu" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 10 + }, +/area/khami_barrens/interior/village/company_offices) +"gdv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"gea" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"geh" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"gei" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering/south) +"gfp" = ( +/obj/structure/barricade/handrail/wire, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields) +"gfz" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"gfS" = ( +/obj/structure/machinery/power/apc{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"gfT" = ( +/obj/effect/landmark/corpsespawner/security/marshal, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/scrubland/checkpoint) +"ggu" = ( +/obj/effect/landmark/corpsespawner/freelancer, +/obj/item/weapon/twohanded/spear, +/turf/open/floor/kutjevo/grey/plate, +/area/khami_barrens/interior/hunting_lodge) +"ggP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/landmark/corpsespawner/colonist/kutjevo/burst, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"ghi" = ( +/obj/structure/barricade/handrail/kutjevo{ + dir = 1 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"ghr" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"ghx" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/tool/pen, +/obj/item/paper_bin/uscm{ + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"gjn" = ( +/obj/structure/flora/grass/desert/heavygrass_8, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"gjQ" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"gkB" = ( +/obj/structure/platform/mineral/sandstone/runed{ + pixel_x = -2 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6; + pixel_x = -7; + pixel_y = 7 + }, +/obj/structure/platform/mineral/sandstone/runed, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 4; + pixel_y = 5 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"gkF" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"gkW" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"glh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"glI" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"glR" = ( +/obj/structure/closet/secure_closet/scientist, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"gmc" = ( +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"gmh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/tile, +/area/khami_barrens/interior/village/mall) +"gmj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"gmv" = ( +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian" + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"gmG" = ( +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/power) +"gmR" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"gnq" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"gnr" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels) +"gnu" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/tunnels) +"gnR" = ( +/obj/structure/platform/kutjevo{ + dir = 1 + }, +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/turf/open/gm/dirt, +/area/khami_barrens/exterior/lz_pad) +"goa" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"gon" = ( +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"gpb" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"gpc" = ( +/obj/structure/machinery/microwave, +/obj/structure/surface/table/woodentable/poor, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"gpl" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/restaurant) +"gps" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"gpH" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/lodge) +"gpX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/closet/crate/construction, +/obj/item/tool/weldingtool/largetank, +/obj/item/storage/belt/utility/full, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"gqw" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"gqM" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"grJ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/rancher_residence) +"grN" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibmid1" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"gsb" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/oob) +"gsf" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 8; + icon_state = "p_stair_full" + }, +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 8; + icon_state = "p_stair_full"; + pixel_x = -8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"gtD" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/village) +"guH" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"guV" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/ashtray/glass, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"guZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"gvj" = ( +/obj/structure/closet/radiation, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"gvm" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/drinks/flask, +/obj/item/reagent_container/food/drinks/flask, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"gvP" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields) +"gwm" = ( +/obj/item/clothing/mask/cigarette/cigar/cohiba, +/obj/item/clothing/head/bio_hood, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"gwn" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"gwM" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"gxW" = ( +/obj/structure/barricade/wooden{ + dir = 4; + pixel_y = 4 + }, +/obj/item/weapon/broken_bottle{ + pixel_x = -28; + pixel_y = 21 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 8 + }, +/area/khami_barrens/interior/village/restaurant) +"gyc" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 4; + layer = 3.01 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/basin) +"gye" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/inner_corner, +/area/khami_barrens/interior/hunting_lodge) +"gyh" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 4 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/basin) +"gyB" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 8 + }, +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 8; + pixel_y = 14 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"gzh" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib1" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"gzq" = ( +/obj/structure/barricade/handrail/kutjevo, +/turf/open/floor/wood, +/area/khami_barrens/exterior/driedoasis/bridge) +"gAe" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"gBu" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/tunnels) +"gBx" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/power) +"gBG" = ( +/obj/structure/machinery/vending/dinnerware, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"gCe" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4; + pixel_x = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4; + pixel_x = 8; + pixel_y = -15 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"gCq" = ( +/turf/open/gm/coast{ + dir = 4; + icon_state = "beachcorner" + }, +/area/khami_barrens/exterior/driedoasis/bridge) +"gCF" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/interior/ruin_caves) +"gCJ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/structure/fence, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"gCM" = ( +/obj/structure/xenoautopsy/tank/alien, +/turf/open/floor/kutjevo/colors/cyan/edge, +/area/khami_barrens/interior/research_caves/research) +"gCV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"gDE" = ( +/obj/structure/platform/kutjevo, +/obj/structure/platform/kutjevo{ + dir = 4; + pixel_y = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"gDW" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"gEf" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"gEJ" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/weapon/gun/flamer, +/turf/open/floor/kutjevo/grey/plate, +/area/khami_barrens/interior/hunting_lodge) +"gEM" = ( +/obj/structure/machinery/vending/walkman, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/mall) +"gEP" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/tunnels) +"gFc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/company_offices/reception) +"gFl" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"gFv" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"gFM" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"gFS" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"gGt" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/exterior/telecomm/lz1_north) +"gGC" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"gGF" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"gHG" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"gHP" = ( +/obj/structure/filingcabinet, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"gII" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"gJb" = ( +/obj/structure/machinery/portable_atmospherics/powered/pump{ + name = "dehumidifier" + }, +/obj/structure/pipes/standard/cap/visible{ + dir = 8 + }, +/obj/structure/pipes/standard/cap/visible/scrubbers{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"gJg" = ( +/obj/structure/platform/mineral/sandstone/runed{ + layer = 2.98 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"gJp" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/residence/company/east) +"gJA" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/exterior/lz_dunes) +"gLn" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_x = 7; + pixel_y = 17 + }, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/tool/pen, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"gMq" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"gMJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/tunnels) +"gNT" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"gOm" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8; + pixel_x = -8; + pixel_y = 7 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8; + pixel_x = -8; + pixel_y = -14 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"gPr" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_pad) +"gPM" = ( +/obj/item/tool/wet_sign, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"gQr" = ( +/obj/structure/fence, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"gQv" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "cavecheckpoint1" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves/checkpoint) +"gRt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"gRA" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"gRI" = ( +/obj/structure/machinery/vending/cigarette/colony, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"gRQ" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 4 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/basin) +"gRY" = ( +/obj/structure/surface/rack, +/obj/item/tool/weldingtool/largetank, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"gTb" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"gTE" = ( +/obj/effect/decal/cleanable/flour{ + name = "Banana Cream" + }, +/obj/item/reagent_container/food/snacks/pie, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/oob/dev_room) +"gUH" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 6 + }, +/area/khami_barrens/exterior/lz_dunes) +"gUM" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"gVh" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/rancher_residence) +"gVk" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"gWx" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"gWE" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"gWW" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"gWZ" = ( +/turf/open/gm/coast{ + dir = 4; + icon_state = "beachcorner" + }, +/area/khami_barrens/exterior/driedoasis/gates) +"gXc" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/snacks/syndicake{ + pixel_y = 10 + }, +/obj/item/reagent_container/food/snacks/syndicake{ + pixel_y = 3 + }, +/turf/open/floor/kutjevo/colors/purple, +/area/khami_barrens/interior/village/mall) +"gXt" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/machinery/disposal/deliveryChute{ + dir = 1 + }, +/obj/structure/barricade/handrail/kutjevo{ + layer = 3.01 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 4 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/driedoasis/gates) +"gXB" = ( +/obj/structure/surface/rack, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/breath/medical, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"gXW" = ( +/obj/structure/flora/grass/desert/heavy, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"gYa" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"gYv" = ( +/obj/structure/platform/kutjevo/smooth, +/obj/structure/barricade/handrail/kutjevo{ + layer = 3.01 + }, +/turf/open/gm/river, +/area/khami_barrens/exterior/driedoasis/bridge) +"gYx" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"gZw" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"hau" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"haw" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"haz" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"haO" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/botany) +"hbi" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/wy{ + pixel_y = 7 + }, +/obj/item/tool/pen, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/hunting_lodge) +"hbo" = ( +/obj/structure/barricade/handrail/sandstone/b{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1; + pixel_y = -14 + }, +/obj/structure/barricade/handrail/sandstone/b{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"hby" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"hbL" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"hcw" = ( +/obj/structure/closet/cabinet, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"hcM" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/flour{ + name = "Banana Cream" + }, +/obj/item/reagent_container/food/snacks/pie, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/oob/dev_room) +"hcW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 6 + }, +/area/khami_barrens/exterior/lz_dunes) +"hdG" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"hec" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"her" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"heD" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/tunnels/auxillary) +"heS" = ( +/obj/structure/xenoautopsy/tank{ + icon_state = "jarshelf_7" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge, +/area/khami_barrens/interior/research_caves/research) +"hfp" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"hfD" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/light, +/obj/item/ammo_magazine/handful/shotgun/buckshot, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"hgd" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"hgs" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/residence) +"hhP" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"hhU" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves) +"hib" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"hiL" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"hiN" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"hiP" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/chem_dispenser/soda/beer, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"hiV" = ( +/obj/structure/closet/secure_closet/marshal, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"hjE" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields) +"hkc" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/research_caves/checkpoint) +"hki" = ( +/obj/structure/machinery/power/apc{ + dir = 4; + start_charge = 0 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"hko" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 6 + }, +/area/khami_barrens/exterior/lz_dunes) +"hkI" = ( +/turf/closed/wall/almayer/research/containment/wall/east, +/area/khami_barrens/interior/research_caves/research) +"hlh" = ( +/obj/structure/machinery/gibber, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"hlT" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/shop) +"hlW" = ( +/obj/structure/fence, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"hmm" = ( +/turf/open/floor/kutjevo/tan/alt_inner_edge{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/east) +"hmn" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"hmz" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal/med_large_stack, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"hmA" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibhead" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/restaurant) +"hnD" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal/med_large_stack, +/obj/item/stack/sheet/metal/med_small_stack{ + pixel_y = 5 + }, +/turf/open/floor/kutjevo/colors/orange/inner_corner{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"hnL" = ( +/obj/structure/machinery/light, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"hnU" = ( +/obj/structure/window_frame/kutjevo, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/restaurant) +"hoi" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"hoD" = ( +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"hpD" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/village/residence/company/east) +"hpN" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/rancher_residence) +"hpX" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 8; + id = "seccheck3east"; + name = "Security Checkpont West Shutters" + }, +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/checkpoint) +"hqq" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 4; + pixel_y = -14 + }, +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"hqz" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/gates) +"hqJ" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/village/residence/company/east) +"hqM" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering/power) +"hrn" = ( +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/gates) +"hrs" = ( +/obj/structure/flora/grass/desert/heavygrass_8, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"hrw" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/residence) +"hrU" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"hsn" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/tunnels) +"hsp" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"hsr" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ashtray/plastic{ + pixel_y = 10 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 6 + }, +/area/khami_barrens/exterior/lz_dunes) +"hsJ" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"htm" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"htq" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"hty" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"hue" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"huO" = ( +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/stairs/perspective/kutjevo{ + dir = 8; + icon_state = "p_stair_ew_half_cap" + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"huX" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"hvp" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/snacks/flour{ + pixel_x = 4 + }, +/obj/item/reagent_container/food/snacks/flour{ + pixel_x = -5 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"hvz" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"hvL" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"hvU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"hwa" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 6 + }, +/area/khami_barrens/exterior/lz_dunes) +"hwB" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/flora/grass/tallgrass/desert{ + layer = 2.99 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"hwR" = ( +/turf/open/floor/kutjevo/colors/cyan/edge, +/area/khami_barrens/interior/research_caves/research) +"hxe" = ( +/obj/structure/machinery/microwave, +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"hxh" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/south) +"hxH" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 1 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/gates) +"hxP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"hyB" = ( +/obj/structure/platform/kutjevo{ + layer = 2.95 + }, +/obj/structure/platform/kutjevo{ + dir = 8; + layer = 2.95 + }, +/turf/open/gm/dirt, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"hza" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"hzx" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/kutjevo/colors/orange/inner_corner, +/area/khami_barrens/exterior/lz_dunes) +"hzX" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/colors/red/tile, +/area/khami_barrens/exterior/lz_dunes) +"hAP" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/botany) +"hBh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"hBJ" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/snacks/grown/apple/poisoned{ + name = "rotten apple" + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"hCX" = ( +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"hDt" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/tunnels) +"hDP" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/shop) +"hDU" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company/east) +"hEx" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 8 + }, +/area/khami_barrens/interior/village/company_offices/east) +"hEA" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_sn_full_cap" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"hEM" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 10 + }, +/area/khami_barrens/interior/landing_zone) +"hES" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"hET" = ( +/obj/item/clipboard, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"hFc" = ( +/obj/effect/spawner/random/tool, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"hFh" = ( +/obj/structure/flora/grass/desert/heavy, +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"hFA" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"hFO" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"hHe" = ( +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/platform/kutjevo{ + pixel_x = -4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"hHD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"hIi" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 5; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"hIG" = ( +/obj/item/tool/wet_sign{ + pixel_x = -14 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"hJI" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/bridge) +"hKE" = ( +/obj/structure/machinery/power/apc{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz1_south) +"hKO" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"hLf" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"hLO" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 1; + layer = 2.98 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"hMj" = ( +/obj/structure/machinery/power/apc/fully_broken/no_cell{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz1_north) +"hMw" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company) +"hML" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "biocontainment"; + name = "Biocontainment Shutters" + }, +/turf/open/floor/kutjevo/colors/cyan, +/area/khami_barrens/interior/research_caves/research) +"hNf" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/lodge) +"hNG" = ( +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"hOm" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"hOE" = ( +/obj/structure/machinery/chem_master, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"hOK" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"hOP" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"hPd" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"hPi" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = 8; + pixel_y = 22 + }, +/obj/item/reagent_container/food/drinks/cans/beer, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"hPq" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/drinkingglass{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"hPC" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/ashtray/plastic{ + pixel_x = -6; + pixel_y = -7 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 8 + }, +/area/khami_barrens/interior/village/restaurant) +"hQs" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"hQM" = ( +/obj/item/prop/alien/hugger, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"hQW" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"hRg" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/computer/cameras{ + pixel_x = 7 + }, +/obj/structure/machinery/computer/secure_data{ + pixel_x = -10 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"hRI" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/ashtray/plastic, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"hSr" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"hSX" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/alt_inner_edge, +/area/khami_barrens/interior/village/company_offices/east) +"hTf" = ( +/obj/structure/filingcabinet/security, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/hunting_lodge) +"hTs" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"hTA" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/storage/fancy/cigar, +/obj/item/tool/lighter/zippo, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"hTT" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"hUI" = ( +/obj/structure/machinery/vending/hydronutrients, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"hUK" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/kitchen/tray, +/obj/item/tool/kitchen/tray{ + pixel_y = 6 + }, +/obj/item/trash/plate{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"hVk" = ( +/obj/structure/bed/chair/wood/wings, +/obj/effect/landmark/corpsespawner/wygoon, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"hVz" = ( +/obj/structure/closet/l3closet/general, +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/research_caves/checkpoint) +"hVJ" = ( +/obj/structure/closet/firecloset/full, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering/power) +"hWE" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"hWT" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 9 + }, +/area/khami_barrens/interior/village/company_offices) +"hXf" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib6" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"hXk" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering) +"hXE" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/exterior/village/east) +"hXY" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"hYi" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"hYr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"hYF" = ( +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/interior/ruin_caves) +"hZG" = ( +/obj/structure/closet/emcloset, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"hZL" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"hZQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"hZZ" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/microwave, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"iaa" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"ian" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"iaJ" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"iaO" = ( +/obj/structure/flora/grass/tallgrass/desert{ + layer = 2.99 + }, +/obj/structure/flora/grass/tallgrass/desert{ + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"iba" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/lodge) +"iby" = ( +/turf/open/gm/coast{ + dir = 4; + icon_state = "beachcorner2" + }, +/area/khami_barrens/exterior/driedoasis/basin) +"icK" = ( +/obj/structure/bed/chair/wood/wings, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"idr" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"idv" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"idE" = ( +/turf/open/floor/almayer/research/containment/floor2, +/area/khami_barrens/exterior/telecomm/lz1_north) +"ieJ" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"ieL" = ( +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 9 + }, +/area/khami_barrens/interior/checkpoint) +"ieZ" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"ifc" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone) +"ifl" = ( +/obj/structure/closet/coffin/woodencrate, +/obj/item/toy/snappop, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"ifI" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"ifX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"iga" = ( +/obj/structure/machinery/power/apc{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"igc" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"igt" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"igP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors/purple, +/area/khami_barrens/interior/village/mall) +"igR" = ( +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"ihg" = ( +/obj/structure/machinery/body_scanconsole, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"ihD" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves) +"ihM" = ( +/obj/structure/bed/chair/wood/wings, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"ihW" = ( +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"iiz" = ( +/obj/effect/landmark/corpsespawner/wygoon, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"iiK" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/exterior/lz_dunes) +"ilN" = ( +/obj/item/prop/alien/hugger, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"imh" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"imw" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering/power) +"imE" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/company_offices) +"iny" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"inE" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 6 + }, +/area/khami_barrens/exterior/lz_dunes) +"inF" = ( +/obj/structure/machinery/chem_master, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"ioP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"ipd" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/village/residence/west) +"ipm" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"ipI" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"ipN" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/glass/watertank, +/obj/item/device/analyzer/plant_analyzer, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"ipT" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"iqI" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/village/mall) +"iqX" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"iqZ" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"ise" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"isf" = ( +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/village) +"isi" = ( +/obj/effect/landmark/corpsespawner/engineer, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering) +"isR" = ( +/turf/open/gm/coast{ + dir = 6 + }, +/area/khami_barrens/exterior/driedoasis/basin) +"itq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"itx" = ( +/obj/structure/machinery/light, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/tunnels) +"itR" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/snacks/spagetti, +/obj/item/reagent_container/food/snacks/spagetti, +/obj/item/reagent_container/food/snacks/spagetti, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"itX" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"iuR" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 6 + }, +/area/khami_barrens/exterior/lz_dunes) +"ivM" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"iwh" = ( +/obj/effect/alien/weeds/node, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/tunnels) +"iwp" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/almayer/research/containment/floor2, +/area/khami_barrens/interior/landing_zone) +"iwR" = ( +/obj/structure/barricade/handrail/kutjevo, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibarm" + }, +/turf/open/floor/wood, +/area/khami_barrens/exterior/driedoasis/bridge) +"ixH" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + pixel_y = -2 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"ixM" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"iyn" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"iyq" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/reagent_dispensers/water_cooler/stacks{ + density = 0; + pixel_x = -10; + pixel_y = 9 + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"iyr" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"iyu" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"iyZ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"izN" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/kitchen/knife, +/obj/item/reagent_container/food/drinks/milk{ + pixel_x = 6 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"iAk" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/ashtray/glass, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"iAR" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"iAT" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"iAW" = ( +/obj/item/ammo_box/magazine/shotgun/buckshot/empty, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/wood, +/area/khami_barrens/exterior/driedoasis/bridge) +"iBN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"iBU" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/hunting_lodge) +"iBV" = ( +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"iCE" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices/east) +"iCS" = ( +/obj/item/ammo_magazine/revolver/small, +/obj/item/weapon/gun/revolver/small, +/obj/item/weapon/gun/revolver/small, +/obj/effect/landmark/corpsespawner/security/marshal, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"iDq" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"iDw" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels) +"iDY" = ( +/obj/structure/barricade/handrail/sandstone/b{ + dir = 8 + }, +/obj/structure/barricade/handrail/sandstone/b, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"iEK" = ( +/obj/structure/filingcabinet, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"iEL" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"iEU" = ( +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"iFe" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"iFw" = ( +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields) +"iFO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/hunting_lodge) +"iGx" = ( +/obj/structure/closet/secure_closet/security/standard, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"iGJ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"iGV" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"iHN" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"iIq" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"iIG" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 13 + }, +/obj/structure/barricade/wooden{ + dir = 4; + pixel_y = 4 + }, +/obj/item/ammo_magazine/handful/shotgun/buckshot, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"iJb" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering) +"iJj" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"iJp" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 8 + }, +/area/khami_barrens/interior/village/mall) +"iJz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"iKl" = ( +/obj/structure/machinery/bioprinter{ + stored_metal = 1000 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"iKL" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"iKV" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/uscm, +/obj/item/tool/pen, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"iKW" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"iKY" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"iLU" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 1; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"iNO" = ( +/obj/structure/cargo_container/ferret/mid, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"iNV" = ( +/obj/structure/surface/rack, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"iOh" = ( +/obj/structure/closet, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"iOn" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"iOB" = ( +/obj/structure/xenoautopsy/tank/broken, +/turf/open/floor/kutjevo/colors/cyan/edge, +/area/khami_barrens/interior/research_caves/research) +"iOH" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"iOK" = ( +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/scrubland/checkpoint) +"iPr" = ( +/obj/effect/decal/sand_overlay/sand1{ + pixel_y = 14 + }, +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + dir = 1; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + layer = 2.98; + name = "Eternal guardian"; + pixel_y = 3 + }, +/obj/item/clothing/suit/armor/yautja_flavor{ + anchored = 1; + layer = 2.98; + pixel_y = 3 + }, +/obj/item/weapon/harpoon/yautja{ + anchored = 1; + layer = 2.97; + name = "Alien Harpoon"; + pixel_x = -7 + }, +/obj/structure/barricade/handrail/sandstone, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"iPS" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/exterior/lz_dunes) +"iQb" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin, +/obj/item/tool/pen, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"iQc" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"iRf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/exterior/lz_dunes) +"iSa" = ( +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/obj/structure/platform/kutjevo{ + dir = 8; + layer = 2.95 + }, +/obj/structure/platform/kutjevo{ + layer = 2.95 + }, +/turf/open/gm/dirt, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"iSh" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/research_caves/research) +"iSw" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"iSJ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"iSQ" = ( +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/exterior/lz_dunes) +"iSY" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper_bin/uscm{ + pixel_y = 3 + }, +/obj/item/tool/pen, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/reception_storage) +"iTI" = ( +/obj/structure/platform/kutjevo{ + dir = 4; + layer = 2.95 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/gm/dirt, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"iUb" = ( +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"iUp" = ( +/obj/structure/filingcabinet, +/turf/open/floor/kutjevo/colors/red/inner_corner, +/area/khami_barrens/interior/checkpoint) +"iUr" = ( +/turf/closed/wall/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/resin_caves/deep) +"iUy" = ( +/obj/structure/closet/l3closet/general, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"iVa" = ( +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 4; + pixel_y = 14 + }, +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 4 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"iVJ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/bridge) +"iWz" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"iWL" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"iXp" = ( +/obj/structure/machinery/conveyor_switch{ + id = "sciencereq" + }, +/obj/structure/machinery/conveyor_switch{ + id = "sciencereq" + }, +/obj/structure/machinery/conveyor_switch{ + id = "sciencereq" + }, +/obj/structure/machinery/conveyor_switch{ + id = "sciencereq" + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"iXZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"iYa" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"iYE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"iZl" = ( +/obj/structure/pipes/standard/cap/hidden, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz1_north) +"iZy" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/interior/ruin_caves) +"jaf" = ( +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/exterior/scrubland/checkpoint) +"jan" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"jaH" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"jaM" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/checkpoint) +"jaN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"jaT" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper_bin{ + pixel_y = 6 + }, +/obj/item/tool/pen, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"jbf" = ( +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"jbA" = ( +/turf/closed/wall/almayer/research/containment/wall/corner, +/area/khami_barrens/interior/research_caves/research) +"jbF" = ( +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"jbL" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"jbV" = ( +/obj/item/ammo_box/magazine/shotgun/buckshot/empty, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"jcr" = ( +/obj/structure/floodgate, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/gates) +"jcv" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"jcw" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"jcF" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"jcL" = ( +/obj/structure/window_frame/kutjevo, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"jcM" = ( +/obj/effect/landmark/survivor_spawner, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/mall) +"jcQ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/prop/magazine/boots/n054{ + pixel_y = 7 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"jdt" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"jdF" = ( +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels/auxillary) +"jeq" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"jeI" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"jfr" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/village/company_offices/east) +"jfX" = ( +/obj/structure/machinery/vending/hydronutrients, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"jgu" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"jgR" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"jgW" = ( +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"jhf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"jhh" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"jic" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/prop/flower_vase/redwhiteflowers{ + pixel_x = -6; + pixel_y = 9 + }, +/obj/item/prop/almayer/handheld1{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/ashtray/plastic{ + pixel_x = -12 + }, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/exterior/lz_dunes) +"jig" = ( +/obj/structure/machinery/vending/coffee, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"jik" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"jjf" = ( +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/village/east) +"jjs" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"jjM" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"jjY" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 4; + icon_state = "p_stair_full"; + pixel_x = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"jkv" = ( +/obj/structure/largecrate/supply/supplies/flares, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"jkF" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/reception_storage) +"jkZ" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_y = 32 + }, +/obj/structure/closet/firecloset/full, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"jlV" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"jng" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/barricade/wooden{ + dir = 8 + }, +/obj/item/prop/helmetgarb/spent_buckshot, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"jnq" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"jnw" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/machinery/door/poddoor/almayer/open{ + name = "Auxillary Tunnel Shutters" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/tunnels) +"jnS" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"job" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/surgical_tray, +/obj/item/storage/box/bodybags{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/device/autopsy_scanner, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"joj" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/microwave{ + pixel_y = 8 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"joD" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/botany) +"jpA" = ( +/obj/structure/machinery/vending/dinnerware, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"jra" = ( +/obj/structure/flora/grass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"jrf" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"jrj" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"jrR" = ( +/obj/structure/machinery/vending/dinnerware, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"jsm" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"jsM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"jsN" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/village/residence/west) +"jsS" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/glass/medium_stack, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"jti" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"jtz" = ( +/obj/effect/decal/sand_overlay/sand1{ + pixel_y = 14 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + dir = 1; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + layer = 2.98; + name = "Eternal guardian"; + pixel_y = 3 + }, +/obj/structure/barricade/handrail/sandstone{ + dir = 8 + }, +/obj/item/clothing/suit/armor/yautja_flavor{ + anchored = 1; + layer = 2.98; + pixel_y = 3 + }, +/obj/structure/barricade/handrail/sandstone, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"jui" = ( +/obj/effect/landmark/queen_spawn, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/south) +"juj" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 8 + }, +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 8; + pixel_y = -14 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"juH" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"jvg" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"jvr" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap" + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/barricade/wooden, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"jwj" = ( +/turf/open/gm/coast{ + dir = 5 + }, +/area/khami_barrens/exterior/driedoasis/basin) +"jwA" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/prop/cash_register/broken, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"jxm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"jxq" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med) +"jyg" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"jyn" = ( +/obj/structure/closet/l3closet/general, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"jyu" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"jyF" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"jyO" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"jyR" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"jzc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"jzg" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"jzL" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"jzW" = ( +/turf/open/gm/coast{ + dir = 1; + icon_state = "beachcorner" + }, +/area/khami_barrens/exterior/driedoasis/bridge) +"jAp" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"jAu" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/barricade/handrail/sandstone{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"jAy" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"jAz" = ( +/obj/structure/machinery/vending/walkman, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"jAD" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/residence) +"jAG" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"jAU" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/tunnels/auxillary) +"jBV" = ( +/obj/structure/platform/kutjevo/smooth, +/obj/structure/barricade/handrail/kutjevo{ + layer = 3.01 + }, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 4; + pixel_y = 5 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/bridge) +"jCn" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"jCs" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/gates) +"jCP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/barricade/handrail/sandstone{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"jCQ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"jDo" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/tunnels) +"jDv" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/village) +"jDG" = ( +/obj/effect/alien/weeds/node, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"jDQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"jDX" = ( +/obj/structure/barricade/metal{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/mall) +"jEy" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"jEB" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"jEF" = ( +/obj/effect/landmark/corpsespawner/freelancer, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"jEK" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices) +"jEM" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"jFa" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/processor{ + desc = "It CAN blend it."; + icon_state = "blender_e"; + name = "Blendomatic"; + pixel_x = -2; + pixel_y = 10 + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"jFz" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"jGc" = ( +/turf/open/gm/coast, +/area/khami_barrens/exterior/driedoasis/bridge) +"jGd" = ( +/obj/structure/machinery/chem_dispenser, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"jGo" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"jGF" = ( +/obj/structure/window_frame/kutjevo/reinforced, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med) +"jHi" = ( +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"jIe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"jJh" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"jJu" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"jJP" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"jKg" = ( +/obj/structure/machinery/power/apc{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"jKv" = ( +/turf/open/floor/kutjevo/colors/orange/edge{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"jKH" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/prop/helmetgarb/prescription_bottle{ + pixel_x = 11; + pixel_y = 27 + }, +/obj/structure/machinery/computer/emails{ + dir = 4; + pixel_y = 3 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"jLv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"jMe" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"jMk" = ( +/obj/structure/morgue/crematorium{ + id = "clinic" + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"jMu" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 4; + layer = 3.01 + }, +/turf/closed/wall/kutjevo/rock/border, +/area/khami_barrens/interior/oob) +"jMH" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/uscm{ + pixel_y = 3 + }, +/obj/item/tool/pen, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"jNa" = ( +/obj/docking_port/stationary/marine_dropship/lz1{ + name = "Passenger Landing Zone" + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_pad) +"jNF" = ( +/obj/structure/coatrack{ + pixel_x = 10 + }, +/obj/structure/coatrack{ + pixel_x = -6 + }, +/obj/item/clothing/under/liaison_suit/blazer{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"jOe" = ( +/obj/structure/machinery/power/apc{ + dir = 4; + start_charge = 0 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels) +"jOg" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/power) +"jOh" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"jOK" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering/south) +"jPa" = ( +/obj/structure/filingcabinet, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"jPc" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"jPd" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"jPr" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/helmet/marine/veteran/van_bandolier, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"jPB" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/gates) +"jQh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/reception_storage) +"jQK" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/hunting_lodge) +"jRi" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"jRD" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"jSe" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices) +"jSV" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"jTi" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"jTk" = ( +/obj/structure/platform/mineral/sandstone/runed, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 4; + pixel_y = 5 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/gates) +"jTw" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/item/prop/helmetgarb/spent_buckshot, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"jTz" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/pipes/standard/cap/visible{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"jTL" = ( +/obj/structure/machinery/shower{ + dir = 4 + }, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"jTO" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"jUe" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"jUT" = ( +/obj/item/xeno_egg, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"jVl" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"jVm" = ( +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med) +"jVI" = ( +/obj/structure/surface/rack, +/obj/item/tank/oxygen/red, +/obj/item/tank/oxygen/red, +/obj/item/tank/oxygen/red, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"jXI" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"jZm" = ( +/obj/structure/largecrate/random/mini{ + pixel_x = -17; + pixel_y = 7 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"jZr" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"jZD" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib1" + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"kai" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"kaB" = ( +/obj/structure/bed/bedroll{ + dir = 1; + pixel_y = 22 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"kaO" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"kaS" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/mineral_door/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/south) +"kbe" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/gates) +"kbj" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"kbz" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/village/west) +"kbP" = ( +/obj/structure/machinery/portable_atmospherics/powered/pump{ + name = "dehumidifier" + }, +/obj/structure/pipes/standard/cap/visible{ + dir = 8 + }, +/obj/structure/pipes/standard/cap/visible/scrubbers{ + dir = 1 + }, +/obj/structure/pipes/standard/cap/visible/scrubbers, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"kcP" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/chem_dispenser/soda/beer{ + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"kdA" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/photocopier, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/exterior/lz_dunes) +"keb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/south) +"ken" = ( +/obj/effect/decal/cleanable/flour{ + name = "Banana Cream" + }, +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light/small{ + dir = 1; + flickering = 1 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/oob/dev_room) +"keJ" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"kff" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels) +"kfp" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"kfB" = ( +/obj/structure/barricade/handrail/sandstone/b{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8; + pixel_x = -4 + }, +/obj/structure/barricade/handrail/sandstone/b, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"kfR" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "landing stormshutter"; + name = "Stormshutter" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"kgf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 5 + }, +/area/khami_barrens/interior/village/company_offices) +"kgu" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/mall) +"kgy" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/mall) +"kgz" = ( +/obj/structure/machinery/power/apc{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"kgN" = ( +/obj/item/tool/pen, +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/uscm, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"khg" = ( +/obj/effect/landmark/corpsespawner/doctor, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med) +"khh" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz1_north) +"khM" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"khY" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 4 + }, +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 4; + pixel_y = -14 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"khZ" = ( +/obj/structure/platform_decoration/kutjevo, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"kiq" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/bridge) +"kiJ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 8; + name = "Auxillary Tunnel Shutters" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/tunnels/auxillary) +"kiK" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/hunting_lodge) +"kiT" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"kjs" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/drinkingglass{ + pixel_x = -8; + pixel_y = -5 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + pixel_x = 8; + pixel_y = -5 + }, +/obj/item/reagent_container/food/drinks/bottle/kahlua, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"kjE" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"kjU" = ( +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"klB" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"klD" = ( +/obj/structure/filingcabinet{ + pixel_x = -7; + pixel_y = 3 + }, +/obj/structure/filingcabinet{ + pixel_x = 8; + pixel_y = 3 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 6 + }, +/area/khami_barrens/exterior/lz_dunes) +"klJ" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 4; + layer = 3.01 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"klL" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "researchsupply"; + name = "Supply Shutters" + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"kms" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"kmB" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"knj" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields) +"knF" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9; + layer = 2.99 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"kod" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"koi" = ( +/obj/structure/fence, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"kou" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8; + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/clothing/head/bio_hood, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"koI" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/landing_zone) +"kpJ" = ( +/obj/structure/platform_decoration/kutjevo{ + dir = 1 + }, +/obj/structure/platform/kutjevo, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"kpX" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/hunting_lodge) +"kqd" = ( +/obj/structure/prop/static_tank{ + name = "Filter Tank" + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"kqA" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"kqI" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/structure/fence, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"kqL" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"kqO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"kre" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"krw" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/crema_switch{ + id = "clinic"; + pixel_x = -7 + }, +/obj/item/storage/box/bodybags{ + pixel_x = 5; + pixel_y = 2 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"ksc" = ( +/obj/structure/bed/chair/wood/wings, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"ksq" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"kst" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"ksW" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/village/company_offices) +"ktg" = ( +/obj/structure/bed/chair/wood/wings, +/obj/item/weapon/gun/rifle/m16, +/obj/item/ammo_magazine/rifle/m16/ap, +/obj/effect/landmark/corpsespawner/freelancer, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"ktJ" = ( +/obj/structure/machinery/vending/cigarette, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"kug" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib5" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"kvd" = ( +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"kwe" = ( +/turf/closed/wall/almayer/research/containment/wall/corner{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"kwA" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"kwE" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"kxg" = ( +/obj/structure/disposalpipe/up, +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/marksman_residence) +"kxp" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"kxS" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"kxY" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibmid1" + }, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"kym" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"kzq" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib6" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"kzF" = ( +/obj/effect/landmark/survivor_spawner, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"kzO" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors/red/inner_corner, +/area/khami_barrens/interior/research_caves/research) +"kzV" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"kAa" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/obj/structure/fence, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"kAg" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company/east) +"kAu" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company) +"kAV" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"kAW" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"kBy" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/exterior/lz_dunes) +"kBN" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/prop/dam/truck/damaged{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"kCp" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"kCJ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"kDU" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"kDY" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"kEa" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"kEh" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"kEj" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"kFj" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/tool/pen{ + pixel_x = -10; + pixel_y = 5 + }, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/exterior/lz_dunes) +"kFT" = ( +/obj/structure/janitorialcart, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"kFZ" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"kGq" = ( +/obj/structure/surface/rack, +/obj/item/storage/box/beakers, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"kGP" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"kGU" = ( +/obj/structure/reagent_dispensers/ethanoltank, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"kGV" = ( +/obj/item/weapon/gun/boltaction, +/obj/item/ammo_magazine/rifle/boltaction, +/obj/effect/landmark/corpsespawner/freelancer, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"kHg" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"kHj" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"kHs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/restaurant) +"kIg" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/toy/deck/uno, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"kIk" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"kIn" = ( +/obj/structure/closet/bodybag, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med) +"kIo" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields) +"kIM" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/exterior/lz_dunes) +"kIX" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/obj/item/reagent_container/food/condiment/enzyme, +/obj/item/reagent_container/food/condiment/enzyme, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"kJf" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"kJK" = ( +/obj/structure/surface/rack, +/obj/item/tank/oxygen/red, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"kJQ" = ( +/obj/structure/surface/rack, +/obj/item/storage/fancy/cigar, +/obj/item/tool/lighter/zippo/gold, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"kKc" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/shop) +"kMh" = ( +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian" + }, +/obj/item/clothing/suit/armor/yautja_flavor, +/obj/item/clothing/shoes/yautja_flavor{ + anchored = 1 + }, +/obj/item/clothing/mask/yautja_flavor, +/obj/item/weapon/harpoon/yautja{ + anchored = 1; + name = "Alien Harpoon"; + pixel_x = -6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"kMt" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"kMA" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"kMH" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/reception_storage) +"kMU" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/exterior/lz_dunes) +"kNk" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"kNq" = ( +/obj/structure/closet/secure_closet/guncabinet, +/turf/open/floor/kutjevo/grey/plate, +/area/khami_barrens/interior/hunting_lodge) +"kNN" = ( +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"kOj" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"kOs" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"kOI" = ( +/obj/structure/tunnel{ + id = "hole3" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"kPp" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1; + pixel_y = -14 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1; + pixel_x = -7; + pixel_y = -14 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"kPY" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/checkpoint) +"kQD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/south) +"kQF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 6 + }, +/area/khami_barrens/exterior/lz_dunes) +"kQY" = ( +/turf/open/floor/almayer/research/containment/floor2, +/area/khami_barrens/interior/hunting_lodge) +"kRi" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"kRt" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"kRZ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"kSj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/mall) +"kSn" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/botany) +"kSr" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper_bin, +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"kSs" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"kSz" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"kSC" = ( +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/exterior/lz_dunes) +"kSR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 6 + }, +/area/khami_barrens/exterior/lz_dunes) +"kSY" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ashtray/plastic{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 6 + }, +/area/khami_barrens/exterior/lz_dunes) +"kTO" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"kTP" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/gates) +"kUp" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"kUL" = ( +/obj/structure/platform/mineral/sandstone/runed, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 4; + pixel_y = 5 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/basin) +"kVa" = ( +/obj/structure/surface/rack, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"kVu" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"kVJ" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/landing_zone) +"kVM" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"kVZ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 6 + }, +/area/khami_barrens/exterior/lz_dunes) +"kWu" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"kXk" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"kXx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"kXN" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/coffeecup, +/obj/structure/machinery/computer/cameras/wooden_tv{ + pixel_y = 28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"kYz" = ( +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"kYK" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "seccheck2south"; + name = "Security Checkpont South Shutters" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"kZu" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"kZK" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"kZR" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"lap" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/mall) +"laB" = ( +/obj/effect/landmark/monkey_spawn, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"laZ" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/inner_corner, +/area/khami_barrens/interior/research_caves/checkpoint) +"lbI" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone) +"lbN" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"lbP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"lci" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"lcA" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/barricade/wooden, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"lcS" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"lcY" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/chocolatecakeslice, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"ldu" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med) +"ldL" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/residence/west) +"ldT" = ( +/obj/structure/machinery/vending/walkman, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"lex" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"lez" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/village) +"leX" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"lfe" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices) +"lfo" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib1" + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/bridge) +"lfO" = ( +/obj/structure/bed/chair/wood/wings, +/turf/open/floor/kutjevo/tan/alt_inner_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"lgr" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"lgt" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/village) +"lgu" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 10 + }, +/area/khami_barrens/interior/village/company_offices/east) +"lgD" = ( +/turf/open/gm/coast{ + dir = 1; + icon_state = "beachcorner" + }, +/area/khami_barrens/exterior/driedoasis/basin) +"lid" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"lio" = ( +/obj/structure/machinery/vending/snack/packaged, +/turf/open/floor/kutjevo/colors/orange/inner_corner{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"liZ" = ( +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"ljp" = ( +/obj/structure/window_frame/kutjevo, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "dust1"; + name = "duststorm shutters" + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"ljP" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/interior/ruin_caves) +"ljZ" = ( +/obj/structure/bed/chair, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"lkG" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/strata{ + dir = 4; + icon_state = "white_cyan1" + }, +/area/khami_barrens/exterior/lz_dunes) +"llb" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/obj/item/reagent_container/food/condiment/enzyme, +/obj/item/reagent_container/food/condiment/enzyme, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"llj" = ( +/obj/structure/closet/l3closet/general, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"lln" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"lmc" = ( +/turf/closed/wall/mineral/sandstone/runed/force_blend, +/area/khami_barrens/interior/ruin_caves) +"lmL" = ( +/obj/structure/surface/rack, +/obj/item/storage/bag/plants, +/obj/item/tool/scythe, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"lni" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 4 + }, +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/exterior/lz_pad) +"lnr" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"loh" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"lol" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"loJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"loV" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"lpf" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/tunnels/auxillary) +"lpr" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 8; + pixel_y = 14 + }, +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 8 + }, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"lpD" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"lpT" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"lpU" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib2" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"lqI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"lqK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"lrs" = ( +/obj/item/weapon/baseballbat/metal{ + pixel_x = -21; + pixel_y = 22 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"lrO" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"lsk" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/gates) +"lsu" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/snacks/grown/wheat, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"lsw" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/village) +"lsW" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"lus" = ( +/obj/structure/barricade/handrail/kutjevo{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"luw" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"lvc" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"lvm" = ( +/obj/item/prop/alien/hugger, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"lvC" = ( +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/reception_storage) +"lvZ" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib6" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/shop) +"lwp" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"lxA" = ( +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/checkpoint) +"lxG" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"lxN" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/book/manual/chef_recipes, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"lxY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/research/containment/corner{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"lyi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"lyq" = ( +/obj/structure/bedsheetbin, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/hunting_lodge) +"lyQ" = ( +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"lzp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"lzC" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/village) +"lzQ" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"lzU" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"lzZ" = ( +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"lAn" = ( +/obj/structure/tunnel{ + id = "hole2" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/south) +"lAF" = ( +/obj/structure/sign/safety/debark_lounge{ + pixel_x = 7 + }, +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"lAN" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering) +"lAV" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"lBo" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"lBT" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/machinery/door/airlock/sandstone/runed/destroyable{ + name = "\improper Strange Temple" + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"lCq" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"lCL" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 6 + }, +/area/khami_barrens/interior/hunting_lodge) +"lDe" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"lDu" = ( +/obj/structure/coatrack{ + pixel_x = 10 + }, +/obj/structure/coatrack{ + pixel_x = -6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/under/liaison_suit/suspenders{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/clothing/under/liaison_suit/charcoal{ + pixel_x = 9; + pixel_y = 6 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"lDF" = ( +/obj/structure/sign/poster/propaganda{ + pixel_x = -32 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"lDR" = ( +/obj/structure/bed/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/corpsespawner/doctor, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/south) +"lEe" = ( +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"lEx" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz2_south) +"lEz" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"lFq" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"lFF" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "seccheck2north"; + name = "Security Checkpont South Shutters" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"lFI" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"lFZ" = ( +/obj/item/clothing/head/bio_hood, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"lGg" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz2_south) +"lGl" = ( +/turf/open/gm/coast, +/area/khami_barrens/exterior/driedoasis/basin) +"lGv" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"lGA" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"lGG" = ( +/obj/effect/landmark/corpsespawner/pmc, +/obj/item/ammo_magazine/handful/shotgun/buckshot, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor/wood, +/area/khami_barrens/exterior/driedoasis/bridge) +"lGZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz2_south) +"lHk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge, +/area/khami_barrens/interior/research_caves/research) +"lHG" = ( +/turf/open/gm/coast{ + dir = 8 + }, +/area/khami_barrens/exterior/driedoasis/basin) +"lIc" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/south) +"lIN" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/village/stage) +"lIT" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"lJS" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 8 + }, +/area/khami_barrens/interior/village/company_offices/east) +"lKa" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"lKl" = ( +/obj/item/prop/alien/hugger, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"lKs" = ( +/obj/structure/flora/grass/desert{ + icon_state = "heavygrass_6" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"lKE" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"lKI" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/hunting_lodge) +"lKM" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"lKO" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"lKV" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"lLP" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/ashtray/plastic, +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"lLV" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"lMu" = ( +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone) +"lML" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"lNj" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/condiment/sugar{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -11; + pixel_y = 14 + }, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -5; + pixel_y = 14 + }, +/obj/item/trash/plate{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"lNA" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"lNO" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"lOi" = ( +/obj/structure/closet, +/obj/item/weapon/gun/rifle/m16, +/obj/item/weapon/gun/rifle/m16, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"lOp" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering) +"lOv" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"lOY" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"lPc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"lPh" = ( +/obj/vehicle/multitile/van{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"lPm" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/tunnels) +"lPq" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"lPB" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/door_control{ + id = "cavecheckpoint1"; + name = "West Shutter Control"; + pixel_y = 9 + }, +/obj/structure/machinery/door_control{ + id = "cavecheckpoint2"; + name = "East Shutter Control"; + pixel_y = 1; + req_access_txt = "3" + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"lPU" = ( +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"lQh" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 4 + }, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"lQI" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering/south) +"lQT" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 9 + }, +/area/khami_barrens/interior/village/company_offices/east) +"lQZ" = ( +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/ruins) +"lRf" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"lRs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"lSg" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"lSq" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/khami_barrens/exterior/telecomm/lz2_south) +"lSr" = ( +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"lSv" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"lSC" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"lSW" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"lTP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"lUg" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"lUM" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"lVc" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "checkpointnorthnorth"; + name = "Research Checkpoint Shutters" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"lVh" = ( +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"lVr" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/shop) +"lWa" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"lWe" = ( +/obj/structure/pipes/standard/manifold/visible, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med) +"lWl" = ( +/obj/structure/machinery/flasher{ + alpha = 1; + id = "Containment Cell 2"; + layer = 2.1; + name = "Mounted Flash"; + pixel_y = 30 + }, +/obj/structure/machinery/light/containment{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"lWn" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/landing_zone) +"lWJ" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"lWN" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/checkpoint) +"lWW" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 8; + icon_state = "p_stair_ew_full_cap" + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"lXo" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"lXI" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"lYc" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"lZg" = ( +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/landing_zone) +"lZh" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/exterior/telecomm/lz2_north) +"lZA" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"lZN" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz2_south) +"lZV" = ( +/turf/open/floor/kutjevo/colors/cyan/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"mak" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"maT" = ( +/obj/structure/closet/cabinet, +/obj/item/tool/lighter/zippo/gold, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"maV" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering) +"mbE" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/checkpoint) +"mci" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering) +"mcr" = ( +/obj/structure/plasticflaps, +/obj/structure/machinery/conveyor{ + dir = 1; + id = "sciencereq" + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"mcu" = ( +/obj/structure/window_frame/kutjevo/reinforced, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering/south) +"mcw" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"mcy" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"mcD" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"mdm" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/checkpoint) +"mem" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + draw_warnings = 0; + icon_state = "hydrotray4" + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"mfa" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 6; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"mfc" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"mfh" = ( +/obj/structure/sign/poster/propaganda{ + pixel_y = 32 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"mfv" = ( +/obj/structure/bed/bedroll{ + dir = 5 + }, +/obj/item/prop/colony/usedbandage{ + dir = 4; + pixel_x = -11; + pixel_y = -18 + }, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/mall) +"mgc" = ( +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/checkpoint) +"mhe" = ( +/obj/structure/machinery/power/apc, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"mhi" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"mhL" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1 + }, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8; + pixel_y = -5 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/basin) +"miR" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/ashtray/bronze, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"mjh" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/checkpoint) +"mju" = ( +/obj/structure/platform/kutjevo{ + dir = 1 + }, +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/turf/open/gm, +/area/khami_barrens/exterior/village/east) +"mjK" = ( +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/head/welding, +/obj/item/tool/weldingtool, +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/surface/rack, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"mkl" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"mlg" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices) +"mlL" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"mmC" = ( +/obj/item/bedsheet/ce, +/obj/structure/bed, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"mmE" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"mmJ" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/hunting_lodge) +"mnv" = ( +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/tunnels) +"mnS" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 10 + }, +/area/khami_barrens/interior/village/company_offices/east) +"mnV" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 14 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/stage) +"mom" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"mpb" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"mpj" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/residence/west) +"mqM" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"mrF" = ( +/obj/structure/barricade/wooden{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 8 + }, +/area/khami_barrens/interior/village/restaurant) +"mrU" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "researchsouthsouth"; + name = "Checkpoint Shutters" + }, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"msE" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"msM" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"mtU" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/prop{ + desc = "You see inside this science team microwave and notice the remains of a casserole sprayed about the place. Thank god whoever did this probably died."; + icon = 'icons/obj/structures/machinery/kitchen.dmi'; + icon_state = "mwbloodyo"; + name = "messy microwave" + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"muo" = ( +/obj/structure/surface/rack, +/obj/item/storage/large_holster/ceremonial_sword/full, +/obj/item/storage/large_holster/ceremonial_sword/full, +/obj/item/storage/large_holster/ceremonial_sword/full, +/obj/item/storage/large_holster/ceremonial_sword/full, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"muY" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/stage) +"mvr" = ( +/obj/structure/machinery/reagentgrinder{ + pixel_y = 10 + }, +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"mvz" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/structure/flora/grass/tallgrass/desert{ + layer = 2.99 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"mvP" = ( +/obj/structure/largecrate/random/secure, +/obj/structure/largecrate/random/mini/chest{ + pixel_x = 3; + pixel_y = 15 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"mwb" = ( +/obj/structure/barricade/handrail/sandstone/b{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8; + pixel_x = -4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"mwg" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"mwu" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_inner_edge, +/area/khami_barrens/interior/village/company_offices/east) +"mwz" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"myg" = ( +/obj/structure/machinery/power/apc{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"myh" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"myA" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/checkpoint) +"myD" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"mza" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/tunnels/auxillary) +"mAc" = ( +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/obj/structure/platform/kutjevo{ + dir = 4; + layer = 2.95 + }, +/obj/structure/platform/kutjevo{ + layer = 2.95 + }, +/turf/open/gm/dirt, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"mAw" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"mAF" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"mAQ" = ( +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"mAR" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/bottle/absinthe, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"mBu" = ( +/obj/structure/machinery/vending/cola{ + pixel_y = 6 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/stage) +"mBE" = ( +/turf/open/floor/almayer/research/containment/floor1, +/area/khami_barrens/exterior/lz_dunes) +"mBG" = ( +/obj/structure/closet/secure_closet/security/standard, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"mBH" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"mCl" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 10 + }, +/area/khami_barrens/interior/village/mall) +"mCC" = ( +/obj/structure/bed/chair/wood/wings, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"mCS" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"mDO" = ( +/obj/structure/machinery/power/apc, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering) +"mDY" = ( +/obj/structure/closet/secure_closet/freezer/fridge/groceries, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"mEq" = ( +/obj/structure/mineral_door/resin, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/interior/ruin_caves) +"mEG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"mEP" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"mES" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/barricade/wooden, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"mFc" = ( +/obj/structure/bed/portable_surgery, +/obj/item/storage/surgical_tray{ + pixel_x = 7; + pixel_y = 23 + }, +/obj/item/tool/surgery/drapes{ + pixel_x = 9; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood, +/obj/item/prop/colony/usedbandage{ + dir = 1; + pixel_x = -8; + pixel_y = 31 + }, +/obj/item/prop/colony/usedbandage{ + dir = 10; + pixel_x = 13; + pixel_y = 8 + }, +/obj/item/alien_embryo, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/mall) +"mFf" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/prop/flower_vase/bluewhiteflowers{ + pixel_x = 5 + }, +/obj/item/ashtray/plastic{ + pixel_x = -6; + pixel_y = -7 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/stage) +"mFZ" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/gates) +"mGp" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/stage) +"mGA" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"mGN" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"mIN" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"mIZ" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/company_offices/east) +"mJL" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"mKk" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"mKz" = ( +/obj/item/reagent_container/glass/bucket/mopbucket, +/obj/item/tool/mop, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"mKE" = ( +/turf/closed/wall/mineral/sandstone/runed/force_blend, +/area/khami_barrens/interior/oob) +"mLe" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"mLC" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/rancher_residence) +"mLI" = ( +/turf/open/gm/coast{ + dir = 8; + icon_state = "beachcorner2" + }, +/area/khami_barrens/exterior/driedoasis/basin) +"mNo" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/shop) +"mNs" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"mNv" = ( +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"mNV" = ( +/obj/structure/machinery/door_control{ + id = "dust2"; + pixel_y = -32 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"mOs" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"mOE" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"mPe" = ( +/mob/living/simple_animal/cat/Jones{ + dir = 8; + name = "Manyoya" + }, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"mPx" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"mQl" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/ashtray/bronze, +/obj/item/trash/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = 11 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"mQS" = ( +/obj/structure/sign/poster/ad{ + pixel_y = -32 + }, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"mRN" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"mRV" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"mSg" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/power) +"mSi" = ( +/obj/item/bedsheet/ce, +/obj/structure/bed, +/obj/effect/landmark/corpsespawner/freelancer/burst, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"mSN" = ( +/turf/closed/wall/resin, +/area/khami_barrens/interior/ruin_caves/south) +"mTa" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"mTn" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/village/residence) +"mUY" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"mVN" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 10 + }, +/area/khami_barrens/interior/village/mall) +"mVU" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"mWq" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/item/ammo_magazine/shotgun/buckshot, +/turf/open/floor/kutjevo/grey/plate, +/area/khami_barrens/interior/hunting_lodge) +"mWJ" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/resin_caves/deep) +"mWN" = ( +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/khami_barrens/interior/village/stage) +"mWQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"mXG" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"mXO" = ( +/obj/effect/alien/weeds/node, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"mYd" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/microwave, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/shop) +"mYy" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"mZh" = ( +/obj/structure/mineral_door/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/resin_caves) +"mZs" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"mZF" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"mZL" = ( +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 5 + }, +/area/khami_barrens/interior/village/company_offices/east) +"mZO" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"naq" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/exterior/lz_dunes) +"nax" = ( +/obj/structure/platform/mineral/sandstone/runed, +/obj/effect/decal/sand_overlay/sand1{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/effect/decal/sand_overlay/sand1{ + pixel_y = 7 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"naL" = ( +/obj/structure/closet/l3closet/general, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"naV" = ( +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"naX" = ( +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/platform_decoration/kutjevo, +/turf/open/gm, +/area/khami_barrens/exterior/village/east) +"nbe" = ( +/obj/structure/machinery/power/apc{ + dir = 1 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/khami_barrens/interior/hunting_lodge) +"nbi" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"ncj" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/interior/ruin_caves) +"nck" = ( +/obj/structure/fence, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"ncL" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"nef" = ( +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/stairs/perspective/kutjevo{ + dir = 8; + icon_state = "p_stair_ew_half_cap" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"neo" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"neH" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"neV" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"nfL" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"nfW" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"ngp" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/village/stage) +"nhq" = ( +/obj/structure/machinery/vending/dinnerware, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"nhs" = ( +/obj/structure/cargo_container/grant/rightmid, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"nhv" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"nhX" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"nih" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"niG" = ( +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/oob) +"njd" = ( +/obj/structure/platform/kutjevo{ + dir = 8; + pixel_y = 3 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"njj" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/tunnels/auxillary) +"njy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"njE" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/stage) +"nla" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer/research/containment/floor1, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"nly" = ( +/obj/structure/machinery/shower{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"nlG" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/barricade/handrail/sandstone{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1; + pixel_y = -14 + }, +/obj/structure/barricade/handrail/sandstone{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"nma" = ( +/obj/structure/machinery/vending/coffee{ + pixel_y = 7 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/stage) +"nmL" = ( +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz1_north) +"nnv" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"nnF" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"nnR" = ( +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/lodge) +"nnU" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"noz" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"noF" = ( +/obj/structure/cargo_container/lockmart/left, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"noJ" = ( +/obj/structure/machinery/door/window{ + dir = 1; + opacity = 1; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"noO" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"npf" = ( +/obj/structure/prop/brazier, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/hunting_lodge) +"nps" = ( +/obj/structure/closet/secure_closet/freezer/fridge/groceries, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"npx" = ( +/obj/structure/machinery/vending/snack/packaged, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/mall) +"npy" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"npC" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/glass/watertank, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"nqd" = ( +/obj/structure/closet/coffin/woodencrate, +/obj/item/reagent_container/food/snacks/grown/apple/poisoned{ + name = "rotten apple" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"nro" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/hunting_lodge) +"nrR" = ( +/obj/structure/platform/kutjevo/smooth, +/obj/structure/barricade/handrail/kutjevo{ + layer = 3.01 + }, +/turf/open/gm/coast{ + dir = 4 + }, +/area/khami_barrens/exterior/driedoasis/bridge) +"nrU" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"nsc" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"nsd" = ( +/obj/item/tool/pen, +/obj/item/paper_bundle, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"nsq" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"nsV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/village/mall) +"ntm" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields) +"nuf" = ( +/obj/structure/closet/crate/supply, +/obj/item/ammo_box/magazine/misc/mre, +/obj/item/ammo_box/magazine/misc/mre, +/obj/item/ammo_box/magazine/misc/mre, +/obj/item/ammo_box/magazine/misc/mre, +/obj/item/ammo_box/magazine/misc/mre, +/obj/item/ammo_box/magazine/misc/mre, +/obj/item/ammo_box/magazine/misc/mre, +/obj/item/ammo_box/magazine/misc/mre, +/obj/item/ammo_box/magazine/misc/mre, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"nwD" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/reagent_dispensers/water_cooler/stacks{ + pixel_x = -4; + pixel_y = 15 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/stage) +"nxf" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"nxy" = ( +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 5 + }, +/area/khami_barrens/interior/village/company_offices) +"nyv" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/colors/red/tile, +/area/khami_barrens/interior/landing_zone) +"nyL" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"nzF" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"nzJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering) +"nzW" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering) +"nAk" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"nAq" = ( +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"nAD" = ( +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/stage) +"nAP" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/tunnels) +"nAX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/stage) +"nAY" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/item/ammo_magazine/handful/shotgun/buckshot, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"nBg" = ( +/turf/closed/wall/mineral/bone_resin, +/area/khami_barrens/interior/oob) +"nBs" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz2_north) +"nBz" = ( +/obj/structure/sign/poster/ad{ + pixel_x = -32 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"nBP" = ( +/obj/structure/platform/kutjevo{ + dir = 1 + }, +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_pad) +"nDk" = ( +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/turf/open/gm/dirt, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"nDN" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/company_offices/east) +"nEC" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"nFh" = ( +/obj/structure/machinery/light, +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"nFE" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/largecrate/random, +/obj/structure/largecrate/random{ + pixel_y = 18 + }, +/obj/structure/largecrate/random{ + pixel_x = 13; + pixel_y = -13 + }, +/obj/structure/largecrate/random{ + pixel_x = 6; + pixel_y = -30 + }, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = 11 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"nFQ" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"nFV" = ( +/obj/structure/machinery/chem_master, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"nFY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"nGv" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/village/residence/company) +"nGL" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"nGW" = ( +/obj/structure/cargo_container/lockmart/right, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"nHv" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"nHw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 9 + }, +/area/khami_barrens/interior/village/company_offices/east) +"nHI" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields) +"nIa" = ( +/obj/structure/machinery/power/apc{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/botany) +"nIm" = ( +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/turf/open/gm, +/area/khami_barrens/exterior/village/east) +"nIF" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/botany) +"nIR" = ( +/obj/structure/xenoautopsy/tank/larva, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/cyan/edge, +/area/khami_barrens/interior/research_caves/research) +"nJv" = ( +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/bridge) +"nJL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/closet/crate/medical, +/obj/item/stack/medical/advanced/bruise_pack, +/obj/item/stack/medical/advanced/ointment, +/obj/item/stack/medical/splint, +/obj/item/clothing/under/rank/medical, +/obj/item/clothing/under/rank/medical, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"nJM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/village/stage) +"nJX" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"nJZ" = ( +/obj/structure/prop/dam/truck/damaged{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"nKc" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 4; + layer = 3.01 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"nKA" = ( +/obj/structure/platform/kutjevo{ + dir = 8; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"nLw" = ( +/obj/item/prop/alien/hugger{ + pixel_x = 15; + pixel_y = -12 + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/mall) +"nLC" = ( +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"nLO" = ( +/obj/structure/barricade/handrail/sandstone{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1; + pixel_y = -14 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian" + }, +/obj/item/clothing/suit/armor/yautja_flavor, +/obj/item/clothing/shoes/yautja_flavor{ + anchored = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"nLV" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"nMe" = ( +/obj/structure/machinery/power/apc, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"nMq" = ( +/obj/structure/bed, +/obj/item/bedsheet/hop, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"nMG" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"nMI" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"nMK" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/botany) +"nMM" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib1" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"nNt" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"nOm" = ( +/turf/open/floor/kutjevo/colors/yellow, +/area/khami_barrens/interior/village/company_offices/reception) +"nOr" = ( +/obj/structure/machinery/vending/security, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"nPw" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/fence, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"nPC" = ( +/obj/structure/platform/kutjevo{ + dir = 8; + layer = 2.95 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/gm/dirt, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"nQd" = ( +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"nQF" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"nQL" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"nRS" = ( +/obj/structure/flora/grass/desert/heavygrass_1, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/bridge) +"nRT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/stage) +"nRW" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"nRZ" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/khami_barrens/interior/hunting_lodge) +"nSA" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices) +"nTm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/stage) +"nTp" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/engineering/power) +"nTu" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"nTz" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib5" + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/bridge) +"nTH" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"nTP" = ( +/obj/item/trash/crushed_cup{ + pixel_x = -16; + pixel_y = 9 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/stage) +"nUh" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"nUk" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "seccheck1east"; + name = "Security Checkpoint East Shutters" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"nUO" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 8 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/basin) +"nUV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"nUW" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/dry_ramen, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"nUY" = ( +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/platform/kutjevo, +/turf/open/gm, +/area/khami_barrens/exterior/village/east) +"nWi" = ( +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"nWx" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"nWA" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"nWD" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"nWX" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"nXJ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"nXY" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"nYl" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/residence/company/east) +"nYN" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"nYQ" = ( +/obj/item/prop/alien/hugger, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"nYR" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/company_offices/east) +"nZo" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/stage) +"nZs" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"nZJ" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"nZW" = ( +/obj/effect/landmark/corpsespawner/pmc, +/obj/item/attachable/bayonet/co2, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"nZZ" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_container/food/snacks/meat, +/obj/item/reagent_container/food/snacks/meat, +/obj/item/reagent_container/food/snacks/meat, +/obj/item/reagent_container/food/snacks/meat, +/obj/item/reagent_container/food/snacks/meat, +/obj/item/reagent_container/food/snacks/meat, +/obj/item/reagent_container/food/snacks/meat, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"obi" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"obR" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"occ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"ocX" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper_bin{ + pixel_y = 8 + }, +/obj/item/tool/pen, +/obj/item/weapon/gun/pistol/b92fs, +/obj/item/ammo_magazine/pistol/b92fs, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"odg" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/stage) +"odk" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/stage) +"odw" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering/power) +"odD" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 1 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/basin) +"oeb" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"oee" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves/checkpoint) +"oep" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"oeu" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + pixel_x = -1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"oev" = ( +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/south) +"oex" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/microwave{ + pixel_y = 8 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"oeS" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"ofv" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"ogr" = ( +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"ogw" = ( +/obj/item/storage/fancy/vials/random, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"ogV" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/interior/ruin_caves) +"ohl" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"ohT" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"oiP" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"oiX" = ( +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"oiZ" = ( +/obj/structure/mineral_door/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/resin_caves/deep) +"ojg" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"ojw" = ( +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_pad) +"ojL" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/hunting_lodge) +"okz" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/bridge) +"okC" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels/auxillary) +"okE" = ( +/obj/structure/curtain/shower, +/obj/structure/machinery/door/window, +/obj/structure/window/reinforced{ + dir = 1; + layer = 4.09 + }, +/obj/structure/machinery/shower{ + dir = 1; + layer = 4.11 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/company_offices) +"oly" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"olQ" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/interior/ruin_caves) +"omj" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/chem_dispenser/soda{ + density = 0; + pixel_x = 1; + pixel_y = 3; + wrenchable = 0 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"onb" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/grey/plate, +/area/khami_barrens/interior/hunting_lodge) +"onv" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/restaurant) +"opg" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 8 + }, +/area/khami_barrens/interior/village/restaurant) +"opD" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"opV" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"opX" = ( +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/khami_barrens/interior/village/stage) +"oqk" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "seccheck2south"; + name = "Security Checkpont South Shutters" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"oqo" = ( +/obj/effect/decal/cleanable/flour{ + name = "Banana Cream" + }, +/obj/effect/decal/cleanable/flour{ + name = "Banana Cream" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/oob/dev_room) +"oqE" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + pixel_y = -2 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"oqI" = ( +/obj/structure/platform/kutjevo{ + dir = 8; + pixel_y = 3 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"oqM" = ( +/obj/structure/machinery/chem_dispenser/medbay, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"oqP" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"ork" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/stage) +"orY" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "cavecheckpoint2" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves/checkpoint) +"osV" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"osW" = ( +/turf/closed/wall/resin, +/area/khami_barrens/interior/ruin_caves/north) +"otB" = ( +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"otC" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/platform_decoration/kutjevo{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"otQ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"ouA" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/strata{ + color = "#5e5d5d"; + icon_state = "multi_tiles" + }, +/area/khami_barrens/interior/ruin_caves) +"ovm" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/company_offices) +"ovt" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering/south) +"ovu" = ( +/turf/open/floor/kutjevo/colors/red/inner_corner, +/area/khami_barrens/interior/research_caves/checkpoint) +"ovx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/stage) +"ovz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"ovB" = ( +/obj/structure/machinery/vending/cigarette, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"ovD" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"ovJ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"owN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices/east) +"owY" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices/reception) +"oxp" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"oxs" = ( +/obj/structure/cargo_container/ferret/right, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"oxM" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"oxY" = ( +/obj/structure/barricade/handrail/sandstone/b{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8; + pixel_x = -4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"oyk" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/snacks/meatsteak{ + pixel_x = -6; + pixel_y = -9 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"oyq" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"oyy" = ( +/obj/structure/xenoautopsy/tank/broken, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/kutjevo/colors/cyan/edge, +/area/khami_barrens/interior/research_caves/research) +"oyE" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5; + layer = 2.99 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5; + layer = 2.99 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5; + layer = 2.99 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"oyN" = ( +/obj/structure/bed/chair/wood/wings, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"ozl" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 9 + }, +/area/khami_barrens/interior/village/company_offices/east) +"ozY" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"oAs" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 9 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"oAu" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/stage) +"oAD" = ( +/obj/structure/machinery/power/apc, +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/checkpoint) +"oAY" = ( +/obj/effect/landmark/corpsespawner/engineer, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering/south) +"oBt" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"oBQ" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"oBS" = ( +/obj/structure/machinery/computer/med_data/laptop{ + dir = 8; + pixel_y = 10 + }, +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/computer/secure_data{ + dir = 8; + pixel_y = -3 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"oCt" = ( +/obj/structure/platform/kutjevo{ + dir = 1 + }, +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"oDc" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/gates) +"oDl" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company/east) +"oDJ" = ( +/obj/structure/closet/wardrobe/medic_white, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"oDM" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/ashtray/bronze, +/obj/item/trash/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = 11 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"oDW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/shop) +"oEJ" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/obj/effect/landmark/corpsespawner/security/marshal, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/landing_zone) +"oEO" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"oEZ" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"oFj" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"oFp" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/reagentgrinder{ + pixel_y = 9 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"oFv" = ( +/obj/structure/platform/kutjevo{ + dir = 4; + layer = 2.95 + }, +/obj/structure/platform/kutjevo{ + layer = 2.95 + }, +/turf/open/gm/dirt, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"oGn" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/structure/barricade/handrail/sandstone/b{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"oGv" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1 + }, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 4; + pixel_y = -4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"oGw" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"oGT" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"oHh" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9; + layer = 2.99 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"oHL" = ( +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields) +"oHO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"oHW" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/gates) +"oId" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"oIe" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"oJg" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/obj/effect/landmark/corpsespawner/doctor, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/reception_storage) +"oJC" = ( +/obj/item/ammo_box/magazine/shotgun/buckshot/empty, +/turf/open/floor/wood, +/area/khami_barrens/exterior/driedoasis/bridge) +"oJZ" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"oKj" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/exterior/lodge) +"oKz" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"oKW" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 10 + }, +/area/khami_barrens/interior/landing_zone) +"oKX" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"oLm" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"oLu" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"oMp" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"oMx" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"oMK" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz2_north) +"oMP" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"oMW" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"oNs" = ( +/obj/structure/machinery/door/window, +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"oNC" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/pizzabox/vegetable, +/obj/item/reagent_container/food/snacks/vegetablepizzaslice, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"oNE" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"oNS" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"oOe" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 4; + pixel_y = -2 + }, +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 4; + pixel_y = 15 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/village/east) +"oOH" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"oOT" = ( +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz2_north) +"oPe" = ( +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"oPj" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"oQT" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"oRl" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 14 + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/mall) +"oRo" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"oRT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"oSj" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"oSw" = ( +/obj/structure/machinery/vending/cigarette, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"oSQ" = ( +/obj/structure/fence, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_pad) +"oST" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"oSU" = ( +/obj/structure/pipes/standard/manifold/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med) +"oTg" = ( +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices/east) +"oTh" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/obj/structure/flora/grass/desert/heavy{ + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"oTN" = ( +/obj/item/ammo_box/magazine/shotgun/buckshot, +/turf/open/floor/wood, +/area/khami_barrens/exterior/driedoasis/bridge) +"oTW" = ( +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"oUw" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/med/reception_storage) +"oWd" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 5 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"oWf" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields) +"oWk" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"oWz" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/microwave, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"oWC" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/village) +"oWF" = ( +/obj/effect/landmark/monkey_spawn, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/tunnels/auxillary) +"oWS" = ( +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/obj/structure/platform/kutjevo{ + dir = 4; + layer = 2.95 + }, +/obj/structure/platform/kutjevo{ + layer = 2.95 + }, +/turf/open/gm/dirt, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"oXB" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/checkpoint) +"oXQ" = ( +/obj/structure/closet/cabinet, +/obj/item/storage/belt/gun/m4a3/mod88, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"oXX" = ( +/obj/structure/curtain/medical, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"oYf" = ( +/obj/effect/decal/cleanable/flour{ + name = "Banana Cream" + }, +/obj/effect/decal/cleanable/blood, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/oob/dev_room) +"oYp" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"oYv" = ( +/obj/structure/coatrack{ + pixel_x = 10 + }, +/obj/structure/coatrack{ + pixel_x = -6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/under/rank/synthetic/frontier{ + pixel_x = 9; + pixel_y = 6 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"oYK" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 8 + }, +/area/khami_barrens/interior/village/mall) +"oYP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/mall) +"oZd" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"oZl" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"oZC" = ( +/obj/structure/flora/grass/desert/heavygrass_2, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"paa" = ( +/obj/item/bedsheet/ce, +/obj/structure/bed, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"pay" = ( +/turf/closed/wall/mineral/sandstone/runed/decor, +/area/khami_barrens/exterior/ruins) +"paz" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"paR" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves/checkpoint) +"paT" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"pbu" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"pbJ" = ( +/obj/effect/landmark/corpsespawner/doctor, +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med) +"pbK" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"pbP" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"pcs" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices/east) +"pcu" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"pcL" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"pcS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"pdk" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"pdJ" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"pfl" = ( +/obj/structure/closet/secure_closet/freezer/fridge/groceries, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"pfm" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/oob) +"pfu" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"pfE" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"pfL" = ( +/obj/structure/curtain/shower, +/obj/structure/machinery/door/window{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 4.09 + }, +/obj/structure/machinery/shower{ + dir = 1; + layer = 4.11 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/company_offices/east) +"pfN" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"pgs" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "seccheck1west"; + name = "Security Checkpoint East Shutters" + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 6 + }, +/area/khami_barrens/interior/checkpoint) +"pgZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"phm" = ( +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/landing_zone) +"pij" = ( +/turf/open/floor/kutjevo/tan/alt_inner_edge{ + dir = 8 + }, +/area/khami_barrens/interior/village/company_offices) +"pix" = ( +/obj/structure/platform_decoration/kutjevo{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"piH" = ( +/obj/structure/flora/grass/tallgrass/desert{ + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/interior/ruin_caves) +"piL" = ( +/obj/structure/closet/secure_closet/security/standard, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"pjb" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_pad) +"pju" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"pjB" = ( +/obj/structure/platform/kutjevo{ + dir = 1 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/stage) +"pjD" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"pka" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"pkF" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"pkO" = ( +/obj/structure/surface/rack, +/obj/item/tool/minihoe{ + pixel_x = -4 + }, +/obj/item/tool/wirecutters/clippers{ + pixel_y = -2 + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"pkY" = ( +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/hunting_lodge) +"pkZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"ple" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"pmX" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "seccheck2north"; + name = "Security Checkpont South Shutters" + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/checkpoint) +"pnp" = ( +/obj/structure/machinery/vending/dinnerware, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"pnv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"pnQ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"poe" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"poo" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"poZ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"ppC" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + icon_state = "p_stair_full" + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"ppF" = ( +/obj/structure/platform/kutjevo, +/obj/structure/platform/kutjevo{ + dir = 8; + pixel_y = 3 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"pqq" = ( +/obj/structure/platform/kutjevo{ + dir = 1 + }, +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/turf/open/gm, +/area/khami_barrens/exterior/village/east) +"pqv" = ( +/obj/structure/machinery/shower{ + pixel_y = 12 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"pqT" = ( +/obj/item/storage/box/pillbottles, +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"psl" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices/east) +"psN" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"psR" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"ptN" = ( +/obj/item/tool/kitchen/rollingpin, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -4 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 4 + }, +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"puj" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"pus" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"puI" = ( +/obj/structure/platform/kutjevo{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/stage) +"pvo" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/door_control{ + id = "researchsouthnorth"; + name = "Research Shutter Control North"; + pixel_y = 9 + }, +/obj/structure/machinery/door_control{ + id = "researchsouthsouth"; + name = "Research Shutter Control South"; + pixel_y = 1; + req_access_txt = "3" + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"pvr" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_inner_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"pvw" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"pvO" = ( +/obj/item/prop/alien/hugger, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"pvP" = ( +/obj/structure/closet/secure_closet/freezer/fridge/groceries, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/shop) +"pvV" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"pwb" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"pwp" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"pwK" = ( +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"pyu" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"pyw" = ( +/obj/structure/bed/chair/wood/wings, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"pyT" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"pzg" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib2" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"pzx" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"pzy" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"pzz" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"pzD" = ( +/obj/structure/bed/chair/wood/wings, +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"pzK" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"pzT" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"pAa" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields) +"pAe" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"pAi" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/village/company_offices/reception) +"pAq" = ( +/obj/structure/filingcabinet, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/inner_corner, +/area/khami_barrens/interior/research_caves/research) +"pAI" = ( +/obj/structure/platform/kutjevo{ + dir = 1 + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/stage) +"pAN" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"pAS" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels) +"pBp" = ( +/obj/structure/machinery/iv_drip, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"pBI" = ( +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"pCt" = ( +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + dir = 1; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian" + }, +/obj/item/clothing/suit/armor/yautja_flavor{ + anchored = 1 + }, +/obj/item/clothing/shoes/yautja_flavor{ + anchored = 1 + }, +/turf/open/floor/strata{ + color = "#5e5d5d"; + icon_state = "multi_tiles" + }, +/area/khami_barrens/interior/ruin_caves) +"pCy" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_container/food/snacks/candy{ + pixel_y = -4 + }, +/obj/item/reagent_container/food/snacks/candy{ + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"pCQ" = ( +/obj/structure/machinery/power/apc, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"pDV" = ( +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"pDW" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"pEi" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"pFi" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med) +"pFp" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/restaurant) +"pFK" = ( +/obj/structure/closet/cabinet, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"pGs" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/village) +"pGy" = ( +/obj/structure/platform_decoration/kutjevo{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"pGF" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"pGO" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/door_control{ + id = "seccheck3west"; + name = "Checkpoint North Shutters Control"; + pixel_x = -4; + pixel_y = 4 + }, +/obj/structure/machinery/door_control{ + id = "seccheck3east"; + name = "Checkpoint South Shutters Control"; + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"pHo" = ( +/obj/structure/surface/rack, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"pHO" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "seccheck1west"; + name = "Security Checkpoint East Shutters" + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"pIX" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = -10 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/botany) +"pJc" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"pJA" = ( +/obj/structure/platform/mineral/sandstone/runed, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8; + pixel_y = 6 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/gates) +"pJM" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"pKR" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/botany) +"pKY" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 8; + pixel_y = -14 + }, +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"pLa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/largecrate/cow, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"pLI" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"pLY" = ( +/obj/structure/largecrate, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"pMA" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"pMU" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"pOR" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib2" + }, +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"pOT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/village/mall) +"pPb" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"pPu" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"pPQ" = ( +/obj/structure/prop/brazier, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"pQE" = ( +/turf/closed/wall/mineral/sandstone/runed/decor, +/area/khami_barrens/interior/ruin_caves) +"pQN" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"pQR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices/reception) +"pRm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/south) +"pRn" = ( +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz2_south) +"pSi" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 4 + }, +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 4; + pixel_y = 14 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"pSQ" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"pTk" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer/research/containment/floor2, +/area/khami_barrens/interior/landing_zone) +"pUe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"pUl" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"pVc" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz1_north) +"pVs" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"pWj" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/restaurant) +"pWT" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/lodge) +"pXn" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering/south) +"pYe" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"pYk" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"pYm" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/interior/ruin_caves) +"pYr" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/bridge) +"pYB" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"pYO" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"pZp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/remains/xeno, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"pZq" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 1; + icon_state = "p_stair_full" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/landing_zone) +"pZP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"qaa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"qca" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/cargo_container/wy/right, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"qcv" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"qcz" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"qcV" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"qel" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"qeD" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/tunnels/auxillary) +"qeJ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"qeR" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 8 + }, +/area/khami_barrens/interior/village/company_offices/east) +"qfd" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"qfh" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"qfv" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"qfy" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"qfQ" = ( +/obj/item/bedsheet/ce, +/obj/structure/bed, +/obj/effect/landmark/corpsespawner/freelancer/burst, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"qfX" = ( +/obj/structure/flora/grass/desert/heavy, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"qgm" = ( +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"qgL" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"qhm" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/tunnels) +"qhM" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"qit" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/prop/almayer/computer/PC, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"qjw" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering/south) +"qjY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/cargo_container/wy/left, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"qkh" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"qko" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"qkq" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 5; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"qkx" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"qkF" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"qkN" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company/east) +"qkS" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"qll" = ( +/obj/structure/platform/mineral/sandstone/runed, +/obj/effect/decal/sand_overlay/sand1{ + pixel_y = 7 + }, +/obj/effect/decal/sand_overlay/sand1{ + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"qlx" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"qnx" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"qnE" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"qnI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"qoc" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"qor" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"qpo" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"qpI" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"qqK" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/stage) +"qqL" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"qqZ" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels/auxillary) +"qro" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/gold, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"qrt" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"qrz" = ( +/obj/structure/machinery/light, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/tunnels/auxillary) +"qtv" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"qtz" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/stage) +"qtZ" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = -10 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"qua" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"quf" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1 + }, +/obj/structure/flora/grass/tallgrass/desert{ + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"qvh" = ( +/obj/structure/bed/chair, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"qvr" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/prop/almayer/computer/PC, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"qvs" = ( +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"qvv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random, +/obj/structure/largecrate/random{ + pixel_y = 17 + }, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/village/mall) +"qvE" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"qvI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/village/mall) +"qxk" = ( +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian" + }, +/obj/item/clothing/suit/armor/yautja_flavor, +/obj/item/clothing/shoes/yautja_flavor{ + anchored = 1 + }, +/obj/item/clothing/mask/yautja_flavor, +/obj/item/weapon/harpoon/yautja{ + anchored = 1; + name = "Alien Harpoon"; + pixel_x = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"qxt" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels/auxillary) +"qxz" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"qyn" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"qyI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"qzm" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib6" + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering) +"qzo" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"qzt" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/tunnels/auxillary) +"qzx" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"qzN" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"qzV" = ( +/obj/structure/closet/coffin/woodencrate, +/obj/item/stack/sheet/animalhide/monkey, +/obj/item/clothing/mask/gas/monkeymask, +/obj/item/clothing/suit/monkeysuit, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"qAB" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"qAK" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"qAM" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"qAN" = ( +/obj/structure/flora/grass/desert/heavygrass_7, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"qBy" = ( +/obj/structure/bed/chair/wood/wings, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"qCg" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"qCs" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_pad) +"qCR" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/research_caves/checkpoint) +"qDr" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"qEt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/stage) +"qEu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"qEL" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"qFw" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"qFI" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/village) +"qFR" = ( +/obj/item/prop/alien/hugger, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"qFX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"qGh" = ( +/obj/structure/flora/grass/desert/heavygrass_10, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"qHg" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"qHA" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/botany) +"qHT" = ( +/turf/open/floor/kutjevo/colors/orange/edge{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"qHW" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"qHY" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper_bin, +/obj/item/tool/pen, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/research_caves/checkpoint) +"qIf" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"qIp" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"qIE" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"qJj" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"qJW" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"qKE" = ( +/obj/structure/platform/mineral/sandstone/runed, +/obj/effect/decal/sand_overlay/sand1{ + pixel_y = 7 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"qKN" = ( +/obj/structure/sign/poster/hero/voteno{ + pixel_x = -32 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"qLK" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company) +"qMh" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"qMB" = ( +/obj/item/clothing/head/bio_hood, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"qNs" = ( +/obj/structure/bed/chair/wood/wings, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"qPc" = ( +/obj/structure/sign/poster/propaganda{ + pixel_y = 32 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"qQw" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 5 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"qRF" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"qSc" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"qSp" = ( +/obj/structure/window/framed/kutjevo, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"qSu" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"qSY" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 8 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"qTw" = ( +/obj/structure/closet, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"qUr" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/botany) +"qUz" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"qUJ" = ( +/obj/structure/machinery/power/apc/fully_broken/no_cell, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering/power) +"qUV" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/tunnels) +"qUY" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"qVp" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"qVv" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/botany) +"qVR" = ( +/obj/structure/machinery/power/apc{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/stage) +"qWj" = ( +/obj/structure/machinery/seed_extractor, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"qWD" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"qWR" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"qYa" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"qYS" = ( +/obj/structure/flora/grass/desert/heavygrass_1, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"raH" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering/power) +"rbi" = ( +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"rbl" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/exterior/lodge) +"rbt" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"rbB" = ( +/obj/effect/decal/cleanable/flour{ + name = "Banana Cream" + }, +/obj/effect/decal/cleanable/flour{ + name = "Banana Cream" + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" + }, +/obj/structure/prop/invuln/static_corpse/afric_zimmer{ + desc = "A poor man, killed and humiliated by Gonzo, the Clown"; + name = "A poor man, killed and humiliated by Gonzo, the Clown"; + pixel_x = -12 + }, +/obj/item/clothing/mask/gas/mime{ + layer = 4.1; + name = "Banana Cream"; + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/oob/dev_room) +"rca" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"rcd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/stage) +"rco" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"rcr" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"rcE" = ( +/obj/structure/machinery/chem_dispenser, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"rds" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"rdD" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/rancher_residence) +"rdW" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib1" + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibarm" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"rez" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/stage) +"reI" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibhead" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"reQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/purple, +/area/khami_barrens/interior/village/mall) +"rfw" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering) +"rgg" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 10 + }, +/area/khami_barrens/interior/landing_zone) +"rgq" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper_bin{ + pixel_y = 8 + }, +/obj/item/tool/pen, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"rgG" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"rhn" = ( +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/obj/structure/platform/kutjevo{ + dir = 8; + layer = 2.95 + }, +/obj/structure/platform/kutjevo{ + layer = 2.95 + }, +/turf/open/gm/dirt, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"rhv" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibhead" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"rhT" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/gates) +"rhY" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/village/west) +"ria" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"ric" = ( +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/stage) +"riu" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/resin_caves) +"riH" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 8 + }, +/area/khami_barrens/interior/hunting_lodge) +"rjd" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"rjL" = ( +/obj/structure/surface/rack, +/obj/item/clothing/shoes/dress{ + pixel_y = 11 + }, +/obj/item/clothing/shoes/rainbow{ + pixel_y = 2 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"rln" = ( +/obj/structure/surface/rack, +/obj/item/toy/deck/uno, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"rlL" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"rlS" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz1_south) +"rmE" = ( +/turf/open/gm/coast{ + dir = 4 + }, +/area/khami_barrens/exterior/driedoasis/basin) +"rmL" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/tunnels) +"rmP" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"rmS" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 8 + }, +/area/khami_barrens/interior/village/mall) +"rng" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"rns" = ( +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/mall) +"roh" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"rou" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/interior/ruin_caves) +"row" = ( +/obj/structure/closet, +/obj/item/weapon/gun/revolver/small, +/obj/item/weapon/gun/revolver/small, +/obj/item/ammo_magazine/revolver/small, +/obj/item/ammo_magazine/revolver/small, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"roP" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"rpA" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"rqD" = ( +/obj/structure/surface/rack, +/obj/item/toy/katana, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"rqR" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/residence) +"rqX" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/kutjevo/colors/cyan/edge, +/area/khami_barrens/interior/research_caves/research) +"rrk" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"rrq" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"rrz" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/botany) +"rrH" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"rrN" = ( +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/turf/open/gm/coast{ + dir = 4 + }, +/area/khami_barrens/exterior/driedoasis/bridge) +"rrW" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/landing_zone) +"rsd" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"rsE" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/obj/effect/landmark/corpsespawner/wygoon, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"rsI" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/trash/ceramic_plate, +/obj/item/trash/ceramic_plate{ + pixel_y = 2 + }, +/obj/item/trash/ceramic_plate{ + pixel_y = 4 + }, +/obj/item/tool/kitchen/utensil/fork, +/obj/item/tool/kitchen/knife, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"rtA" = ( +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/hunting_lodge) +"rtO" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"rtQ" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/obj/structure/flora/grass/desert{ + icon_state = "heavygrass_6" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"rug" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/exterior/telecomm/lz1_south) +"ruN" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"ruR" = ( +/turf/open/gm/coast{ + dir = 8; + icon_state = "beachcorner" + }, +/area/khami_barrens/exterior/driedoasis/gates) +"rvI" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"rwd" = ( +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/turf/open/gm/coast{ + dir = 8 + }, +/area/khami_barrens/exterior/driedoasis/bridge) +"rwq" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"rwD" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/botany) +"rxx" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"rxy" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"rxD" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"rxQ" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"rxY" = ( +/obj/item/weapon/gun/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/effect/landmark/corpsespawner/engineer, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering/power) +"rym" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"rys" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/botany) +"ryv" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/botany) +"ryE" = ( +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/platform/kutjevo, +/turf/open/gm, +/area/khami_barrens/exterior/village/east) +"ryH" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"ryJ" = ( +/obj/structure/bed/chair/wood/wings, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med) +"rze" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"rzz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"rAY" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/wy, +/obj/item/tool/pen, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone) +"rAZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/tunnels/auxillary) +"rBc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"rBG" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"rBT" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/residence/west) +"rBZ" = ( +/obj/structure/sign/poster/safety{ + pixel_x = -32 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"rCc" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/hunting_lodge) +"rCh" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"rCp" = ( +/obj/structure/surface/rack, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"rCA" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer/research/containment/floor1, +/area/khami_barrens/exterior/lz_pad) +"rCW" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_sn_full_cap" + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/barricade/wooden, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"rDl" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/item/clothing/glasses/disco_fever{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"rDm" = ( +/obj/structure/largecrate/random/mini/ammo, +/turf/open/floor/almayer/research/containment/floor1{ + dir = 8 + }, +/area/khami_barrens/exterior/scrubland/checkpoint) +"rDF" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"rDR" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/structure/prop/brazier, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"rEf" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering) +"rEN" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/shop) +"rFv" = ( +/obj/structure/prop/dam/truck/damaged, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"rFN" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/tunnels/auxillary) +"rGa" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering/power) +"rGl" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"rGw" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"rGJ" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 4; + layer = 3.01 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"rGO" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering/power) +"rHn" = ( +/obj/structure/platform/kutjevo{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_pad) +"rHq" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"rHK" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"rHO" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"rIa" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"rIk" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/stage) +"rIl" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 4 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/gates) +"rJt" = ( +/obj/structure/displaycase/destroyed, +/obj/item/weapon/gun/shotgun/merc, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"rJA" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/tunnels/auxillary) +"rJJ" = ( +/obj/structure/largecrate/random, +/turf/open/floor/almayer/research/containment/floor1{ + dir = 8 + }, +/area/khami_barrens/exterior/scrubland/checkpoint) +"rJW" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"rKf" = ( +/obj/structure/platform_decoration/kutjevo{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"rKj" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"rKl" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"rKv" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"rKC" = ( +/obj/structure/machinery/door_control{ + id = "researchsupply"; + name = "Supply Shutters Control"; + pixel_x = -23; + pixel_y = 27 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"rKP" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibhead" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"rLj" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"rLo" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 10 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/green/tile, +/area/khami_barrens/interior/village/mall) +"rLK" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"rLY" = ( +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz1_south) +"rMv" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 4 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/interior/ruin_caves) +"rMZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"rNk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"rNl" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/basin) +"rNQ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"rOh" = ( +/obj/effect/landmark/survivor_spawner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/south) +"rON" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company/east) +"rPf" = ( +/obj/structure/closet/coffin/woodencrate, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"rPE" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"rQv" = ( +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/turf/open/gm/river, +/area/khami_barrens/exterior/driedoasis/bridge) +"rQC" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"rRx" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"rRO" = ( +/obj/structure/platform_decoration/kutjevo, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"rSl" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/colors/cyan, +/area/khami_barrens/interior/research_caves/research) +"rSE" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/research_caves/research) +"rTb" = ( +/obj/structure/machinery/m56d_hmg/mg_turret{ + dir = 8; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/mall) +"rTB" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"rTO" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/blocker/forcefield/multitile_vehicles, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "researchsouthsouth"; + name = "Checkpoint Shutters" + }, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"rUb" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/snacks/mre_pack/meal4, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"rUB" = ( +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"rUH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/stage) +"rVt" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"rVD" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4; + pixel_x = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4; + pixel_x = 8; + pixel_y = 7 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"rVZ" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"rWk" = ( +/obj/structure/flora/grass/tallgrass/desert, +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"rXH" = ( +/obj/structure/machinery/conveyor_switch{ + id = "sciencereq" + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"rYi" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"rYn" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"rYM" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 6 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"rZz" = ( +/obj/structure/filingcabinet, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"rZH" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"sab" = ( +/obj/structure/closet/cabinet, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"saf" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/exterior/village) +"sal" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"saC" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"saQ" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone) +"sba" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"sbj" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"scs" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med) +"sct" = ( +/obj/structure/machinery/shower{ + pixel_y = 12 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"scD" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering/south) +"scE" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper, +/obj/item/tool/pen, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"scU" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med) +"sdt" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 1; + layer = 2.98 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/interior/ruin_caves) +"sdL" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices) +"seP" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"seQ" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 1; + icon_state = "p_stair_full" + }, +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/landing_zone) +"sfs" = ( +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/basin) +"sft" = ( +/obj/structure/stairs/perspective/kutjevo{ + icon_state = "p_stair_full" + }, +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/hunting_lodge) +"sgH" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/tunnels/auxillary) +"shn" = ( +/obj/structure/barricade/handrail/sandstone, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1; + pixel_y = -14 + }, +/obj/structure/barricade/handrail/sandstone{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"siT" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib1" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"sjH" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"sku" = ( +/obj/structure/filingcabinet, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"sky" = ( +/obj/structure/bed/alien{ + color = "#aba9a9" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"skX" = ( +/obj/structure/machinery/door/window, +/obj/effect/landmark/corpsespawner/scientist, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"skZ" = ( +/obj/structure/cargo_container/grant/right, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"slg" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/light, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"sll" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"slN" = ( +/obj/structure/fence, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/exterior/village/east) +"smq" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/largecrate, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"smO" = ( +/obj/structure/stairs/perspective/kutjevo{ + icon_state = "p_stair_full" + }, +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/landing_zone) +"snc" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 10 + }, +/area/khami_barrens/interior/checkpoint) +"snl" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz1_north) +"snB" = ( +/turf/closed/wall/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/resin_caves) +"snG" = ( +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"snM" = ( +/obj/structure/closet/radiation, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"soj" = ( +/obj/structure/prop/brazier, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"soI" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed, +/obj/structure/flora/grass/tallgrass/desert{ + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"sqk" = ( +/obj/structure/flora/grass/tallgrass/desert, +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"sqv" = ( +/obj/structure/machinery/vending/hydroseeds, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"sqI" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"srh" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels/auxillary) +"srS" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"ssa" = ( +/obj/item/bedsheet/ce, +/obj/structure/bed, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/landmark/corpsespawner/freelancer/burst, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"ssw" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/research_caves/research) +"ssz" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/ashtray/plastic, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 10 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"ssW" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"stt" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"stI" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/mall) +"stX" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/tunnels/auxillary) +"suj" = ( +/obj/structure/bed/chair/wood/wings, +/obj/effect/landmark/monkey_spawn, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"sus" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib5" + }, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/village/mall) +"suU" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"svn" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"svy" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/research_caves) +"svN" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/shop) +"svO" = ( +/obj/item/clothing/gloves/latex{ + pixel_x = -4; + pixel_y = 7 + }, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/mall) +"svZ" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"swk" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"swu" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/tunnels/auxillary) +"sww" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"swF" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"swJ" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"swN" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/shop) +"swT" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company/east) +"swY" = ( +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"syq" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/east) +"syt" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 8; + icon_state = "p_stair_ew_full_cap" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"syC" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + pixel_y = -1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/village/east) +"syE" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"syI" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"syV" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/stage) +"szh" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + pixel_y = -2 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"szG" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/obj/structure/stairs/perspective{ + color = "#b29082"; + icon_state = "p_stair_full" + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"sAo" = ( +/obj/item/reagent_container/food/snacks/sliceable/bread{ + pixel_y = 8 + }, +/obj/item/reagent_container/food/snacks/sliceable/bread{ + pixel_y = 4 + }, +/obj/item/reagent_container/food/snacks/sliceable/bread, +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"sAw" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"sAS" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/snacks/popcorn, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"sBh" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"sBI" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1; + pixel_y = -14 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1; + pixel_x = 7; + pixel_y = -14 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"sCs" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices/east) +"sCI" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"sCV" = ( +/obj/structure/flora/grass/desert/heavygrass_1, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"sDz" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors/orange/edge{ + dir = 8 + }, +/area/khami_barrens/exterior/lz_dunes) +"sDE" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"sDN" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/shop) +"sDR" = ( +/obj/structure/bed/chair/wood/wings, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"sEe" = ( +/obj/structure/machinery/vending/dinnerware, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"sEl" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields) +"sEx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/mall) +"sEB" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"sES" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"sFm" = ( +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves/checkpoint) +"sFA" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"sGc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/east) +"sGf" = ( +/obj/structure/sign/poster/propaganda{ + pixel_x = -32 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"sGg" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"sGz" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"sGI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 8 + }, +/area/khami_barrens/interior/village/company_offices/east) +"sHe" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"sHl" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"sHy" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"sHU" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/snacks/mre_pack/meal5, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"sIh" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"sIw" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering) +"sIX" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"sIY" = ( +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"sJe" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"sJC" = ( +/obj/structure/closet/cabinet, +/obj/item/storage/belt/gun/smartpistol/full, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"sJQ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"sKp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"sLb" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"sLs" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"sLv" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"sLP" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"sMb" = ( +/obj/structure/machinery/processor, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"sMx" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + draw_warnings = 0; + icon_state = "hydrotray4" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"sMB" = ( +/obj/structure/platform/kutjevo/smooth/stair_plate{ + pixel_y = -10 + }, +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 4; + pixel_y = -5 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/bridge) +"sMF" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/welding, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"sMU" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"sNo" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 11 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"sNu" = ( +/obj/structure/flora/grass/desert/heavygrass_7, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"sNP" = ( +/obj/structure/pipes/standard/simple/visible, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz1_north) +"sOa" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"sOn" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"sPc" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_container/food/snacks/wy_chips/pepper, +/obj/item/reagent_container/food/snacks/wy_chips/pepper, +/obj/item/reagent_container/food/snacks/wy_chips/pepper{ + pixel_x = 6 + }, +/obj/item/reagent_container/food/snacks/wy_chips/pepper, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"sPJ" = ( +/obj/structure/flora/grass/desert/heavygrass_8, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"sPT" = ( +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/landing_zone) +"sQc" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 4 + }, +/obj/structure/stairs/perspective{ + color = "#b29082"; + icon_state = "p_stair_full" + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"sQm" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"sQs" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/bottle/beer/craft{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft{ + pixel_x = -6 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft{ + pixel_x = 1 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft{ + pixel_x = 8 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/marksman_residence) +"sQu" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 1; + layer = 2.98 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"sQx" = ( +/obj/structure/barricade/metal/wired{ + dir = 8 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"sQT" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"sRi" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/botany) +"sRq" = ( +/obj/structure/closet/secure_closet/marshal, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"sRA" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"sRK" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company) +"sRT" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/bridge) +"sSA" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"sSG" = ( +/obj/structure/machinery/cryo_cell, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"sTo" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"sTD" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"sUc" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields) +"sUe" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/bluemalt{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/bluemalt{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/bluemalt{ + pixel_x = -7 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/bluemalt, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/bluemalt{ + pixel_x = 7 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/marksman_residence) +"sUp" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"sUt" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"sUy" = ( +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"sUJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"sUY" = ( +/turf/open/gm/coast{ + dir = 1 + }, +/area/khami_barrens/exterior/driedoasis/gates) +"sVV" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"sWc" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib1" + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibleg" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"sWk" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/item/trash/crushed_cup{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/restaurant) +"sWE" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"sXh" = ( +/turf/closed/wall/resin, +/area/khami_barrens/interior/ruin_caves) +"sXn" = ( +/obj/structure/machinery/power/apc, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"sXH" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/south) +"sYu" = ( +/obj/structure/filingcabinet, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"sYH" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"sZd" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 4.09 + }, +/obj/structure/machinery/door/window{ + dir = 8; + layer = 4.11 + }, +/obj/structure/curtain/shower, +/obj/structure/machinery/shower{ + dir = 1; + layer = 4.11 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/residence/company/east) +"sZA" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"sZS" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels) +"sZU" = ( +/obj/structure/machinery/power/apc{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"tag" = ( +/obj/structure/flora/grass/desert/heavy, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"tak" = ( +/obj/structure/window_frame/kutjevo/reinforced, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"tao" = ( +/obj/item/paper/crumpled{ + pixel_x = -12; + pixel_y = 15 + }, +/obj/item/paper/crumpled{ + pixel_x = -13; + pixel_y = 8 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"taq" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices) +"taw" = ( +/obj/structure/fence, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"taJ" = ( +/obj/effect/landmark/xeno_spawn, +/obj/structure/mineral_door/resin, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"taL" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"taT" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"tba" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"tbM" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 6 + }, +/area/khami_barrens/interior/hunting_lodge) +"tcp" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"tcz" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"tcU" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"tdt" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"tdV" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/platform/mineral/sandstone/runed{ + layer = 2.98 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"teb" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"tef" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"ten" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"tew" = ( +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"teG" = ( +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"tfl" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/stage) +"tfq" = ( +/obj/structure/flora/grass/desert/heavygrass_7, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"tfz" = ( +/obj/structure/surface/rack, +/obj/item/tool/hatchet, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"tfS" = ( +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz2_south) +"tfZ" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 4 + }, +/obj/structure/flora/grass/tallgrass/desert{ + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"tgr" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/landing_zone) +"thd" = ( +/obj/item/ammo_magazine/handful/shotgun/buckshot, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering) +"thG" = ( +/obj/structure/flora/grass/desert/heavygrass_2, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"thR" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"tie" = ( +/obj/structure/platform_decoration/kutjevo{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"til" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"tiv" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"tiM" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"tjM" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"tjQ" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"tjS" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"tko" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/company_offices) +"tkD" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 10 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"tlg" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"tmJ" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/obj/effect/landmark/corpsespawner/security/marshal, +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/checkpoint) +"tmP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"tnb" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"tnS" = ( +/obj/structure/window/framed/kutjevo, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/botany) +"tnT" = ( +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"toy" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"toA" = ( +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/village/company_offices/reception) +"toF" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 1 + }, +/obj/structure/flora/grass/tallgrass/desert{ + layer = 2.99 + }, +/obj/structure/flora/grass/tallgrass/desert{ + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"toI" = ( +/turf/open/gm/coast{ + dir = 8 + }, +/area/khami_barrens/exterior/driedoasis/gates) +"tpb" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 8 + }, +/obj/structure/flora/grass/tallgrass/desert{ + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"tpl" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"tpS" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"tpZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/village) +"tqz" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/landing_zone) +"trp" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + draw_warnings = 0; + icon_state = "hydrotray4" + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/restaurant) +"trE" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"trG" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/tunnels/auxillary) +"trI" = ( +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/platform/kutjevo, +/turf/open/gm/dirt, +/area/khami_barrens/exterior/lz_pad) +"tsj" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 1; + icon_state = "p_stair_full" + }, +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/landing_zone) +"tsy" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"tsU" = ( +/obj/structure/platform/kutjevo/smooth/stair_plate{ + pixel_y = -10 + }, +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8; + pixel_y = -5 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/bridge) +"ttk" = ( +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"ttV" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"ttW" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"tun" = ( +/obj/item/reagent_container/food/snacks/chips{ + pixel_x = 12; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/colors/purple, +/area/khami_barrens/interior/village/mall) +"tup" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_pad) +"tuY" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"tvx" = ( +/obj/effect/landmark/corpsespawner/wygoon, +/obj/item/weapon/gun/shotgun/double, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"tvJ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"tvK" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/shop) +"tvO" = ( +/obj/structure/prop/static_tank{ + name = "Septic Tank" + }, +/obj/structure/pipes/standard/cap/hidden, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields) +"twE" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"twM" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"txd" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"txe" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/residence/west) +"txr" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering) +"txs" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"tyf" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 4; + pixel_y = -2 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/village/east) +"tym" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company/east) +"tyB" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib1" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"tyE" = ( +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"tyF" = ( +/obj/structure/surface/rack, +/obj/item/tool/extinguisher/pyro/atmos_tank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"tyV" = ( +/obj/structure/machinery/washing_machine, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/hunting_lodge) +"tzg" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/snacks/grown/banana, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"tzI" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves) +"tAk" = ( +/obj/structure/cargo_container/lockmart/mid, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"tAV" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"tBO" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"tCo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"tCJ" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"tCM" = ( +/obj/structure/flora/grass/tallgrass/desert{ + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"tDK" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/company_offices) +"tEj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"tEB" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"tEC" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/largecrate/random/secure{ + pixel_y = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 8 + }, +/area/khami_barrens/interior/village/restaurant) +"tEK" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/plasteel/large_stack, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"tFX" = ( +/turf/closed/wall/almayer/research/containment/wall/corner{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"tGn" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/colors/orange/tile, +/area/khami_barrens/exterior/lz_dunes) +"tGx" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/exterior/village/east) +"tGM" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"tGN" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"tHk" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/residence/company/east) +"tHY" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 5 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"tIj" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"tIx" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan, +/area/khami_barrens/interior/research_caves/research) +"tIE" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"tJC" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/obj/effect/alien/weeds/node, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"tKd" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"tKe" = ( +/obj/structure/machinery/light, +/obj/item/prop/alien/hugger, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/botany) +"tKf" = ( +/turf/open/gm/coast, +/area/khami_barrens/exterior/driedoasis/gates) +"tKi" = ( +/obj/structure/bed/chair/wood/wings, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"tKk" = ( +/obj/structure/platform/kutjevo, +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"tKl" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/stage) +"tKx" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"tLt" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"tLE" = ( +/obj/structure/machinery/shower{ + pixel_y = 12 + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 4.11 + }, +/obj/structure/machinery/door/window{ + dir = 2; + layer = 4.11 + }, +/obj/structure/curtain/shower, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/botany) +"tLT" = ( +/obj/structure/bed/chair/comfy{ + layer = 2.979 + }, +/obj/structure/machinery/door_control/railings{ + pixel_x = 32 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 10 + }, +/area/khami_barrens/interior/landing_zone) +"tMz" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"tMW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"tNk" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + draw_warnings = 0; + icon_state = "hydrotray4" + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"tNp" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib1" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"tNy" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibmid1" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"tNA" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"tOr" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 6; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"tPj" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/shop) +"tPm" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 + }, +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/exterior/lz_pad) +"tPn" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 8 + }, +/area/khami_barrens/interior/hunting_lodge) +"tPC" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"tPK" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"tPW" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib2" + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"tQj" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"tQY" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/landing_zone) +"tRN" = ( +/turf/open/gm/coast{ + icon_state = "beachcorner" + }, +/area/khami_barrens/exterior/driedoasis/gates) +"tSh" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/resin_caves/deep) +"tSx" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"tSS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"tSV" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"tTn" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"tTA" = ( +/obj/structure/toilet{ + pixel_y = 16 + }, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/residence/company) +"tTJ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/platform_decoration/kutjevo{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"tUl" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"tUp" = ( +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"tUG" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"tUJ" = ( +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"tVH" = ( +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"tWV" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"tXe" = ( +/obj/item/reagent_container/food/snacks/chocolatecakeslice{ + desc = "mmm floorcake"; + name = "dirt-ridden Chocolate Cake" + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"tXp" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"tXs" = ( +/obj/structure/barricade/wooden{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 8 + }, +/area/khami_barrens/interior/village/restaurant) +"tYf" = ( +/obj/structure/fence, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"tYr" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"tYO" = ( +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"tYQ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"tZe" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"tZr" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/toxin, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"tZF" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clothing/under/marine/fluff/fickmacher2{ + pixel_x = 8; + pixel_y = 14 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"tZI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"tZO" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"tZQ" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"tZZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/exterior/lz_dunes) +"uad" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"uaz" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/landmark/corpsespawner/pmc, +/obj/item/attachable/bayonet/co2, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"uaJ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"uaV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/prop/alien/hugger, +/obj/effect/alien/weeds/node, +/turf/open/floor/almayer/research/containment/corner_var1{ + icon_state = "containment_corner_variant_2" + }, +/area/khami_barrens/interior/research_caves/research) +"ubp" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"ubw" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"ubN" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"uch" = ( +/turf/closed/wall/kutjevo/rock/border, +/area/khami_barrens/interior/ruin_caves/south) +"uct" = ( +/obj/structure/bed, +/obj/item/bedsheet/hop, +/obj/effect/landmark/corpsespawner/colonist/kutjevo/burst, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"ucE" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"ucK" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering) +"ucS" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"uev" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"uex" = ( +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"ueB" = ( +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz2_north) +"ueQ" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/south) +"ufm" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"ufG" = ( +/obj/structure/machinery/iv_drip, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/mall) +"ugw" = ( +/obj/structure/sign/safety/debark_lounge{ + pixel_x = 7 + }, +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"ugA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 8 + }, +/area/khami_barrens/interior/village/company_offices) +"ugT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"uhi" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"uhB" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/lodge) +"uhM" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib2" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"uic" = ( +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/khami_barrens/exterior/telecomm/lz1_south) +"uiM" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/machinery/disposal/deliveryChute{ + dir = 1 + }, +/obj/structure/barricade/handrail/kutjevo{ + layer = 3.01 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 4 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/driedoasis/gates) +"uiT" = ( +/obj/structure/mineral_door/resin, +/turf/open/floor/almayer/research/containment/floor2, +/area/khami_barrens/interior/tunnels) +"ujs" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 8; + id = "seccheck3east"; + name = "Security Checkpont West Shutters" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"ujy" = ( +/obj/item/prop/alien/hugger, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/bridge) +"ujB" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"ukP" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"uli" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company) +"ulN" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"ulR" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/tunnels) +"ulV" = ( +/obj/item/tool/kitchen/tray{ + layer = 2.9 + }, +/obj/item/tool/kitchen/tray{ + layer = 2.9 + }, +/obj/item/reagent_container/food/snacks/meat, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"umf" = ( +/obj/effect/alien/weeds/node, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/resin_caves) +"umz" = ( +/obj/structure/stairs/perspective/kutjevo{ + icon_state = "p_stair_full" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_pad) +"umJ" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"umW" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"umX" = ( +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"uny" = ( +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"unI" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor/almayer/research/containment/floor1, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"unK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/stage) +"unP" = ( +/obj/structure/prop/static_tank{ + name = "Filter Tank" + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"unS" = ( +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"uoe" = ( +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 8 + }, +/area/khami_barrens/interior/village/company_offices) +"uoV" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/botany) +"upo" = ( +/obj/structure/machinery/light, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/khami_barrens/exterior/telecomm/lz2_south) +"upw" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + draw_warnings = 0; + icon_state = "hydrotray4" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"upL" = ( +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/tunnels) +"upP" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib5" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"uqk" = ( +/obj/item/weapon/gun/shotgun/double, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering) +"uqU" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/obj/effect/landmark/corpsespawner/wy/manager, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"url" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"urB" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"usd" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"usJ" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"usT" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"uta" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"utS" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"uuc" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"uum" = ( +/obj/structure/window/framed/kutjevo, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/botany) +"uuQ" = ( +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices) +"uvj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_inner_edge{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"uvl" = ( +/obj/structure/barricade/handrail/sandstone{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + pixel_y = 14 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + dir = 1; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + layer = 2.98; + name = "Eternal guardian"; + pixel_y = 3 + }, +/obj/item/clothing/suit/armor/yautja_flavor{ + anchored = 1; + layer = 2.98; + pixel_y = 3 + }, +/obj/structure/barricade/handrail/sandstone, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"uvH" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"uvU" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"uwu" = ( +/obj/structure/platform_decoration/kutjevo{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_pad) +"uwN" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"uxZ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"uyk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/vehicle/powerloader/ft, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"uyq" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"uyv" = ( +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/hunting_lodge) +"uyM" = ( +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"uzW" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"uAc" = ( +/obj/structure/flora/grass/desert/heavygrass_10, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"uAj" = ( +/mob/living/simple_animal/cow, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields) +"uAQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/mall) +"uBc" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"uCc" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/snacks/popcorn{ + pixel_x = -29 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 10 + }, +/area/khami_barrens/interior/village/mall) +"uCn" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"uCq" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"uCP" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"uCX" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 1; + pixel_x = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"uDv" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"uDD" = ( +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"uDN" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/reception_storage) +"uDR" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/snacks/mre_pack/meal1, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"uEH" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/botany) +"uEL" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"uFh" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/basin) +"uFC" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibleg" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"uFJ" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + start_charge = 0 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"uGd" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"uGf" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"uGs" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"uGM" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"uGR" = ( +/obj/structure/pipes/standard/tank/oxygen{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"uGS" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/village/mall) +"uGV" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/checkpoint) +"uGW" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"uIo" = ( +/obj/item/reagent_container/food/snacks/sliceable/bread{ + pixel_y = 8 + }, +/obj/item/reagent_container/food/snacks/sliceable/bread{ + pixel_y = 4 + }, +/obj/item/reagent_container/food/snacks/sliceable/bread, +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"uIu" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices) +"uIK" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib6" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"uIR" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"uKL" = ( +/obj/structure/bookcase/manuals/research_and_development, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"uLP" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"uMf" = ( +/obj/structure/machinery/door/window{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"uME" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"uNf" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"uNO" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"uNU" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal/large_stack, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"uNY" = ( +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/khami_barrens/exterior/telecomm/lz2_south) +"uOa" = ( +/obj/structure/machinery/power/apc{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone) +"uPy" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/exterior/village/east) +"uPQ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"uQm" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 8; + layer = 3.01; + pixel_x = -1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4; + pixel_x = -7; + pixel_y = -14 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"uRJ" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"uRY" = ( +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/village/stage) +"uSA" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/botany) +"uSD" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"uSW" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/fire, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"uTc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/landmark/corpsespawner/colonist/kutjevo/burst, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"uTV" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/village/engineering/south) +"uUG" = ( +/obj/structure/closet, +/obj/item/storage/fancy/cigar/tarbacktube, +/obj/item/photo{ + desc = "a photo of a family"; + name = "family photo" + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"uUH" = ( +/obj/effect/landmark/monkey_spawn, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"uUO" = ( +/obj/item/ammo_magazine/handful/shotgun/buckshot, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"uUW" = ( +/obj/effect/landmark/corpsespawner/pmc, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor/wood, +/area/khami_barrens/exterior/driedoasis/bridge) +"uVc" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/tunnels) +"uVi" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "seccheck1west"; + name = "Security Checkpoint East Shutters" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"uVQ" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"uWb" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + draw_warnings = 0; + icon_state = "hydrotray4" + }, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"uWf" = ( +/obj/structure/closet/secure_closet, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/item/ammo_magazine/handful/shotgun/buckshot, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"uWp" = ( +/turf/open/gm/coast{ + dir = 1 + }, +/area/khami_barrens/exterior/driedoasis/bridge) +"uWu" = ( +/turf/open/gm/coast{ + dir = 4; + icon_state = "beachcorner" + }, +/area/khami_barrens/exterior/driedoasis/basin) +"uWB" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"uWG" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 10 + }, +/area/khami_barrens/interior/village/company_offices/east) +"uWX" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1 + }, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 4; + pixel_y = -5 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/basin) +"uXI" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"uXV" = ( +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/exterior/lz_pad) +"uYg" = ( +/obj/structure/tunnel{ + id = "hole3" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/exterior/village/east) +"uYi" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"uZe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 8 + }, +/area/khami_barrens/interior/village/mall) +"uZg" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/obj/structure/flora/grass/tallgrass/desert{ + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"uZk" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"uZC" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"uZO" = ( +/obj/structure/filingcabinet, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"vaY" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"vba" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/hunting_lodge) +"vbF" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/village/east) +"vcg" = ( +/obj/structure/machinery/door/poddoor/railing{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"vcm" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels) +"vcW" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"vdC" = ( +/turf/closed/wall/mineral/sandstone/runed/force_blend, +/area/khami_barrens/exterior/ruins) +"vec" = ( +/obj/structure/machinery/door_control{ + id = "landing stormshutter"; + name = "Stormshutter Button"; + pixel_y = -7 + }, +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"vet" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/purple, +/area/khami_barrens/interior/village/mall) +"veC" = ( +/obj/structure/flora/grass/desert/heavy, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"vfa" = ( +/obj/structure/closet/secure_closet/marshal, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"vgg" = ( +/obj/structure/machinery/conveyor{ + dir = 1; + id = "sciencereq" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"vgs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"vgO" = ( +/obj/item/weapon/gun/shotgun/double, +/obj/effect/landmark/corpsespawner/chef, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/shop) +"vhM" = ( +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"vhY" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices/east) +"vix" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"viZ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/snacks/xemeatpie{ + name = "Elite Hunter's Xenopie" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"vjb" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz2_south) +"vjG" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/clothing/under/color/grey, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/hunting_lodge) +"vkw" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"vkC" = ( +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices/reception) +"vkL" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"vkM" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"vkV" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer/research/containment/floor1, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"vlq" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/village/east) +"vlV" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"vlX" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering/power) +"vmR" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"vmZ" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/item/tool/hatchet{ + pixel_x = -15 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"vnc" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib5" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"vnm" = ( +/obj/item/paper/crumpled{ + pixel_x = 18; + pixel_y = -8 + }, +/obj/item/paper/crumpled{ + pixel_x = 10 + }, +/obj/item/paper/crumpled{ + pixel_x = 18; + pixel_y = 8 + }, +/obj/item/paper/crumpled{ + pixel_x = 17 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"vnr" = ( +/obj/structure/closet/secure_closet/freezer/fridge/groceries, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"voE" = ( +/obj/structure/reagent_dispensers/ammoniatank, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"voW" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/snacks/omelette{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 10 + }, +/area/khami_barrens/interior/village/mall) +"vpp" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"vqh" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"vqy" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib6" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"vqR" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"vrE" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"vrF" = ( +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/village) +"vrH" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 9 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"vsb" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/prop/cash_register/broken, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"vsJ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"vsO" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper_bin, +/obj/item/tool/pen, +/obj/structure/machinery/light, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"vtN" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "seccheck2north"; + name = "Security Checkpont South Shutters" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"vua" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/gates) +"vuV" = ( +/obj/structure/largecrate/random/barrel/white, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"vuY" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"vvg" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/largecrate/random/case, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"vvp" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibleg" + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibmid1" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/shop) +"vvr" = ( +/obj/structure/platform_decoration/kutjevo{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"vvV" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/exterior/lodge) +"vwc" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/botany) +"vwr" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/botany) +"vwy" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"vwz" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"vwA" = ( +/obj/structure/window/framed/kutjevo, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/restaurant) +"vwT" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4 + }, +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/exterior/lz_pad) +"vxI" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"vxX" = ( +/obj/structure/displaycase/destroyed, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"vyi" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"vys" = ( +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"vyy" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"vzn" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves) +"vzB" = ( +/obj/structure/window_frame/kutjevo, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"vAa" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/company_offices/east) +"vAq" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "cavecheckpoint1" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves/checkpoint) +"vAS" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer/research/containment/floor2, +/area/khami_barrens/interior/landing_zone) +"vBa" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/chocolatecakeslice, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"vBd" = ( +/obj/item/weapon/gun/revolver/small, +/obj/effect/landmark/corpsespawner/freelancer, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"vBh" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"vBo" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/machinery/door/poddoor/almayer/open{ + name = "Auxillary Tunnel Shutters" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/tunnels) +"vBx" = ( +/obj/structure/sign/poster/blacklight{ + pixel_x = -32 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"vBC" = ( +/obj/structure/closet, +/obj/item/weapon/gun/pistol/holdout/flashlight, +/obj/item/ammo_magazine/pistol/holdout, +/obj/item/ammo_magazine/pistol/holdout, +/obj/item/ammo_magazine/pistol/holdout, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"vBN" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/village/residence/company) +"vCm" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/tunnels/auxillary) +"vCA" = ( +/obj/structure/closet/l3closet/general, +/obj/structure/closet/l3closet/general, +/obj/structure/closet/l3closet/general, +/obj/structure/closet/l3closet/general, +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/research_caves/checkpoint) +"vDc" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/prop/dam/truck/damaged{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"vDB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"vEq" = ( +/obj/structure/reagent_dispensers/pacidtank, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"vEF" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 9 + }, +/area/khami_barrens/interior/checkpoint) +"vEH" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"vES" = ( +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/shop) +"vFb" = ( +/obj/structure/barricade/metal/wired, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/village/mall) +"vFh" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 6 + }, +/area/khami_barrens/interior/village/mall) +"vFl" = ( +/obj/structure/flora/grass/desert/heavygrass_2, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"vFo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"vFL" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"vFY" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib6" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"vFZ" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/computer/shuttle/dropship/flight/lz1, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"vGe" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"vGw" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"vHh" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"vHG" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 4; + layer = 3.01; + pixel_x = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1; + pixel_x = 7; + pixel_y = -15 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"vIj" = ( +/obj/structure/bed/bedroll{ + dir = 1; + pixel_y = 22 + }, +/obj/structure/bed/bedroll{ + dir = 1; + pixel_y = 6 + }, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/obj/item/weapon/gun/pistol/b92fs{ + pixel_x = -2; + pixel_y = 22 + }, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/mall) +"vIF" = ( +/obj/structure/machinery/computer/cameras/wooden_tv/prop{ + pixel_y = 27 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"vIQ" = ( +/obj/structure/barricade/wooden, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/restaurant) +"vJo" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"vJD" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"vJI" = ( +/obj/structure/machinery/centrifuge{ + layer = 3.1; + pixel_y = 4 + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"vKe" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"vKF" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"vKM" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 14 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/green/tile, +/area/khami_barrens/interior/village/mall) +"vLt" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"vLw" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 8 + }, +/area/khami_barrens/interior/village/company_offices/east) +"vLA" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/residence/company/east) +"vLJ" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/kutjevo/colors/yellow, +/area/khami_barrens/interior/village/company_offices/reception) +"vMc" = ( +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"vMg" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"vMK" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"vMW" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"vNa" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"vOf" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"vPr" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"vQk" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft" + }, +/obj/structure/filingcabinet, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"vRa" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"vRe" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"vSv" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"vTn" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company/east) +"vTE" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/south) +"vTK" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"vUk" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/landing_zone) +"vUs" = ( +/obj/structure/prop/brazier, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"vUI" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"vVn" = ( +/obj/structure/surface/rack, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"vVy" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"vWl" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib1" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"vWD" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"vWG" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz1_north) +"vXb" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"vXo" = ( +/obj/structure/bed/alien{ + color = "#aba9a9" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"vYn" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/engineering/south) +"vYq" = ( +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"vYr" = ( +/turf/open/gm/coast{ + dir = 8; + icon_state = "beachcorner" + }, +/area/khami_barrens/exterior/driedoasis/basin) +"vYx" = ( +/turf/open/gm/coast{ + icon_state = "beachcorner" + }, +/area/khami_barrens/exterior/driedoasis/bridge) +"vYQ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"vZb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/shop) +"vZf" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"vZJ" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"vZQ" = ( +/obj/structure/platform_decoration/kutjevo{ + dir = 1 + }, +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"wat" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_pad) +"waG" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + draw_warnings = 0; + icon_state = "hydrotray4" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/restaurant) +"waH" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"waY" = ( +/obj/structure/tunnel{ + id = "hole1" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/resin_caves/deep) +"wca" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + draw_warnings = 0; + icon_state = "hydrotray4" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/restaurant) +"wci" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels/auxillary) +"wcC" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "researchsouthsouth"; + name = "Checkpoint Shutters" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"wcW" = ( +/obj/structure/bed/chair/wood/wings, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"wde" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"wdJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"wem" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/green/tile, +/area/khami_barrens/interior/village/mall) +"wet" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"weK" = ( +/obj/structure/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/inner_corner{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"weL" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"weQ" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib2" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"weT" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"wfu" = ( +/obj/item/device/flashlight/on, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"wfx" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"wfA" = ( +/turf/closed/wall/almayer/research/containment/wall/west, +/area/khami_barrens/interior/research_caves/research) +"wfZ" = ( +/obj/structure/machinery/power/apc, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"wgE" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"wgR" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/green/tile, +/area/khami_barrens/interior/village/mall) +"whj" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"whp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/yellow, +/area/khami_barrens/interior/village/company_offices/reception) +"why" = ( +/obj/structure/flora/grass/desert/heavygrass_2, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"whL" = ( +/obj/structure/platform/kutjevo{ + dir = 4 + }, +/obj/structure/platform/kutjevo, +/turf/open/gm, +/area/khami_barrens/exterior/village/east) +"whU" = ( +/obj/structure/machinery/shower{ + pixel_y = 12 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"wia" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"wiI" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1 + }, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1; + pixel_x = -2 + }, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 4; + pixel_y = -6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5; + pixel_x = -7; + pixel_y = -14 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"wjb" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"wjc" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/rancher_residence) +"wjo" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 5 + }, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med) +"wjV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/village/company_offices/reception) +"wkp" = ( +/obj/item/prop/alien/hugger, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"wks" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"wky" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"wlx" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"wlC" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"wlE" = ( +/obj/structure/barricade/wooden{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/landmark/corpsespawner/pmc, +/obj/item/attachable/bayonet/co2, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"wlT" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/residence/company) +"wmX" = ( +/obj/structure/machinery/door_control{ + id = "auxilliary tunnels"; + name = "Auxilliary Tunnels Shutter Control"; + pixel_x = 32; + pixel_y = 1; + req_access_txt = "3" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/tunnels/auxillary) +"wnS" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/firstaid/adv/empty, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"wnX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/shop) +"woa" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"woi" = ( +/obj/item/device/camera, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"woz" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"wpZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"wqc" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"wqj" = ( +/obj/structure/machinery/door/window, +/obj/structure/window/reinforced, +/obj/structure/machinery/shower{ + desc = "The UP-153. Installed by the State-Funded Hygiene Organization."; + dir = 4 + }, +/obj/structure/curtain/shower, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/rancher_residence) +"wrg" = ( +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"wrp" = ( +/obj/structure/machinery/light, +/obj/effect/landmark/corpsespawner/colonist/kutjevo/burst, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med) +"wrq" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/restaurant) +"wrL" = ( +/obj/structure/machinery/door/window{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"wsy" = ( +/turf/open/floor/almayer/research/containment/floor2, +/area/khami_barrens/exterior/lz_pad) +"wsO" = ( +/obj/structure/filingcabinet, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"wtn" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"wup" = ( +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"wut" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"wuy" = ( +/obj/structure/flora/grass/desert/heavygrass_7, +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"wuG" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 6 + }, +/area/khami_barrens/interior/hunting_lodge) +"wuP" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"wuR" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/village) +"wvg" = ( +/obj/structure/closet, +/obj/item/weapon/gun/pistol/m1911, +/obj/item/ammo_magazine/pistol/m1911, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"wvu" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"wvB" = ( +/obj/structure/sign/poster/clf{ + pixel_x = 32 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"wvZ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/colors/cyan, +/area/khami_barrens/interior/research_caves/research) +"wwn" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/kutjevo/colors/green/tile, +/area/khami_barrens/interior/village/mall) +"wwC" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/structure/mineral_door/resin, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"wwT" = ( +/turf/open/gm/coast{ + dir = 1; + icon_state = "beachcorner2" + }, +/area/khami_barrens/exterior/driedoasis/basin) +"wwU" = ( +/obj/structure/coatrack{ + pixel_x = 10 + }, +/obj/structure/coatrack{ + pixel_x = -6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/under/wedding/bride_white{ + pixel_x = -13; + pixel_y = 3 + }, +/obj/item/clothing/under/swimsuit/green{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/clothing/under/swimsuit/black{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/clothing/under/marine/fluff/nickiskool{ + pixel_x = 9; + pixel_y = 6 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"wxc" = ( +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/khami_barrens/exterior/telecomm/lz2_north) +"wxo" = ( +/obj/item/prop/alien/hugger, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering/south) +"wxp" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge, +/area/khami_barrens/interior/research_caves/research) +"wxJ" = ( +/obj/structure/surface/rack, +/obj/item/toy/deck, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"wyq" = ( +/obj/structure/surface/rack, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"wyA" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"wyB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"wzw" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"wzz" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"wzL" = ( +/obj/structure/largecrate/random{ + pixel_y = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"wzR" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"wAG" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"wAK" = ( +/obj/structure/closet/crate/secure, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/item/weapon/gun/pistol/vp78, +/obj/item/ammo_magazine/pistol/vp78, +/obj/item/ammo_magazine/pistol/vp78, +/obj/item/ammo_magazine/pistol/vp78, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"wAV" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/tunnels) +"wBv" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"wBA" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"wBO" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"wCi" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"wCr" = ( +/obj/structure/largecrate/supply/supplies/mre, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"wCC" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib6" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"wCD" = ( +/obj/structure/machinery/washing_machine, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/rancher_residence) +"wDX" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"wEA" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"wEZ" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/toy/prize/gygax{ + pixel_y = 20 + }, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/book/manual{ + desc = "wait a minute, isnt project Berserker classified? and who made this?"; + name = "Project Berserker Wargame" + }, +/obj/item/toy/prize/durand, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"wFp" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"wFs" = ( +/obj/structure/closet/crate/science, +/obj/item/stack/sheet/mineral/phoron/small_stack, +/obj/item/reagent_container/glass/canister/pacid, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"wFv" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"wFH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"wGa" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"wGj" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 5 + }, +/area/khami_barrens/interior/village/company_offices/east) +"wGk" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/mono{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/mono{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/mono{ + pixel_x = -7 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/mono, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/mono{ + pixel_x = 7 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/marksman_residence) +"wGu" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"wGJ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"wHb" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/exterior/lz_dunes) +"wHC" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 4; + pixel_y = 14 + }, +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 4 + }, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"wHU" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/village) +"wIk" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"wIP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 13 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"wJg" = ( +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/checkpoint) +"wJr" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 5 + }, +/area/khami_barrens/interior/village/company_offices) +"wJR" = ( +/obj/structure/sign/safety/flightcontrol{ + pixel_x = 7; + pixel_y = -32 + }, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"wKw" = ( +/obj/structure/barricade/metal/wired{ + dir = 8 + }, +/obj/structure/largecrate/random/secure{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/structure/largecrate/random/case/small{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = 27; + pixel_y = 11 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/mall) +"wKx" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"wKR" = ( +/turf/open/gm/coast{ + icon_state = "beachcorner" + }, +/area/khami_barrens/exterior/driedoasis/basin) +"wLj" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/residence/company) +"wNq" = ( +/obj/structure/barricade/wooden, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"wNt" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"wNG" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 9 + }, +/area/khami_barrens/interior/village/company_offices) +"wNM" = ( +/obj/structure/flora/grass/desert/heavygrass_1, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"wNX" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/exterior/village/east) +"wOW" = ( +/obj/effect/landmark/railgun_camera_pos, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_pad) +"wPq" = ( +/turf/open/gm/coast{ + dir = 1; + icon_state = "beachcorner" + }, +/area/khami_barrens/exterior/driedoasis/gates) +"wPt" = ( +/obj/structure/surface/rack, +/obj/item/storage/box/beakers, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"wQl" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"wQA" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"wQQ" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 8 + }, +/area/khami_barrens/interior/village/mall) +"wRG" = ( +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"wSr" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"wSx" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"wSG" = ( +/obj/structure/barricade/wooden, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"wSM" = ( +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"wSU" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"wSZ" = ( +/obj/structure/largecrate/random/mini, +/turf/open/floor/almayer/research/containment/floor1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"wTe" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"wTl" = ( +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian" + }, +/obj/item/clothing/suit/armor/yautja_flavor{ + anchored = 1 + }, +/obj/item/clothing/shoes/yautja_flavor{ + anchored = 1 + }, +/turf/open/floor/strata{ + color = "#5e5d5d"; + icon_state = "multi_tiles" + }, +/area/khami_barrens/interior/ruin_caves) +"wUj" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/village/company_offices/east) +"wVB" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"wVH" = ( +/obj/structure/pipes/standard/simple/hidden, +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/marksman_residence) +"wVS" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 8 + }, +/area/khami_barrens/interior/village/company_offices) +"wVX" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/item/ammo_magazine/handful/shotgun/buckshot, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"wWn" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/snacks/mre_pack/meal4, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"wWQ" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/tunnels) +"wXh" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/ashtray/plastic, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 6 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"wXQ" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"wYa" = ( +/obj/structure/platform_decoration/kutjevo{ + dir = 4 + }, +/obj/structure/platform_decoration/kutjevo{ + dir = 4 + }, +/obj/structure/platform_decoration/kutjevo{ + dir = 4 + }, +/obj/structure/platform_decoration/kutjevo{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"wYm" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/green/tile, +/area/khami_barrens/interior/village/mall) +"wYy" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 10 + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/mall) +"wYF" = ( +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"wZa" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/engineering) +"wZr" = ( +/obj/structure/machinery/microwave{ + pixel_y = 3 + }, +/obj/structure/machinery/microwave{ + pixel_y = 15 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"wZz" = ( +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"wZQ" = ( +/obj/structure/barricade/handrail/sandstone{ + dir = 4 + }, +/obj/structure/barricade/handrail/sandstone{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1; + pixel_y = -14 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian" + }, +/obj/item/clothing/suit/armor/yautja_flavor, +/obj/item/clothing/shoes/yautja_flavor{ + anchored = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"xal" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"xar" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"xaB" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/landing_zone) +"xbd" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"xbf" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"xbt" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/village/residence/company) +"xbv" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering) +"xca" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"xcH" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"xen" = ( +/obj/structure/machinery/door/poddoor/almayer{ + id = "checkpointnorthsouth"; + name = "Research Checkpoint Shutters" + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"xeC" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/residence/west) +"xeP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/structure/fence, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"xfs" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"xgf" = ( +/obj/structure/machinery/door/poddoor/railing{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"xgZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"xha" = ( +/obj/effect/decal/cleanable/vomit, +/obj/structure/largecrate/random/case/double{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/village/restaurant) +"xhj" = ( +/obj/structure/bed/chair/wood/wings, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"xhC" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/snacks/spagetti, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"xia" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"xiy" = ( +/obj/structure/machinery/door/window{ + dir = 1; + layer = 3 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3 + }, +/obj/structure/machinery/shower{ + desc = "The UP-153. Installed by the State-Funded Hygiene Organization."; + dir = 8 + }, +/obj/structure/curtain/shower, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/hunting_lodge) +"xiF" = ( +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/obj/structure/platform/kutjevo{ + dir = 4; + layer = 2.95 + }, +/turf/open/gm/dirt, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"xiN" = ( +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"xji" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"xjB" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + pixel_y = -2 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"xjR" = ( +/obj/structure/xenoautopsy/tank{ + icon_state = "jarshelf_7" + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"xkb" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 1; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"xkz" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"xkZ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"xlc" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"xlm" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"xmG" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"xmK" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"xmW" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone) +"xmY" = ( +/obj/structure/window/framed/kutjevo, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"xnd" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/under/tshirt/gray_blu{ + pixel_y = 9 + }, +/obj/item/clothing/under/tshirt/w_br, +/obj/item/clothing/accessory/blue{ + pixel_x = -8; + pixel_y = -11 + }, +/obj/item/clothing/accessory/red{ + pixel_x = -11 + }, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/village/mall) +"xnW" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"xov" = ( +/obj/effect/landmark/corpsespawner/wygoon, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"xoL" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"xoT" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/colors/orange/tile, +/area/khami_barrens/exterior/lz_dunes) +"xpd" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/med_data/laptop{ + pixel_x = -16 + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/machinery/computer/secure_data{ + layer = 3.01; + pixel_x = 18 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices/reception) +"xpe" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"xpj" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/structure/platform_decoration/mineral/sandstone/runed, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"xpN" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"xpX" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/restaurant) +"xqq" = ( +/obj/structure/flora/grass/desert/heavygrass_1, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"xqz" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"xqU" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"xrn" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"xru" = ( +/turf/open/floor/strata{ + color = "#5e5d5d"; + icon_state = "multi_tiles" + }, +/area/khami_barrens/interior/ruin_caves) +"xrZ" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 3 + }, +/obj/structure/machinery/shower{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"xsC" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4; + pixel_y = 16 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields) +"xsR" = ( +/obj/structure/bed/chair/wood/wings, +/obj/structure/bed/chair/wood/wings, +/obj/structure/bed/chair/wood/wings, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"xtf" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/storage/fancy/cigar, +/obj/item/tool/lighter/zippo, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"xth" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibmid1" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"xtQ" = ( +/obj/structure/bed, +/obj/item/bedsheet/hop, +/obj/effect/landmark/corpsespawner/wy/manager/burst, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"xtT" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/oob) +"xuE" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/research_caves/research) +"xuH" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/shop) +"xvd" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"xvB" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 4 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/bridge) +"xvF" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/landing_zone) +"xvT" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"xwx" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "seccheck1west"; + name = "Security Checkpoint East Shutters" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"xxB" = ( +/obj/structure/machinery/door/airlock/sandstone/runed/destroyable{ + name = "\improper Strange Temple" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"xxJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"xyy" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/cameras{ + dir = 4; + pixel_y = 9 + }, +/obj/structure/machinery/computer/secure_data{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/landing_zone) +"xyO" = ( +/obj/structure/pipes/vents/scrubber, +/obj/structure/pipes/standard/cap/visible/scrubbers, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz2_south) +"xyS" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"xzM" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering/south) +"xzV" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/prop/almayer/comp_open{ + anchored = 1; + desc = "An opened, but depowered, wey-yu distress beacon transponder. You imagine there was quite a fight over it."; + name = "portable distress beacon transponder" + }, +/turf/open/floor/wood, +/area/khami_barrens/exterior/driedoasis/bridge) +"xAj" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"xAA" = ( +/obj/item/bedsheet/ce, +/obj/structure/bed, +/obj/effect/landmark/corpsespawner/freelancer/burst, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"xAE" = ( +/obj/structure/barricade/handrail/kutjevo{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"xAT" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 8; + id = "seccheck3east"; + name = "Security Checkpont West Shutters" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"xBd" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"xBi" = ( +/obj/structure/barricade/handrail/kutjevo, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib6" + }, +/turf/open/floor/wood, +/area/khami_barrens/exterior/driedoasis/bridge) +"xBH" = ( +/obj/structure/filingcabinet, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 10 + }, +/area/khami_barrens/interior/village/company_offices) +"xCj" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "seccheck1east"; + name = "Security Checkpoint East Shutters" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"xCo" = ( +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"xCL" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/lodge) +"xCM" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/cyan/edge, +/area/khami_barrens/interior/research_caves/research) +"xDe" = ( +/obj/effect/landmark/monkey_spawn, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"xDy" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"xDL" = ( +/obj/structure/machinery/light, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/landing_zone) +"xDZ" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"xEe" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"xEm" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"xFc" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/village/engineering) +"xFn" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"xFP" = ( +/obj/structure/closet/coffin/woodencrate, +/obj/item/weapon/gun/pistol/m1911, +/obj/item/weapon/gun/pistol/m1911, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"xFY" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"xGv" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/item/device/flashlight/on{ + pixel_y = -18 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"xGA" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clothing/suit/chef/classic, +/obj/item/clothing/head/chefhat, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/restaurant) +"xGH" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"xGY" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"xHB" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields) +"xHG" = ( +/obj/structure/machinery/landinglight/ds1/delayone, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"xHH" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper_bin, +/obj/item/tool/pen/blue/clicky, +/obj/structure/machinery/door_control{ + id = "seccheck1east"; + name = "Checkpoint East Shutters Control"; + pixel_x = -4; + pixel_y = 9 + }, +/obj/structure/machinery/door_control{ + id = "seccheck1west"; + name = "Checkpoint West Shutters Control"; + pixel_x = 4; + pixel_y = 9 + }, +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/checkpoint) +"xId" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"xIg" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering/south) +"xIm" = ( +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/east) +"xIL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med) +"xIM" = ( +/obj/effect/landmark/static_comms/net_two, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz2_south) +"xJb" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5; + layer = 2.99 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"xJg" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"xJN" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"xJW" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"xKo" = ( +/obj/structure/filingcabinet, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"xKt" = ( +/turf/open/floor/almayer/research/containment/floor2, +/area/khami_barrens/exterior/telecomm/lz2_north) +"xKx" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"xKQ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"xLI" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"xMi" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"xMt" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_pad) +"xMu" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"xNn" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"xNu" = ( +/obj/structure/surface/rack, +/obj/item/storage/box/wy_mre, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"xOd" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/green, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"xOm" = ( +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"xOM" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"xOY" = ( +/obj/structure/closet, +/obj/item/spacecash/c10, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"xPi" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"xPj" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering/south) +"xPs" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"xPA" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/village/engineering/south) +"xPB" = ( +/obj/structure/closet, +/obj/item/weapon/gun/rifle/m16, +/obj/item/weapon/gun/rifle/m16, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"xRw" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + start_charge = 0 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels/auxillary) +"xRM" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 5 + }, +/area/khami_barrens/interior/village/company_offices) +"xRZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"xSG" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"xSL" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"xTx" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices/east) +"xTP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"xTQ" = ( +/turf/open/gm/river, +/area/khami_barrens/exterior/driedoasis/basin) +"xUr" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"xUv" = ( +/obj/structure/machinery/computer/secure_data{ + dir = 4 + }, +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/inner_corner, +/area/khami_barrens/interior/hunting_lodge) +"xUx" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"xUC" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/med) +"xVa" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"xVh" = ( +/obj/item/prop/alien/hugger, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"xVj" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"xVq" = ( +/obj/structure/xenoautopsy/tank/hugger, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge, +/area/khami_barrens/interior/research_caves/research) +"xVH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"xWg" = ( +/obj/effect/landmark/yautja_teleport, +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"xWy" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/landing_zone) +"xWA" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"xWD" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/gates) +"xWM" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"xWT" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"xWV" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"xXd" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/platform_decoration/mineral/sandstone/runed, +/obj/effect/decal/sand_overlay/sand1/corner1{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"xXs" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "cavecheckpoint1" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves/checkpoint) +"xYm" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/weapon/gun/pistol/vp78, +/obj/item/ammo_magazine/pistol/vp78/incendiary, +/obj/item/ammo_magazine/pistol/vp78, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"xYv" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"xYx" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"xYG" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/platform_decoration/kutjevo{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"xZe" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"xZf" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"xZL" = ( +/obj/structure/largecrate/random/barrel/blue, +/obj/structure/largecrate/random/barrel/green{ + pixel_x = -5; + pixel_y = -20 + }, +/obj/structure/largecrate/random/barrel/white{ + pixel_x = 14; + pixel_y = -6 + }, +/obj/structure/largecrate/random/case/double{ + pixel_y = -34 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"xZZ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/auto_turf/sand/layer0, +/area/khami_barrens/exterior/driedoasis/bridge) +"yao" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"yaD" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"yaO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/corpsespawner/chef, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"ybu" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"ybZ" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"ycc" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/marksman_residence) +"ycu" = ( +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"ycv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/mall) +"ycM" = ( +/obj/structure/closet/emcloset, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"ydb" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"ydc" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"ydj" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"ydo" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/botany) +"ydT" = ( +/obj/structure/largecrate/random/barrel/green{ + layer = 2.99 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/village/mall) +"yfn" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"yfA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge, +/area/khami_barrens/interior/research_caves/research) +"ygo" = ( +/obj/structure/machinery/door/window{ + dir = 1; + layer = 3 + }, +/obj/structure/window/reinforced{ + dir = 4; + layer = 3 + }, +/obj/structure/machinery/shower{ + desc = "The UP-153. Installed by the State-Funded Hygiene Organization."; + dir = 4 + }, +/obj/structure/curtain/shower, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/hunting_lodge) +"yhn" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/exterior/lz_dunes) +"yhQ" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields) +"yiD" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"yjr" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"yjD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/largecrate/black_market, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"ykN" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/colors/red/inner_corner, +/area/khami_barrens/interior/landing_zone) +"ylc" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"ylG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/restaurant) +"ylI" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) + +(1,1,1) = {" +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +"} +(2,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(3,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(4,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +kDU +kDU +kDU +kDU +kDU +kDU +kDU +kDU +kDU +kDU +kDU +dgH +dgH +dgH +dgH +dgH +dgH +dgH +dgH +dgH +dgH +dgH +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(5,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +aUY +cVm +eUL +eUL +eUL +bqm +bqm +bqm +bqm +bqm +bqm +bqm +bqm +bqm +bqm +bqm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +url +url +url +url +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +kDU +kDU +bMF +hiP +gav +sIY +xId +qNs +oNC +nBz +lDF +xId +pJM +sGf +vBx +vFZ +uqU +pJM +jPa +jPa +gHP +wvg +dgH +dgH +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(6,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +aUY +cVm +cVm +cVm +cVm +bqm +cVm +jUT +cVm +cVm +lvm +cVm +cVm +jUT +cVm +bqm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +kYz +kYz +eUL +eUL +eUL +eUL +eUL +eUL +eUL +kYz +cKO +url +url +wQA +wQA +wQA +url +uGM +kYz +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +kDU +wZr +sIY +sIY +cHb +sIY +hQW +egF +jwA +amY +amY +xId +pJM +bAY +bAY +jaT +fIc +xVj +fsi +fsi +fsi +nLC +dVU +dgH +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(7,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +jPc +jPc +jPc +jPc +jPc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +mXO +cVm +cVm +mXO +cVm +osW +cVm +cVm +mXO +cVm +cVm +cVm +cVm +lvm +cVm +jUT +cVm +mXO +cVm +lFZ +cVm +cVm +eCT +eCT +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +gsb +gsb +eUL +eUL +eUL +gsb +gsb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +kYz +naV +naV +kYz +kYz +kYz +eUL +eUL +eUL +eUL +kYz +kYz +dNW +wTe +wTe +bGW +bGW +bGW +wTe +xoL +naV +kYz +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +kDU +wZr +sIY +sAo +lxN +dUz +xId +xId +xId +aNd +amY +xId +pJM +bAY +wJR +pJM +pJM +pJM +pJM +gfS +bAY +dNS +kfp +dgH +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(8,1,1) = {" +aki +eUL +eUL +eUL +eUL +jPc +mXO +cVm +cVm +cVm +cVm +jPc +jPc +jPc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +aUY +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +mXO +cVm +erR +cVm +cVm +cVm +cVm +cVm +eCT +eCT +cjD +eCT +eCT +eCT +eCT +eCT +eCT +eCT +cjD +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +gsb +gsb +eUL +eUL +eUL +gsb +gsb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +kYz +naV +naV +kYz +kYz +naV +naV +naV +kYz +eUL +eUL +naV +naV +naV +kYz +kYz +kYz +naV +naV +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +kDU +ovD +yaO +eQf +xpe +cHb +nhq +xId +oSw +amY +amY +vRe +eeH +bAY +bAY +jAz +pJM +qvr +ifI +bAY +xJN +pJM +pJM +dgH +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(9,1,1) = {" +aki +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +mXO +cVm +cVm +jPc +jPc +jPc +taJ +cVm +cVm +cVm +cVm +cVm +mXO +cVm +cVm +cVm +cVm +cVm +cVm +aUY +cVm +cVm +cVm +cVm +cVm +cVm +bqm +cVm +cVm +cVm +jbF +cVm +cVm +mXO +cVm +cVm +eCT +eCT +eCT +eCT +eCT +eCT +cjD +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +gsb +gsb +eUL +oKj +bSZ +gsb +gsb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +url +url +kre +naV +kYz +naV +naV +kYz +kYz +kYz +kYz +naV +naV +dpf +kYz +kYz +kYz +kYz +kYz +naV +kYz +kYz +naV +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +kDU +pfl +sIY +ptN +hUK +sIY +nhq +xId +cmQ +amY +dhK +cyD +fsi +fsi +bAY +ten +pJM +dVU +nLC +bAY +iiz +dNS +kfp +dgH +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(10,1,1) = {" +aki +eUL +eUL +eUL +jPc +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +aUY +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +mXO +cVm +eUL +eUL +cVm +cVm +mXO +cVm +cVm +cVm +bqm +cVm +erR +pDV +cVm +cVm +cVm +cVm +cVm +cVm +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vTE +vTE +vTE +vTE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +gsb +gsb +oKj +qgm +tUl +gsb +gsb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +url +wQA +wQA +kre +kYz +kYz +naV +kYz +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +naV +kYz +kYz +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +kDU +llb +sIY +sIY +ugT +sIY +xId +xId +xId +pfu +pfu +lSg +tZO +qel +qel +pJM +pJM +pJM +pJM +bAY +qFR +nLC +dVU +dgH +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(11,1,1) = {" +aki +eUL +eUL +eUL +jPc +cVm +cVm +mXO +ein +cVm +cVm +cVm +cVm +mXO +cVm +cVm +cVm +osW +mXO +cVm +mXO +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +bqm +mXO +jbF +fDG +woi +cVm +cVm +cVm +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +cjD +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vTE +vTE +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +gsb +gsb +jzL +liZ +tUl +gsb +gsb +eUL +eUL +eUL +eUL +vvV +vvV +cas +cas +url +url +url +fYc +tBO +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +naV +kYz +eUL +eUL +eUL +kYz +naV +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +kDU +kDU +lEz +jeq +fBv +oFj +acZ +hec +nla +nla +nla +unI +vkV +vkV +vkV +vkV +vTK +mVU +xal +xal +alJ +oZl +dgH +dgH +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(12,1,1) = {" +aki +eUL +eUL +eUL +jPc +mXO +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +mXO +aUY +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +bqm +bqm +eUL +eUL +eUL +eUL +eCT +cjD +eCT +eCT +eCT +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vTE +eCT +eCT +eCT +eCT +cjD +eCT +eCT +vTE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +vba +rbl +jzL +rFv +tUl +rbl +rbl +eUL +eUL +ceJ +ceJ +vvV +vvV +jAG +jAG +tvJ +tvJ +tBO +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +bfg +bfg +naV +naV +kYz +kYz +naV +kYz +eUL +eUL +eUL +kYz +naV +kYz +naV +kYz +eUL +eUL +eUL +url +url +url +eUL +eUL +eUL +eUL +eUL +rrW +rrW +rrW +eUL +eUL +eUL +kDU +kDU +kDU +kDU +kDU +kDU +xId +xId +xId +xId +xId +xId +kNN +lWW +seP +xUr +uvU +uvU +huO +iVa +pJM +pJM +pJM +pJM +pJM +pJM +dgH +dgH +dgH +dgH +dgH +eUL +eUL +eUL +eUL +aki +"} +(13,1,1) = {" +aki +eUL +eUL +eUL +jPc +cVm +abU +cVm +cVm +mXO +cVm +cVm +cVm +cVm +cVm +cVm +cVm +aUY +cVm +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +mXO +cVm +cVm +cVm +cVm +cVm +cVm +bqm +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +czU +vTE +vTE +vTE +eCT +cjD +eCT +eCT +eCT +eCT +eCT +eCT +eCT +vTE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +vba +vba +vba +npf +xiN +jzL +qgm +tUl +ceJ +ceJ +ceJ +ceJ +ceJ +ceJ +ceJ +cAN +ceJ +ceJ +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +kYz +eUL +eUL +kYz +naV +kYz +kYz +naV +naV +naV +naV +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +naV +eUL +eUL +eUL +eUL +url +fYc +fYc +tBO +kYz +eUL +eUL +rrW +rrW +phm +rrW +rrW +eUL +eUL +kDU +qtv +tKi +gmc +efL +rBZ +icK +gmc +efL +amY +pfu +rhn +iLU +qqL +qqL +kRt +jrf +jrf +ixH +iSa +qel +bAY +dNS +dVU +ifI +qKN +dNS +dVU +ifI +uXI +dgH +eUL +eUL +eUL +eUL +aki +"} +(14,1,1) = {" +aki +eUL +eUL +eUL +jPc +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +cVm +cVm +cVm +mXO +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +mXO +cVm +mKE +eUL +eUL +eUL +eUL +eUL +eUL +eCT +cjD +eCT +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +cjD +eCT +eCT +czU +eCT +cjD +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +vTE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +vba +vba +vba +iaJ +nWi +ljp +kQY +xiN +jzL +qgm +pJc +ahP +ceJ +ceJ +ceJ +ceJ +ceJ +ceJ +cAN +ceJ +ceJ +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +naV +kYz +kYz +naV +kYz +naV +naV +kYz +kYz +kYz +kYz +naV +kYz +kYz +kYz +kYz +naV +kYz +kYz +naV +kYz +naV +kYz +eUL +eUL +eUL +tvJ +kre +kYz +kYz +naV +naV +kYz +eUL +rrW +phm +phm +phm +rrW +kDU +kDU +kDU +amY +icK +gmc +efL +amY +icK +gmc +efL +amY +pfu +oWS +xkb +dhK +pSi +lQh +khY +fsi +xjB +mAc +qel +bAY +sDR +dVU +ifI +bAY +dNS +dVU +ifI +bAY +dgH +eUL +eUL +eUL +eUL +aki +"} +(15,1,1) = {" +aki +eUL +eUL +eUL +jPc +mXO +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +mXO +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eCT +eCT +eCT +cjD +eCT +eCT +eCT +eCT +eCT +eCT +mSN +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +jui +eCT +eCT +cjD +vTE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +vba +vba +vba +lSW +uGW +bDC +nWi +nWi +ljp +kQY +sUy +tTJ +qgm +qgm +pJc +nJX +nJX +ahP +ceJ +ceJ +ceJ +cAN +ceJ +ukP +naV +naV +naV +naV +kYz +kYz +kYz +kYz +kYz +kYz +naV +naV +kYz +naV +kYz +kYz +eUL +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +naV +naV +kYz +kYz +naV +eUL +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +naV +kYz +rrW +rrW +phm +rrW +rrW +iWz +tUp +xId +mfh +icK +gmc +efL +biP +icK +gmc +saC +mQS +xId +juj +hdG +szh +fMp +nPC +hyB +fUU +jRi +lpr +pJM +qPc +dNS +dVU +ifI +xJN +dNS +dVU +thR +dBR +dgH +eUL +eUL +eUL +eUL +aki +"} +(16,1,1) = {" +aki +eUL +eUL +eUL +jPc +cVm +cVm +cVm +cVm +cVm +cVm +mXO +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +czU +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +vTE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +vba +vba +vba +gTb +tZQ +uta +lSW +lSW +eFr +tPn +tbM +bDC +bDC +kQY +jnq +cGl +qgm +qgm +qgm +qgm +pJc +ahP +ceJ +ceJ +cAN +ceJ +nnR +kYz +kYz +kYz +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +naV +kYz +kYz +naV +eUL +eUL +eUL +naV +naV +kYz +kYz +naV +naV +kYz +naV +kYz +kYz +rrW +rrW +rrW +ldT +wzR +lvc +vcW +lvc +xVh +lvc +lvc +aaU +lvc +xVh +lvc +lvc +vcW +lvc +mZs +szh +nDk +xId +bab +fUU +vuY +xal +mVU +xal +xal +lKl +xal +lFI +nzF +fsi +fsi +bAY +dgH +eUL +eUL +eUL +eUL +aki +"} +(17,1,1) = {" +aki +eUL +eUL +eUL +eUL +jPc +cVm +cVm +cVm +cVm +cVm +cVm +cVm +mXO +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +mXO +cVm +cVm +eUL +eUL +eUL +eUL +eUL +cVm +mXO +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +czU +cjD +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +vTE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +vba +vba +vba +ygo +mmJ +bDC +ssa +uVQ +fbQ +lSW +lSW +bDC +nMI +tbM +nWi +ljp +kQY +xiN +ise +uNf +uNf +cGl +qgm +qgm +tUl +ceJ +ceJ +vvV +nnR +ceJ +eUL +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +kYz +kYz +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +naV +kYz +eUL +eUL +naV +kYz +kYz +kYz +naV +kYz +kYz +naV +kYz +naV +kYz +rrW +ecg +rrW +yaD +hdG +dhK +epP +dhK +dhK +cJX +dhK +dhK +dhK +dhK +dhK +dhK +epP +dhK +cyD +szh +nDk +xId +bab +fUU +qyn +fsi +xVj +fsi +fsi +nzF +fsi +fsi +fsi +fsi +fsi +bAY +dgH +eUL +eUL +eUL +eUL +aki +"} +(18,1,1) = {" +aki +eUL +eUL +eUL +eUL +jPc +cVm +cVm +cVm +cVm +cVm +eUL +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eCT +eCT +eCT +eCT +cjD +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eCT +cjD +eCT +lAn +eCT +cjD +eCT +eCT +eCT +vTE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +vba +vba +vba +lSW +lSW +ojL +kpX +rCc +bDC +pFK +tew +uta +lSW +lSW +bDC +fxq +tbM +nWi +ljp +kQY +sUy +bvJ +ceJ +ceJ +ise +cGl +qgm +tUl +ceJ +ceJ +cAN +ceJ +nnR +kYz +eUL +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +kYz +kYz +naV +naV +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +kYz +naV +naV +naV +kYz +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +naV +kYz +kVJ +phm +kVJ +iqZ +aFo +lIT +lAF +azl +icK +gmc +efL +amY +icK +gmc +efL +weL +lAF +hqq +hdG +szh +xiF +iTI +oFv +fUU +jRi +wHC +ugw +xlc +dNS +dVU +ifI +bAY +dNS +dVU +ifI +dBR +dgH +eUL +eUL +eUL +eUL +aki +"} +(19,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +jPc +cVm +cVm +cVm +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +cjD +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +vTE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +vba +vba +vba +mcw +jpA +bDC +lSW +uGW +bDC +bDC +bDC +bDC +bDC +bDC +bDC +lSW +lSW +bDC +vBa +tbM +aqq +bDC +bDC +npf +ihW +ceJ +ceJ +ceJ +jzL +qgm +tUl +ceJ +ceJ +cAN +ceJ +ceJ +naV +kYz +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +naV +naV +kYz +kYz +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +naV +kVJ +phm +kVJ +neo +hdG +amY +xId +amY +icK +gmc +saC +amY +icK +gmc +efL +amY +pfu +fMp +drb +lvc +gyB +wFp +pKY +xal +oqE +iSa +qel +bAY +dNS +dVU +thR +bAY +dNS +dVU +ifI +bAY +dgH +eUL +eUL +eUL +eUL +aki +"} +(20,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +jPc +mXO +cVm +cVm +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +eUL +cVm +cVm +cVm +cVm +mXO +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +cjD +eCT +eCT +eCT +cjD +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +vTE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +vba +vba +vba +xEm +bDC +ctS +vMc +vMc +hfp +lSW +lSW +bDC +pFK +tew +maT +tew +pFK +bDC +lSW +vBd +bDC +nQd +tbM +tXe +nWi +ljp +kQY +xiN +ceJ +ceJ +ceJ +jzL +qgm +tUl +ceJ +ceJ +cAN +ceJ +ceJ +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +kYz +yjr +lRf +lRf +lRf +lRf +lRf +lRf +lRf +lRf +lRf +lRf +lRf +lRf +lRf +lRf +lRf +lRf +qYa +kYz +kYz +kYz +naV +naV +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +naV +kVJ +phm +kVJ +oSw +hdG +amY +xId +amY +icK +gmc +efL +ezz +icK +gmc +efL +qtv +pfu +xiF +boC +amY +amY +hdG +bAY +bAY +aei +mAc +qel +uXI +dNS +dVU +ifI +uev +dNS +dVU +ifI +wvB +dgH +eUL +eUL +eUL +eUL +aki +"} +(21,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +jPc +cVm +cVm +mXO +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +mXO +cVm +cVm +cVm +aUY +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +vTE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +mDY +vMc +uad +vMc +dtQ +vMc +aad +vMc +sGg +lSW +lSW +uta +paa +tew +paa +tew +paa +uta +lSW +uGW +bDC +nMI +lCL +hIG +nWi +ljp +kQY +sUy +bvJ +ceJ +ceJ +jzL +qgm +tUl +ceJ +ceJ +cAN +ceJ +ceJ +kYz +naV +kYz +eUL +eUL +eUL +kYz +naV +kYz +yjr +kGP +gUM +gUM +gUM +gUM +gUM +gUM +gUM +gUM +gUM +gUM +gUM +gUM +gUM +gUM +gUM +gUM +dKv +qYa +kYz +naV +kYz +kYz +naV +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +naV +rrW +xaB +rrW +xId +noz +gcI +xId +xId +pfu +pfu +pfu +lAF +pfu +pfu +pfu +xId +xId +xId +vec +dtn +dtn +bZn +kfR +kfR +pJM +pJM +pJM +pJM +qel +qel +qel +ugw +qel +qel +aGy +pJM +dgH +eUL +eUL +eUL +eUL +aki +"} +(22,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +jPc +cVm +cVm +cVm +eUL +eUL +eUL +eUL +cVm +cVm +mXO +cVm +cVm +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +aUY +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cjD +eCT +eCT +eCT +cjD +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +kIX +vMc +vMc +uIo +hfp +vMc +sGz +cOJ +kIk +dtc +lSW +fbQ +tew +tew +nYQ +tew +tew +fbQ +lSW +cRf +vSv +riH +wuG +nWi +nWi +bDC +bDC +kQY +xiN +ceJ +ceJ +jzL +qgm +tUl +ceJ +ceJ +vvV +ceJ +ceJ +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +iny +wuP +uny +myD +ncL +ncL +ncL +ncL +ncL +ncL +ncL +ncL +ncL +ncL +ncL +ncL +ojg +uny +wuP +flp +naV +kYz +eUL +eUL +kYz +naV +kYz +naV +kYz +kYz +naV +kYz +kYz +naV +kYz +rrW +rrW +rrW +lEe +bka +lEe +wsy +dgh +xMt +xMt +xMt +dgh +xMt +dgh +xMt +dgh +wsy +lEe +hPd +lEe +lEe +bka +lEe +lEe +hPd +lEe +wsy +dgh +xMt +xMt +dgh +xMt +dgh +xMt +xMt +xMt +eUL +eUL +eUL +eUL +eUL +aki +"} +(23,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +jPc +cVm +cVm +cVm +cVm +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +mXO +cVm +cVm +mXO +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +osW +cVm +mXO +cVm +cVm +cVm +eUL +eUL +eUL +cVm +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +vba +fae +vMc +vMc +bCn +bDC +iFO +kcP +hRI +bDC +jAy +cTf +kIk +mmC +abY +xAA +abY +mmC +kIk +cTf +rLj +bDC +nWi +nWi +nWi +nWi +nWi +ljp +kQY +xiN +ceJ +ceJ +jzL +qgm +tUl +ceJ +ceJ +cAN +ceJ +ceJ +kYz +kYz +kYz +naV +kYz +kYz +naV +kYz +kYz +iny +wuP +myD +tGN +kYz +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +kYz +eyS +ojg +wuP +flp +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +naV +naV +kYz +kYz +kYz +naV +kYz +rrW +phm +rrW +lEe +bka +lEe +wsy +xMt +gnR +dXi +dXi +dXi +dXi +dXi +trI +xMt +wsy +lEe +lEe +lEe +lEe +bka +lEe +lEe +lEe +lEe +wsy +xMt +gnR +dXi +dXi +dXi +dXi +dXi +trI +dgh +eUL +eUL +eUL +eUL +eUL +aki +"} +(24,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +aUY +aUY +aUY +aUY +eUL +eUL +eUL +eUL +aUY +aUY +aUY +aUY +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +aUY +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +eCT +eCT +eCT +cjD +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +cjD +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +vba +bDC +bDC +kAW +bDC +bDC +bDC +xJW +lpT +mAF +bDC +hau +dtc +bDC +pFK +tew +dcL +tew +pFK +bDC +lSW +kug +bDC +dkG +mQl +lcY +nWi +iaJ +ljp +kQY +uyv +bvJ +ceJ +jzL +qgm +tUl +ceJ +ceJ +cAN +ceJ +ceJ +pVs +uNO +uNO +uBc +naV +naV +kYz +kYz +kYz +iny +wuP +flp +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +kYz +naV +kYz +kYz +naV +iny +wuP +flp +kYz +eUL +eUL +eUL +kYz +naV +kYz +naV +naV +kYz +kYz +kYz +naV +kYz +kYz +rrW +phm +rrW +dEz +rCA +dEz +uXV +xMt +dgh +xMt +xMt +dgh +dgh +xMt +xMt +dgh +uXV +dEz +dEz +dEz +dEz +rCA +dEz +dEz +dEz +dEz +uXV +dgh +dgh +xMt +xMt +dgh +xMt +xMt +dgh +xMt +eUL +eUL +eUL +eUL +eUL +aki +"} +(25,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +cVm +aUY +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +tew +tew +tew +tew +tew +vix +tew +tew +wdJ +tew +uta +lSW +tSV +bDC +bDC +uta +bDC +uta +bDC +bDC +lSW +reI +bDC +bDC +bDC +bDC +bDC +bDC +bDC +bDC +npf +xiN +ceJ +jzL +qgm +tUl +ceJ +ceJ +cAN +ceJ +ceJ +cKO +url +url +url +uBc +kYz +kYz +kYz +kYz +iny +wuP +flp +kYz +kYz +kYz +wSr +kYz +naV +pVs +eUL +eUL +kYz +naV +kYz +kYz +naV +iny +wuP +flp +kYz +eUL +eUL +kYz +naV +kYz +naV +rRO +dFI +jHi +jHi +asu +naV +kYz +rRO +rrW +phm +rrW +uwu +gPr +nfW +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +wut +uuc +uuc +uuc +uuc +jyO +uuc +uuc +uuc +uuc +htm +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +pkZ +eUL +eUL +eUL +eUL +aki +"} +(26,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +cVm +mXO +cVm +cVm +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +mXO +cVm +cVm +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cjD +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +tew +xpN +xpN +tew +tew +jEF +xpN +xpN +wdJ +tew +fbQ +lSW +jjs +iQc +iQc +iQc +aIC +iQc +iQc +iQc +wVB +jjs +aIC +iQc +oJZ +dpK +nYN +wgE +fsn +uta +kQY +xiN +ceJ +jzL +qgm +tUl +ceJ +ceJ +cAN +ceJ +ceJ +cKO +url +url +url +uGM +kYz +kYz +kYz +kYz +iny +wuP +flp +kYz +kYz +kYz +kYz +kYz +bMw +url +eUL +eUL +kYz +naV +kYz +naV +kYz +iny +wuP +flp +kYz +eUL +eUL +kYz +naV +kYz +eHD +gDE +xWy +xWy +xWy +oCt +dFI +dFI +hHe +rrW +rrW +rrW +rHn +pjb +cMr +ybu +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +hTs +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +gFv +rxx +eUL +eUL +eUL +eUL +aki +"} +(27,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +cVm +cVm +mXO +cVm +cVm +cVm +mXO +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +czU +czU +czU +czU +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +oyN +fMU +xLI +tZQ +wkp +xhj +xWV +xWV +ttW +abY +kIk +cTf +svZ +qAB +qAB +qAB +vPr +qAB +qAB +qAB +qAB +svZ +qAB +qAB +vSv +qfv +qfv +fhy +hhP +uta +kQY +xiN +ceJ +jzL +qgm +tUl +ceJ +vvV +vvV +ceJ +ceJ +nNt +tvJ +tvJ +tvJ +tBO +kYz +kYz +kYz +kYz +iny +wuP +flp +kYz +kYz +kYz +kYz +bMw +url +eUL +eUL +eUL +kYz +naV +kYz +naV +kYz +iny +wuP +flp +kYz +eUL +eUL +kYz +naV +naV +fzd +xWy +xWy +phm +xWy +xWy +kVJ +kVJ +kVJ +rrW +phm +rrW +rHn +ojw +lLV +txd +hgd +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +rTB +txd +rxx +ojw +eUL +eUL +eUL +aki +"} +(28,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +oyN +xLI +xLI +tZQ +wky +oyN +fMU +xLI +tZQ +tew +bDC +bDC +bDC +bDC +bDC +lSW +bgc +bDC +bDC +eud +bDC +bDC +eud +bDC +bDC +vIF +dGQ +fyR +hhP +uta +kQY +xiN +ceJ +jzL +qgm +pJc +ahP +vvV +vvV +ceJ +ceJ +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +yjr +oyq +wuP +flp +kYz +kYz +kYz +kYz +dud +url +eUL +eUL +eUL +kYz +naV +naV +kYz +kYz +iny +wuP +flp +naV +kYz +kYz +naV +kYz +naV +fzd +xWy +phm +phm +phm +xWy +apO +phm +phm +rrW +phm +rrW +rHn +ojw +lLV +txd +rxx +ojw +uXV +dEz +dEz +dEz +dEz +dEz +dEz +dEz +dEz +dEz +dEz +dEz +dEz +dEz +dEz +dEz +dEz +dEz +dEz +dEz +dEz +dEz +dEz +dEz +uXV +lLV +txd +rxx +ojw +eUL +eUL +eUL +aki +"} +(29,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +mXO +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +ryH +mAF +kwA +tew +tew +tew +mAF +mAF +swF +uLP +bDC +kNq +gEJ +mWq +bDC +lSW +jjs +bDC +xUv +iBU +dxx +bDC +gye +wRG +kiK +vFY +nWi +dcy +uGW +bDC +fTM +otC +nJX +kCJ +qgm +qgm +pJc +nJX +nJX +nJX +nJX +lRf +lRf +lRf +lRf +lRf +lRf +lRf +lRf +oyq +uny +wuP +flp +kYz +kYz +kYz +kYz +dud +url +eUL +eUL +kYz +naV +kYz +naV +kYz +kYz +iny +wuP +flp +kYz +naV +naV +kYz +kYz +naV +fzd +xWy +xWy +phm +xWy +xWy +kVJ +kVJ +kVJ +rrW +phm +rrW +rHn +ojw +lLV +txd +rxx +ojw +wsy +lEe +vwT +htq +hYi +tIE +qfy +htq +hYi +tIE +qfy +qfy +hYi +tIE +qfy +htq +tIE +tIE +qfy +htq +hYi +hYi +lni +lEe +wsy +lLV +txd +rxx +ojw +ojw +eUL +eUL +aki +"} +(30,1,1) = {" +aki +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +mXO +cVm +cVm +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +cjD +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +bDC +bDC +bDC +bDC +bDC +bDC +bDC +bDC +bDC +bDC +bDC +nbe +ggu +bSw +onb +kxY +xAj +eFr +iQc +qWR +iQc +eFr +iQc +ktg +atH +lSW +oKX +pOR +cTf +pvV +bFk +eKZ +eKZ +eKZ +uwN +eKZ +eKZ +eKZ +eKZ +eKZ +eKZ +gUM +gUM +gUM +gUM +gUM +gUM +gUM +gUM +gUM +gUM +sFA +tGN +kYz +kYz +kYz +naV +cKO +eUL +eUL +eUL +kYz +naV +kYz +kYz +naV +kYz +iny +wuP +nhX +qYa +kYz +kYz +kYz +kYz +kYz +exf +ppF +xWy +xWy +xWy +saQ +saQ +saQ +saQ +rrW +rrW +rrW +rHn +ojw +lLV +txd +rxx +ojw +wsy +lNO +bYY +qCs +bYY +bYY +bYY +bYY +bYY +bYY +bYY +qCs +tup +bYY +bYY +bYY +bYY +bYY +bYY +bYY +qCs +bYY +bYY +uhi +wsy +lLV +txd +rxx +ojw +ojw +eUL +eUL +aki +"} +(31,1,1) = {" +aki +eUL +eUL +eUL +eUL +cVm +mXO +cVm +cVm +eUL +eUL +eUL +eUL +cVm +mXO +cVm +cVm +cVm +eUL +eUL +eUL +eUL +cVm +cVm +mXO +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +cjD +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +vxX +tew +vix +xpN +xpN +xpN +xpN +xpN +vix +tew +bDC +ezF +nRZ +dUg +bDC +lpU +jjs +bDC +sRq +cuv +hTf +bDC +psN +pkY +hbi +lSW +jnS +dcy +lSW +bDC +sft +xYG +uNf +cGl +rlL +qgm +dHy +uNf +uNf +uNf +uNf +ncL +ncL +ncL +ncL +ncL +ncL +ncL +ncL +ncL +ncL +tGN +kYz +kYz +kYz +kYz +naV +cKO +eUL +eUL +kYz +naV +kYz +yjr +lRf +lRf +lRf +oyq +wuP +uny +nhX +lRf +lRf +lRf +lRf +lRf +lRf +tie +tsj +pTk +lZg +lZg +lZg +lZg +lZg +lZg +pTk +bVj +rKf +uuc +juH +txd +rxx +ojw +wsy +xHG +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +uhi +wsy +lLV +txd +rxx +ojw +ojw +eUL +eUL +aki +"} +(32,1,1) = {" +aki +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cjD +eCT +eCT +eCT +eCT +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +cjD +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +gmv +tew +eca +fMU +xLI +xLI +xLI +fMU +bEj +uVQ +bDC +bDC +bDC +bDC +bDC +lSW +bgc +bDC +bDC +vGe +bDC +bDC +eud +bDC +bDC +vIF +nWi +uhM +hhP +uta +kQY +xiN +ceJ +jzL +rlL +dHy +mGN +vvV +vvV +ceJ +ceJ +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +kYz +naV +yjr +guH +ncL +ncL +ncL +ncL +rca +gUM +gUM +gUM +gUM +gUM +gUM +gUM +gUM +gUM +pZq +vAS +koI +koI +koI +xvF +koI +koI +vAS +fNX +bCP +bCP +bCP +nTu +rxx +ojw +wsy +eVT +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +uhi +wsy +lLV +txd +rxx +ojw +ojw +eUL +eUL +aki +"} +(33,1,1) = {" +aki +eUL +eUL +eUL +eUL +cVm +cVm +cVm +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +dtJ +oyN +hOK +hTA +xOd +xtf +ebe +xWV +ixM +abY +rZH +cTf +vPr +qAB +uFC +qAB +svZ +vWl +qAB +svZ +vPr +qAB +qAB +qAB +vSv +qAB +fSO +qSc +hhP +uta +kQY +xiN +ceJ +jzL +rlL +tUl +ceJ +vvV +vvV +ceJ +ceJ +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +naV +naV +kYz +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +yjr +guH +tGN +naV +kYz +kYz +kYz +eyS +ncL +ncL +ncL +ncL +ncL +ncL +ncL +ncL +khZ +seQ +iwp +lZg +lZg +lZg +tQY +lZg +lZg +iwp +smO +fWZ +lcS +rTB +txd +rxx +ojw +wsy +aXO +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +uhi +wsy +lLV +txd +rxx +ojw +ojw +eUL +eUL +aki +"} +(34,1,1) = {" +aki +eUL +eUL +eUL +eUL +mXO +cVm +cVm +eUL +eUL +cVm +cVm +mXO +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +mXO +cVm +cVm +cVm +eUL +eUL +cVm +cVm +aUY +mXO +cVm +cVm +mXO +cVm +cVm +cVm +eUL +eUL +eCT +eCT +eCT +cjD +eCT +eCT +eCT +eCT +eCT +cjD +eCT +eCT +eCT +eCT +eCT +eCT +cjD +eCT +eCT +eCT +eCT +eCT +eCT +cjD +eCT +eCT +eCT +eCT +eCT +cjD +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +gmv +tew +xLI +xLI +xLI +xLI +fMU +xLI +tZQ +tew +uta +wVB +jjs +iQc +iQc +iQc +vwy +iQc +iQc +iQc +jjs +lSW +vwy +iQc +oJZ +tEB +oWk +tEB +fsn +uta +kQY +xiN +ceJ +jzL +rlL +tUl +ceJ +ceJ +cAN +ceJ +ceJ +kYz +naV +kYz +eUL +kYz +naV +kYz +kYz +naV +kYz +kYz +naV +naV +naV +kYz +naV +kYz +kYz +naV +yjr +guH +tGN +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +eHD +gDE +xWy +xWy +xWy +saQ +saQ +ifc +saQ +rrW +rrW +rrW +rHn +ojw +lLV +txd +rxx +ojw +wsy +lNO +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +tup +bYY +uhi +wsy +lLV +txd +rxx +ojw +ojw +eUL +eUL +aki +"} +(35,1,1) = {" +aki +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +aUY +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +rJt +tew +tew +mAF +mAF +mAF +mAF +mAF +tew +tew +bDC +lSW +tSV +bDC +bDC +uta +bDC +uta +bDC +bDC +jjs +lSW +bDC +bDC +bDC +bDC +bDC +bDC +bDC +bDC +npf +xiN +ceJ +jzL +rlL +tUl +ceJ +ceJ +cAN +ceJ +ceJ +kYz +naV +naV +kYz +naV +kYz +kYz +naV +kYz +eUL +eUL +kYz +kYz +kYz +naV +kYz +naV +naV +yjr +guH +tGN +kYz +naV +naV +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +fzd +xWy +xWy +phm +xWy +xWy +nyv +eMI +nyv +rrW +phm +rrW +rHn +ojw +lLV +txd +rxx +ojw +wsy +xHG +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +jNa +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +uhi +wsy +lLV +txd +rxx +ojw +ojw +eUL +eUL +aki +"} +(36,1,1) = {" +aki +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +mXO +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +mXO +cVm +aUY +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +cjD +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +vba +tew +gGF +jEF +tew +tew +tew +tew +swF +xJW +bDC +lSW +reI +bDC +fNi +tew +hcw +tew +pFK +bDC +jjs +lSW +bDC +mAR +hPq +miR +nWi +iaJ +dIz +kQY +kvd +vvr +ceJ +jzL +rlL +tUl +ceJ +ceJ +cAN +ceJ +ceJ +naV +kYz +naV +naV +naV +kYz +kYz +naV +eUL +eUL +eUL +eUL +eUL +eUL +kYz +naV +kYz +kYz +iny +flp +kYz +kYz +naV +kYz +kYz +naV +kYz +kYz +kYz +kYz +kYz +naV +naV +kYz +naV +fzd +xWy +phm +phm +phm +xWy +ykN +xyy +rAY +rrW +phm +rrW +rHn +ojw +lLV +txd +rxx +ojw +wsy +eVT +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +uhi +wsy +lLV +txd +rxx +ojw +ojw +eUL +eUL +aki +"} +(37,1,1) = {" +aki +eUL +eUL +eUL +cVm +cVm +mXO +cVm +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +aUY +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +cjD +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cjD +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +vba +bDC +jJh +bDC +bDC +iKY +bDC +bDC +bDC +bDC +lSW +cBl +kIk +qfQ +abY +paa +pvO +qfQ +kIk +xvT +dtc +bDC +nWi +nWi +nWi +nWi +nWi +dIz +kQY +xiN +ceJ +ceJ +jzL +rlL +tUl +ceJ +ceJ +cAN +ceJ +nnR +kYz +eUL +kYz +kYz +kYz +naV +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +kYz +kYz +kYz +kYz +iny +flp +naV +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +kYz +naV +kYz +kYz +naV +naV +fzd +xWy +xWy +phm +xWy +xWy +lbI +oEJ +sPT +rrW +phm +rrW +rHn +ojw +lLV +txd +rxx +ojw +wsy +cUt +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +uhi +wsy +lLV +txd +rxx +ojw +ojw +eUL +eUL +aki +"} +(38,1,1) = {" +aki +eUL +eUL +eUL +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cVm +mXO +cVm +cVm +cVm +cVm +cVm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +jPr +tew +bDC +eBO +tew +bDC +lyq +vjG +bDC +lSW +lSW +fbQ +uVQ +tew +wky +tew +tew +fbQ +lSW +hau +vSv +qAB +gPM +mKz +nWi +bDC +bDC +kQY +xiN +ceJ +ceJ +jzL +rlL +tUl +ceJ +ceJ +vvV +nnR +ceJ +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +kYz +kYz +kYz +kYz +kYz +iny +djg +naV +kYz +eUL +eUL +eUL +woz +naV +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +exf +ppF +xWy +xWy +xWy +xWy +xWy +tqz +xWy +rrW +rrW +rrW +nBP +ojw +lLV +txd +rxx +ojw +wsy +lNO +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +tup +uhi +wsy +lLV +txd +rxx +ojw +ojw +eUL +eUL +aki +"} +(39,1,1) = {" +aki +eUL +eUL +eUL +cAJ +cAJ +cAJ +cAJ +cAJ +cAJ +cAJ +cAJ +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cAJ +cAJ +cAJ +cAJ +cAJ +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +kaS +kaS +kaS +uch +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +muo +swF +bDC +jkv +rtO +bDC +lKI +rtA +ojL +lSW +lSW +uta +paa +aGL +mSi +tew +paa +uta +lSW +uGW +bDC +nMI +pka +kFT +nWi +dIz +kQY +kvd +vvr +ceJ +ceJ +jzL +rlL +tUl +ceJ +ceJ +cAN +ceJ +nnR +kYz +eUL +eUL +eUL +eUL +eUL +eUL +gGt +gGt +gGt +gGt +eUL +eUL +aUT +dSd +kYz +kYz +kYz +iny +flp +naV +kYz +eUL +eUL +url +iAT +kYz +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +exf +uDD +xCo +ppF +xWy +bkJ +apS +vUk +lWn +lWn +oKW +umz +wat +cMr +nTu +rxx +ojw +wsy +xHG +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +tup +uhi +wsy +lLV +txd +rxx +ojw +ojw +eUL +eUL +aki +"} +(40,1,1) = {" +aki +eUL +eUL +lmc +lmc +wwC +fup +sXh +mEq +mEq +lmc +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +lmc +lmc +lmc +lmc +lmc +lmc +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +lmc +hYF +hYF +hYF +lmc +lmc +lmc +lmc +lmc +lmc +lmc +lmc +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +cjD +eCT +eCT +eCT +cjD +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +vba +vba +vba +dHe +wCr +bDC +tyV +rtA +bgr +lSW +kGV +bDC +pFK +tew +dcL +tew +pFK +bDC +lSW +lSW +bDC +bwE +eoq +nWi +nWi +dIz +kQY +xiN +ceJ +ceJ +ceJ +jzL +rlL +tUl +ceJ +ceJ +cAN +ceJ +ceJ +naV +kYz +kYz +eUL +eUL +eUL +eUL +gGt +hMj +nmL +khh +nmL +nmL +nmL +idE +kYz +kYz +kYz +xrn +rKP +kYz +eUL +eUL +eUL +url +wQA +woz +kYz +naV +kYz +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +naV +fzd +xWy +xmW +lMu +bth +uOa +tgr +hEM +rHn +ojw +lLV +txd +rxx +ojw +wsy +eVT +bYY +qCs +bYY +bYY +bYY +bYY +bYY +bYY +bYY +qCs +bYY +bYY +tup +bYY +bYY +bYY +bYY +bYY +qCs +bYY +bYY +uhi +wsy +lLV +txd +rxx +ojw +ojw +eUL +eUL +aki +"} +(41,1,1) = {" +aki +eUL +eUL +lmc +lci +pYB +nLV +iBV +iBV +iBV +iBV +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tCM +pnQ +hYF +hYF +hYF +xGY +kEh +cul +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iBV +iBV +iBV +iBV +iBV +iBV +lmc +xpj +qRF +vUI +oeb +nLV +hYF +iZy +ogV +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vba +vba +vba +bDC +tyV +rtA +bDC +lSW +nFh +bDC +bDC +bDC +bDC +bDC +bDC +bDC +lSW +lSW +bDC +fxq +lSW +mNV +bDC +bDC +npf +xiN +ukP +ceJ +ceJ +jzL +rlL +tUl +ceJ +ceJ +cAN +ceJ +ceJ +kYz +naV +naV +kYz +eUL +eUL +eUL +gGt +nmL +ecY +ecY +ecY +ecY +nmL +idE +kYz +kYz +kYz +amy +qIp +kYz +eUL +eUL +eUL +url +wQA +uGM +naV +kYz +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +naV +fzd +xWy +xWy +nyv +nyv +rrW +rrW +rrW +rHn +ojw +lLV +txd +rxx +ojw +wsy +lEe +tPm +iyn +kZK +gWW +poe +iyn +kZK +gWW +poe +poe +kZK +gWW +poe +iyn +kZK +gWW +poe +iyn +kZK +gWW +eYN +lEe +wsy +lLV +txd +rxx +ojw +ojw +eUL +eUL +aki +"} +(42,1,1) = {" +aki +eUL +eUL +lmc +aQc +jhh +iBV +iBV +iBV +iBV +iBV +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tCM +lAV +iBV +iBV +iBV +iBV +iBV +aQc +jhh +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +wvu +hYF +iBV +iBV +iBV +iBV +iBV +hYF +eGz +xru +kqA +iBV +iBV +iBV +gJg +pCt +olQ +hYF +hxh +czU +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +bDC +bDC +bDC +bDC +lSW +lSW +ojL +nro +arj +bDC +gTb +tZQ +uta +lSW +lSW +bDC +oDM +lSW +nWi +dIz +kQY +gon +vvr +ceJ +ceJ +ceJ +jzL +rlL +tUl +ceJ +ceJ +cAN +ceJ +ceJ +kYz +kYz +kYz +naV +eUL +eUL +eUL +gGt +pVc +ecY +ecY +vWG +ecY +snl +bPR +bPR +bPR +lzQ +hvz +sHy +lzQ +ycc +ycc +eUL +url +wQA +uGM +naV +kYz +eUL +eUL +kYz +naV +kYz +naV +naV +kYz +kYz +kYz +exf +xCo +xCo +xCo +xCo +rrW +phm +rrW +cfr +ojw +lLV +txd +rxx +ojw +uXV +bRS +bRS +bRS +bRS +bRS +bRS +bRS +bRS +bRS +bRS +bRS +bRS +bRS +bRS +bRS +bRS +bRS +bRS +bRS +bRS +bRS +bRS +bRS +uXV +lLV +txd +rxx +ojw +ojw +eUL +eUL +aki +"} +(43,1,1) = {" +aki +eUL +eUL +lmc +aQc +jhh +iBV +iBV +iBV +iBV +tZe +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tCM +lAV +iBV +iBV +iBV +iBV +iBV +oeb +jRD +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +eUL +qfh +chI +iBV +xBd +iBV +iBV +iBV +hYF +sdt +bVy +rGJ +pYO +pYO +wGJ +bTB +bVy +bTT +hYF +hxh +czU +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vZQ +jbf +jbf +tKk +bDC +lSW +lSW +bDC +jQK +xiy +bDC +bjz +tew +fbQ +lSW +lSW +bDC +nMI +lSW +nWi +dIz +kQY +cGh +ceJ +ceJ +ceJ +ceJ +jzL +rlL +tUl +ceJ +ceJ +vvV +ceJ +ceJ +kYz +kYz +kYz +kYz +naV +eUL +eUL +eUL +nmL +ecY +ecY +ecY +ecY +nmL +bpv +bPR +cdx +idr +idr +eAm +pzD +dtr +ycc +eUL +eUL +url +iAT +kYz +naV +kYz +kYz +naV +kYz +naV +kYz +kYz +naV +kYz +kYz +naV +kYz +kYz +kYz +kYz +rrW +phm +rrW +ojw +ojw +lLV +txd +lGA +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +juH +txd +rxx +ojw +eUL +eUL +eUL +aki +"} +(44,1,1) = {" +aki +eUL +eUL +lmc +aQc +aGG +iBV +iBV +iBV +iBV +gqw +tCM +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +piH +lAV +iBV +iBV +iBV +iBV +iBV +iBV +sLs +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +hby +lKO +iBV +iBV +iBV +iBV +iBV +lci +rRx +cul +iBV +gqw +tCM +tCM +tCM +wGJ +iBV +hYF +hYF +sXH +czU +eCT +eCT +eCT +cjD +eCT +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aQa +aQa +aQa +cms +kpJ +bDC +rbt +rbt +bDC +bDC +bDC +bDC +pFK +uVQ +uta +lSW +lSW +eFr +iQc +lSW +bDC +bDC +kQY +xiN +ceJ +ceJ +ceJ +hXY +kCJ +rlL +tUl +ceJ +ceJ +cAN +ceJ +ceJ +kYz +kYz +kYz +kYz +kYz +naV +kYz +idE +nmL +ecY +ecY +ecY +ecY +nmL +wGk +bPR +fLn +otB +otB +bjJ +wcW +hfD +ycc +eUL +eUL +url +iAT +kYz +kYz +naV +naV +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +naV +naV +kYz +kYz +rrW +phm +rrW +ojw +ojw +lLV +sba +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +ybu +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +mCS +rxx +ojw +eUL +eUL +eUL +aki +"} +(45,1,1) = {" +aki +eUL +eUL +lmc +aQc +jhh +iBV +iBV +iBV +iBV +gqw +tCM +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +pnQ +iBV +iBV +iBV +iBV +iBV +iBV +sOa +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +sLs +hYF +iBV +iBV +iBV +iBV +iBV +foG +cyI +jhh +hYF +gqw +tCM +tCM +tCM +oHh +iBV +lci +hYF +hYF +eUL +eUL +eUL +eUL +eCT +eCT +eCT +eCT +eCT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cms +cms +cms +iDq +rbi +rbi +rUB +syt +huX +nef +xOm +cpG +bDC +vba +vba +vba +lSW +uGW +bDC +nWi +nWi +dIz +kQY +gon +ceJ +hXY +nJX +nJX +kCJ +qgm +rlL +tUl +ceJ +ceJ +cAN +ceJ +ceJ +kYz +kYz +kYz +kYz +kYz +kYz +naV +idE +nmL +nmL +nmL +nmL +nmL +nmL +sUe +bPR +uWf +rQC +otB +iCS +otB +nps +ycc +eUL +eUL +url +iAT +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +naV +kYz +rrW +phm +rrW +ojw +ojw +wks +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +rTB +txd +hgd +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +mpb +eUL +eUL +eUL +eUL +aki +"} +(46,1,1) = {" +aki +eUL +eUL +lmc +bfW +nLV +iBV +iBV +iBV +iBV +gqw +tCM +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +lmc +lmc +lmc +eUL +eUL +eUL +lmc +lmc +lmc +lmc +lmc +eUL +eUL +eUL +lmc +oRo +iBV +iBV +iBV +iBV +iBV +iBV +iBV +xxB +nLV +iBV +imh +tCM +tCM +knF +tAV +iBV +oeb +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nUh +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +aeq +vZQ +jbf +eUL +eUL +vba +vba +vba +bDC +iaJ +nWi +dIz +kQY +xiN +bcn +iGJ +eKZ +eKZ +eKZ +eKZ +dxY +mGN +ceJ +ceJ +cAN +nnR +ceJ +kYz +kYz +kYz +kYz +kYz +kYz +kYz +idE +nmL +nmL +nmL +nmL +nmL +nmL +sQs +bPR +bPR +bPR +bPR +mLe +otB +tiM +ycc +eUL +eUL +url +iAT +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +naV +naV +kYz +kYz +naV +kYz +rrW +phm +rrW +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +lLV +txd +rxx +wOW +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +eUL +eUL +eUL +eUL +eUL +aki +"} +(47,1,1) = {" +aki +eUL +eUL +lmc +ghr +hYF +iBV +iBV +iBV +iBV +gqw +tCM +tCM +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +eUL +eUL +eUL +lci +wEA +aGR +vMK +iBV +iBV +iBV +iBV +eUL +lmc +hYF +iBV +iBV +iBV +iBV +iBV +iBV +eTC +lmc +wNt +bMc +vUI +imh +pnQ +oRo +wNt +bMc +vUI +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +oZC +esc +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +aeq +aQa +aQa +eUL +eUL +eUL +eUL +eUL +bDC +bDC +bDC +bDC +npf +xiN +jzL +rlL +qgm +dHy +uNf +dkf +mGN +ceJ +ceJ +ceJ +cAN +ceJ +nnR +kYz +kYz +kYz +kYz +naV +naV +naV +eUL +eUL +eUL +iZl +clM +sNP +wVH +bPR +kxg +rDl +sab +bPR +hLf +otB +rsI +ycc +eUL +eUL +eUL +azt +naV +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +naV +naV +kYz +naV +kYz +rrW +rrW +rrW +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +rrW +rrW +rrW +ojw +ojw +lLV +txd +rxx +ojw +ojw +rrW +rrW +rrW +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +rrW +rrW +rrW +eUL +eUL +eUL +eUL +aki +"} +(48,1,1) = {" +aki +eUL +eUL +lmc +oRo +iBV +iBV +iBV +iBV +iBV +gqw +tCM +tCM +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +pfN +qxz +nLV +iBV +iBV +iBV +iBV +twM +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +lci +wlC +lmc +ePf +wTl +kqA +iBV +iBV +iBV +gJg +pCt +lbN +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nUh +rbi +rbi +rbi +eUL +eUL +rbi +rbi +rbi +rbi +tSx +aQa +aQa +aQa +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rbl +rbl +wYa +jzL +rlL +dHy +mGN +vvV +vvV +ceJ +ceJ +ceJ +vvV +vvV +eUL +ceJ +naV +kYz +kYz +naV +kYz +kYz +naV +kYz +eUL +eUL +ewG +clM +clM +wVH +arO +kxg +myg +otB +cuF +otB +otB +hZZ +ycc +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +naV +kYz +rrW +rrW +phm +rrW +rrW +kVJ +kVJ +kVJ +rrW +kVJ +kVJ +kVJ +rrW +rrW +phm +rrW +rrW +ojw +lLV +txd +rxx +ojw +rrW +rrW +phm +rrW +rrW +kVJ +kVJ +kVJ +xWy +kVJ +kVJ +kVJ +rrW +rrW +phm +rrW +rrW +eUL +eUL +eUL +aki +"} +(49,1,1) = {" +aki +eUL +eUL +lmc +hYF +iBV +iBV +iBV +iBV +iBV +gqw +tCM +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +pfN +syE +cul +iBV +iBV +iBV +iBV +iBV +iBV +pfN +aGR +sLv +nLV +lmc +sQu +tPK +axg +lci +rRx +cul +bTB +bVy +nKc +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +oZC +esc +rbi +rbi +eUL +eUL +eUL +eUL +rbi +rbi +rbi +aeq +aQa +aQa +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rbl +rbl +ceJ +jzL +rlL +tUl +ceJ +vvV +vvV +cAN +cAN +cAN +vvV +vvV +eUL +eUL +kYz +naV +naV +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +aUT +aUT +bPR +ezu +bPR +lzQ +lzQ +bPR +cHM +lzQ +ycc +ycc +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +kYz +naV +naV +kYz +eUL +rrW +phm +phm +phm +rrW +phm +phm +xDL +rrW +apO +phm +phm +rrW +phm +phm +phm +rrW +ojw +lLV +txd +rxx +ojw +rrW +phm +phm +phm +rrW +apO +phm +phm +xWy +phm +phm +xDL +rrW +phm +phm +phm +rrW +eUL +eUL +eUL +aki +"} +(50,1,1) = {" +aki +eUL +eUL +lmc +iBV +iBV +iBV +iBV +iBV +iBV +gqw +tCM +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +oeb +mom +chI +iBV +iBV +iBV +iBV +lmc +lmc +lmc +lmc +eUL +eUL +lmc +lmc +hYF +aQc +cyI +lBT +lmc +lmc +lmc +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nUh +rbi +rbi +eUL +eUL +eUL +eUL +eUL +eUL +rbi +rbi +aeq +aQa +aQa +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cas +pDW +ceJ +ceJ +jzL +rlL +tUl +ceJ +ceJ +ceJ +ceJ +ceJ +nnR +ceJ +eUL +eUL +eUL +eUL +kYz +kYz +eUL +kYz +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +nrU +kYz +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +naV +naV +kYz +eUL +eUL +rrW +rrW +phm +rrW +rrW +kVJ +kVJ +kVJ +rrW +kVJ +kVJ +kVJ +rrW +rrW +phm +rrW +rrW +ojw +lLV +txd +rxx +ojw +rrW +rrW +phm +rrW +rrW +kVJ +kVJ +kVJ +xWy +kVJ +kVJ +kVJ +rrW +rrW +phm +rrW +rrW +eUL +eUL +eUL +aki +"} +(51,1,1) = {" +aki +eUL +eUL +eUL +iBV +iBV +iBV +iBV +iBV +iBV +gqw +tCM +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +hYF +hYF +iBV +iBV +iBV +hYF +hYF +lmc +lmc +lmc +lmc +lmc +hYF +xBd +iBV +twM +lmc +lmc +lmc +lmc +lmc +iBV +iBV +iBV +iBV +iBV +eUL +eUL +eUL +eUL +eUL +iBV +iBV +iBV +oeb +vHh +nLV +iBV +iBV +hYF +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +esc +rbi +rbi +eUL +eUL +rbi +rbi +eUL +eUL +rbi +rbi +aeq +aQa +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cas +jcv +ceJ +ceJ +ceJ +jzL +rlL +tUl +eUL +eUL +eUL +ceJ +ceJ +nnR +ceJ +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +jZD +kYz +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +naV +naV +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +rrW +rrW +rrW +iFw +oHL +oHL +oHL +oHL +oHL +iFw +oHL +eUL +rrW +rrW +rrW +ojw +ojw +lLV +txd +rxx +ojw +ojw +rrW +rrW +rrW +eUL +oHL +iFw +oHL +oHL +oHL +oHL +oHL +oHL +rrW +rrW +rrW +eUL +eUL +eUL +eUL +aki +"} +(52,1,1) = {" +aki +eUL +eUL +eUL +iBV +iBV +iBV +iBV +iBV +iBV +iYa +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iBV +iBV +iBV +iBV +tZe +pYO +eUL +eUL +eUL +eUL +eUL +eUL +hYF +iBV +iBV +ghr +eUL +eUL +eUL +eUL +eUL +iBV +twM +hYF +iBV +eUL +eUL +eUL +eUL +eUL +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +dSR +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aQa +iDq +rbi +rbi +rbi +aCR +dAN +uhB +eUL +eUL +eUL +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +eUL +eUL +eUL +woz +naV +naV +kYz +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +naV +kYz +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +oHL +iFw +oHL +oHL +oHL +oHL +oHL +iFw +oHL +eUL +eUL +eUL +rrW +ojw +ojw +lLV +txd +rxx +ojw +ojw +rrW +eUL +eUL +eUL +oHL +iFw +oHL +oHL +oHL +oHL +oHL +oHL +iFw +oHL +eUL +eUL +eUL +eUL +eUL +aki +"} +(53,1,1) = {" +aki +eUL +eUL +eUL +iBV +iBV +iBV +iBV +iBV +iBV +iBV +eUL +eUL +eUL +eUL +eUL +lmc +lmc +lmc +lmc +lmc +lmc +eUL +eUL +iBV +iBV +iBV +iBV +tZe +tCM +tCM +eUL +eUL +eUL +eUL +eUL +eUL +iBV +iBV +iBV +fJF +fgK +eUL +eUL +eUL +eUL +iBV +fJF +fgK +iBV +hYF +eUL +eUL +iBV +hYF +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +lmc +vUs +ylI +eUL +vdC +vdC +vdC +vdC +vdC +eUL +pwK +pwK +lQZ +vdC +vdC +vdC +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +eUL +eUL +eUL +eUL +xDy +gXW +uAc +eUL +eUL +iDq +rbi +rbi +rbi +rbi +aCR +dAN +uhB +rxy +eUL +eUL +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +eUL +eUL +uGM +naV +kYz +naV +wSr +eUL +eUL +kYz +naV +kYz +kYz +naV +naV +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +kYz +naV +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +oHL +iFw +oHL +oHL +oHL +oHL +oHL +oHL +oHL +iFw +oHL +eUL +eUL +rrW +rgg +xWy +lLV +txd +rxx +ojw +ojw +rrW +eUL +eUL +oHL +iFw +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +iFw +oHL +eUL +eUL +eUL +eUL +aki +"} +(54,1,1) = {" +aki +eUL +eUL +eUL +hYF +iBV +iBV +iBV +iBV +iBV +iBV +eUL +eUL +eUL +eUL +eUL +eUL +lci +rRx +rRx +rRx +wEA +aGR +vMK +iBV +iBV +iBV +tZe +tCM +tCM +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iBV +iBV +iBV +oRo +eUL +eUL +eUL +eUL +iBV +iBV +oRo +nXY +iBV +eUL +hYF +iBV +iBV +iBV +iBV +iBV +eUL +eUL +iBV +iBV +iBV +iBV +iBV +lci +szG +dLx +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +eUL +eUL +xDy +iqX +gXW +uAc +pzy +iqX +rbi +rbi +rbi +rbi +rbi +aCR +dAN +uhB +rxy +eUL +eUL +jSV +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +url +iAT +kYz +kYz +kYz +naV +kYz +kYz +naV +kYz +kYz +naV +kYz +kYz +naV +naV +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +naV +kYz +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +oHL +iFw +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +iFw +oHL +eUL +rrW +doY +hEM +lLV +txd +rxx +ojw +ojw +rrW +eUL +oHL +iFw +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +iFw +oHL +eUL +eUL +eUL +eUL +aki +"} +(55,1,1) = {" +aki +eUL +eUL +eUL +eUL +hYF +iBV +iBV +iBV +iBV +iBV +iBV +eUL +lmc +eUL +lci +fCU +vHh +vHh +vHh +vHh +nLV +iBV +iBV +iBV +iBV +tZe +tCM +piH +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iBV +iBV +iBV +iBV +iBV +eUL +eUL +eUL +hYF +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +eUL +eUL +eUL +iBV +iBV +iBV +iBV +lci +dFf +ppC +kXk +lQZ +pwK +pwK +pEi +pwK +pwK +pPu +mZF +pwK +pwK +pwK +pwK +jFz +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rbi +rbi +rbi +rbi +rbi +iAR +eUL +eUL +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +bKd +ian +ian +uAc +gXW +ian +ian +rbi +rbi +rbi +rbi +rbi +aCR +dAN +uhB +rbi +eUL +eUL +dAP +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +url +wQA +azt +kYz +kYz +kYz +kYz +naV +naV +kYz +kYz +naV +kYz +eUL +eUL +kYz +kYz +naV +kYz +kYz +naV +kYz +kYz +naV +kYz +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +iFw +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +iFw +oHL +eUL +rrW +tLT +hEM +xgf +vcg +fNl +oSQ +oSQ +rrW +eUL +oHL +iFw +oHL +oHL +oHL +iFw +iFw +oHL +oHL +oHL +oHL +iFw +knj +eUL +eUL +eUL +eUL +aki +"} +(56,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +wvu +iBV +iBV +iBV +iBV +eUL +lmc +cKf +vHh +nLV +iBV +iBV +iBV +xBd +iBV +iBV +iBV +iBV +iBV +gqw +iaO +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iBV +iBV +iBV +iBV +iBV +eUL +eUL +eUL +eUL +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +hYF +eUL +eUL +eUL +iBV +iBV +iBV +iBV +aQc +cyI +ppC +msM +jyF +pwK +pwK +pwK +pwK +dmy +lTP +pwK +pwK +pwK +pwK +lQZ +goa +gpb +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rbi +rbi +rbi +rbi +iAR +rxy +eUL +eUL +eUL +eUL +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +bKd +ian +gXW +uAc +iqX +ian +bKd +rbi +rbi +rbi +rbi +aCR +dAN +uhB +rbi +eUL +eUL +dAP +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +url +xoL +kYz +kYz +naV +naV +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +kYz +naV +kYz +kYz +naV +naV +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +naV +naV +oHL +oHL +oHL +oHL +oHL +oHL +iFw +iFw +oHL +oHL +oHL +oHL +iFw +oHL +rrW +xWy +xWy +rMZ +utS +wqc +oHL +iFw +oHL +oHL +iFw +oHL +oHL +oHL +iFw +oHL +oHL +iFw +oHL +oHL +oHL +oHL +hjE +ntm +eUL +eUL +eUL +aki +"} +(57,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +ghr +iBV +iBV +iBV +iBV +hYF +lmc +sOa +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +gqw +iaO +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +hYF +iBV +iBV +iBV +iBV +eUL +eUL +eUL +eUL +eUL +hYF +iBV +twM +hYF +iBV +iBV +iBV +iBV +iBV +hYF +eUL +eUL +eUL +iBV +iBV +xGY +qxz +qeJ +ppC +cwW +mkl +kOj +mZF +lQZ +pwK +lQZ +pwK +lQZ +mwg +mZF +pwK +pwK +pwK +lTP +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rbi +rbi +rbi +rbi +rbi +rxy +rxy +eUL +eUL +eUL +eUL +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +ian +iqX +uAc +gXW +xDy +ian +eUL +eUL +rbi +rbi +rbi +aCR +dAN +uhB +rbi +eUL +eUL +rtQ +jSV +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +azt +naV +kYz +naV +kYz +kYz +naV +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +naV +kYz +kYz +iFw +oHL +oHL +oHL +oHL +iFw +oHL +oHL +iFw +oHL +oHL +oHL +oHL +iFw +iFw +oHL +oHL +rMZ +utS +wqc +oHL +oHL +iFw +iFw +oHL +oHL +oHL +iFw +oHL +eUL +eUL +oHL +iFw +oHL +oHL +oHL +hjE +ntm +eUL +eUL +eUL +aki +"} +(58,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +lmc +drK +cul +iBV +iBV +iBV +iBV +hYF +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +gqw +tCM +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +hYF +iBV +iBV +iBV +iBV +iBV +eUL +eUL +eUL +eUL +lmc +gGC +wlC +lmc +lmc +lmc +lmc +iBV +iBV +iBV +eUL +eUL +eUL +iBV +iBV +iBV +iBV +oeb +sQc +gFl +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +lQZ +pwK +eUL +eUL +eUL +eUL +eUL +eUL +rbi +rbi +fNV +rbi +rbi +iAR +iqX +oZC +xDy +xDy +eUL +eUL +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +ian +pzy +eUL +eUL +eUL +eUL +eUL +eUL +rbi +rbi +rbi +aCR +dAN +uhB +rbi +eUL +eUL +eUL +rtQ +kYz +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +naV +kYz +kYz +eUL +kYz +naV +kYz +naV +kYz +eUL +eUL +eUL +eUL +kYz +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +naV +naV +kYz +eUL +eUL +oHL +iFw +oHL +oHL +sEl +pAa +eUL +eUL +oHL +iFw +oHL +oHL +oHL +oHL +oHL +oHL +oHL +rMZ +utS +wqc +oHL +oHL +oHL +oHL +oHL +oHL +oHL +iFw +oHL +eUL +eUL +eUL +oHL +iFw +oHL +knj +sUc +ntm +eUL +eUL +eUL +aki +"} +(59,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +lmc +aQc +jhh +iBV +iBV +iBV +iBV +iBV +iBV +iBV +dYv +iBV +wvu +lmc +lmc +lmc +lmc +iBV +iBV +iBV +iYa +jEM +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iBV +iBV +iBV +iBV +iBV +eUL +lmc +eUL +hYF +cKf +sLv +uCn +rRx +rRx +cul +lmc +iBV +iBV +iBV +iBV +eUL +iBV +iBV +iBV +iBV +tZe +lmc +vUs +ylI +eUL +eUL +eUL +vdC +vdC +vdC +pwK +pwK +pwK +pwK +pwK +pwK +pwK +jFz +pwK +vdC +eUL +eUL +eUL +eUL +ubN +rbi +rbi +rbi +rbi +eUL +rxy +gXW +gXW +kzV +mZO +eUL +eUL +rbi +rbi +rbi +rbi +eUL +eUL +rbi +rbi +rbi +rbi +eUL +eUL +eUL +eUL +eUL +rbi +rbi +rbi +rbi +rbi +aCR +dAN +uhB +rbi +rbi +eUL +eUL +dAP +jSV +kYz +kYz +kYz +naV +kYz +kYz +naV +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +naV +kYz +eUL +eUL +eUL +kYz +naV +naV +kYz +kYz +kYz +kYz +naV +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +kYz +naV +kYz +naV +kYz +kYz +eUL +eUL +eUL +oHL +iFw +oHL +knj +sUc +ntm +eUL +eUL +oHL +iFw +oHL +oHL +oHL +oHL +oHL +oHL +oHL +rMZ +utS +wqc +oHL +oHL +iFw +iFw +oHL +oHL +oHL +oHL +iFw +oHL +eUL +eUL +eUL +oHL +iFw +oWf +sUc +ntm +eUL +eUL +eUL +aki +"} +(60,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +lmc +aQc +jhh +iBV +iBV +iBV +iBV +iBV +iBV +iBV +srS +gwm +sLs +lmc +lmc +lmc +lmc +iBV +iBV +iBV +iBV +iBV +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +wvu +iBV +iBV +iBV +iBV +eUL +lmc +hYF +lci +wlC +hYF +oeb +vHh +qeJ +jhh +lmc +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +tZe +tCM +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +lQZ +pwK +chH +pwK +vdC +eUL +eUL +eUL +eUL +aQa +ubN +rbi +rbi +eUL +eUL +eUL +uAc +eQd +tPC +iAR +rbi +rbi +rbi +rbi +rbi +rbi +eUL +eUL +eUL +rbi +rbi +rbi +eUL +eUL +rbi +rbi +rbi +rbi +rbi +rbi +rbi +iba +cuM +dAN +uhB +rbi +rbi +eUL +eUL +eUL +kYz +kYz +kYz +kYz +kYz +naV +naV +kYz +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +naV +kYz +kYz +kYz +naV +kYz +kYz +kYz +kYz +kYz +naV +kYz +pVs +nGL +nGL +uBc +kYz +kYz +kYz +kYz +kYz +naV +naV +kYz +naV +kYz +eUL +eUL +eUL +eUL +oHL +iFw +oHL +oHL +hjE +ntm +eUL +eUL +eUL +oHL +iFw +oHL +oHL +iFw +iFw +oHL +oHL +oHL +rMZ +utS +wqc +oHL +iFw +oHL +oHL +iFw +oHL +oHL +oHL +oHL +iFw +oHL +eUL +eUL +oHL +iFw +bOb +sUc +ntm +eUL +eUL +eUL +aki +"} +(61,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +lmc +aQc +pYe +chI +iBV +iBV +iBV +iBV +iBV +iBV +lxG +roh +wlC +lmc +lmc +lmc +lmc +iBV +iBV +iBV +iBV +iBV +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +ghr +iBV +iBV +iBV +iBV +lmc +lmc +lci +aBR +nLV +iBV +iBV +iBV +aQc +jhh +lmc +lmc +iBV +iBV +iBV +iBV +tNA +hYF +iBV +gqw +tCM +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vdC +pwK +jFz +pwK +lQZ +pwK +vdC +eUL +eUL +eUL +eUL +aQa +pcL +rbi +rbi +rbi +eUL +eUL +tPC +mZO +rxy +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +eUL +eUL +gcS +rbi +rbi +rbi +rbi +rbi +iba +hNf +hNf +hNf +hNf +hNf +cuM +aRj +dAN +uhB +rbi +rbi +rbi +eUL +eUL +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +kYz +naV +kYz +kYz +naV +naV +naV +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +url +url +wQA +uBc +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +oHL +iFw +oHL +oHL +oHL +hjE +ntm +eUL +eUL +oHL +iFw +oHL +oHL +iFw +oHL +oHL +iFw +oHL +oHL +rMZ +utS +wqc +iFw +oHL +eUL +eUL +oHL +iFw +oHL +oHL +oHL +oHL +iFw +oHL +oHL +iFw +oHL +oHL +hjE +ntm +eUL +eUL +eUL +aki +"} +(62,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +lmc +ksq +nLV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +oeb +mom +oNS +aFr +aFr +chI +iBV +iBV +iBV +iBV +iBV +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +drK +cul +iBV +iBV +iBV +lci +rRx +gDW +nLV +dYv +qJW +qMB +iBV +oeb +uCn +cul +hYF +iBV +iBV +twM +lmc +lmc +wvu +iBV +iYa +tCM +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vdC +pwK +chH +pwK +pwK +pwK +vdC +eUL +eUL +eUL +eUL +aQa +aQa +ubN +rbi +rbi +eUL +eUL +eUL +iAR +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +bKd +gcS +gcS +rbi +rbi +iba +eHi +gpH +gpH +gpH +gpH +gpH +gpH +gpH +pWT +dSM +rbi +rbi +rbi +rbi +rbi +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +eUL +url +wQA +uBc +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +oHL +oHL +iFw +oHL +oHL +oHL +iFw +oWf +eUL +eUL +eUL +oHL +iFw +oHL +iFw +oHL +eUL +eUL +oHL +iFw +oHL +rMZ +utS +wqc +iFw +oHL +eUL +eUL +eUL +oHL +iFw +oHL +oHL +oHL +oHL +iFw +iFw +oHL +oHL +oHL +hjE +ntm +eUL +eUL +eUL +aki +"} +(63,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +lmc +ghr +iBV +iBV +tZe +pYO +wGJ +xGY +fgK +iBV +iBV +iBV +iBV +xFY +iBV +iBV +iBV +iBV +iBV +iBV +iBV +twM +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +ksq +nLV +iBV +iBV +iBV +oeb +vHh +uGd +hYF +kOI +pBI +xBd +iBV +hYF +bfW +mom +chI +iBV +iBV +xFY +lmc +lmc +oRo +iBV +iBV +iYa +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vdC +pwK +pwK +pwK +pwK +pwK +vdC +eUL +eUL +eUL +eUL +aQa +aQa +pcL +rbi +rbi +rbi +eUL +eUL +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +bKd +fIE +xDy +eUL +eUL +rbi +aCR +dAN +aRj +xCL +bnl +bnl +bnl +bnl +bnl +dSM +rbi +rbi +rbi +rbi +rbi +rbi +rbi +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +kYz +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +eUL +eUL +eUL +url +iAT +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +kYz +iFw +iFw +oHL +oHL +oHL +iFw +oHL +eUL +eUL +eUL +oHL +iFw +oHL +oHL +iFw +oHL +eUL +eUL +oHL +iFw +oHL +rMZ +utS +wqc +oHL +iFw +oHL +eUL +eUL +oHL +iFw +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +iFw +bOb +eUL +eUL +eUL +eUL +aki +"} +(64,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +oRo +iBV +iBV +gqw +tCM +eUL +lmc +drK +cul +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +lci +rRx +wlC +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +oRo +iBV +iBV +iBV +iBV +lmc +lmc +rPE +iBV +nXY +ilN +iBV +iBV +lci +wlC +lmc +lmc +iBV +iBV +hYF +wpZ +iBV +iBV +iBV +iBV +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +lQZ +jFz +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +aQa +aQa +ubN +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +eUL +eUL +rbi +rbi +rbi +rbi +rbi +bKd +iqX +eUL +eUL +eUL +rbi +aCR +dAN +xCL +dSM +eUL +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +rbi +eUL +eUL +tyE +tyE +tyE +eUL +eUL +kYz +kYz +naV +kYz +kYz +eUL +eUL +kYz +naV +kYz +naV +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +kYz +kYz +eUL +eUL +eUL +eUL +uGM +naV +kYz +kYz +kYz +kYz +kYz +kYz +naV +naV +oHL +oHL +oHL +oHL +oHL +iFw +oHL +eUL +eUL +oHL +iFw +oHL +oHL +oHL +iFw +oHL +eUL +eUL +oHL +iFw +oHL +rMZ +utS +wqc +oHL +iFw +oHL +eUL +eUL +oHL +iFw +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +iFw +oHL +eUL +eUL +eUL +eUL +aki +"} +(65,1,1) = {" +aki +eUL +eUL +lmc +lmc +eUL +eUL +iBV +iBV +tZe +tCM +tCM +eUL +lmc +oeb +mom +aGR +chI +iBV +iBV +iBV +iBV +iBV +pfN +aFr +qxz +vHh +nLV +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +iBV +iBV +iBV +iBV +iBV +gqw +piH +wGJ +iBV +pYm +wvu +iBV +lci +dFf +jhh +lmc +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +hYF +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +gwM +dAt +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +aQa +aQa +pcL +rbi +rbi +rbi +rbi +rbi +rbi +rbi +eUL +eUL +eUL +bKd +rbi +rbi +rbi +rbi +bKd +gXW +eUL +eUL +tyE +tyE +lML +rGl +lGv +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +tyE +tyE +tyE +eUL +eUL +eUL +kYz +kYz +naV +kYz +kYz +kYz +naV +kYz +naV +kYz +naV +kYz +kYz +kYz +kYz +kYz +naV +kYz +kYz +naV +naV +kYz +eUL +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +oHL +oHL +oHL +oHL +oHL +oHL +iFw +oHL +oHL +iFw +oHL +oHL +oHL +iFw +oHL +eUL +eUL +oHL +iFw +oHL +oHL +rMZ +utS +wqc +oHL +iFw +oHL +eUL +eUL +oHL +iFw +oHL +oHL +oHL +oHL +oHL +oHL +iFw +iFw +oHL +eUL +eUL +eUL +eUL +eUL +aki +"} +(66,1,1) = {" +aki +eUL +eUL +lmc +hby +vMK +iBV +iBV +iBV +gqw +tCM +eUL +eUL +lmc +lmc +lmc +lmc +lmc +eUL +iBV +iBV +iBV +iBV +lmc +lmc +hYF +iBV +hYF +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iBV +iBV +iBV +iBV +iBV +gqw +piH +flE +wGJ +xGH +ciS +fCU +qxz +vHh +nLV +lmc +wGJ +iBV +iBV +iBV +iBV +iBV +iBV +iBV +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +idv +pbu +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +aQa +aQa +aQa +ubN +rbi +rbi +rbi +rbi +rbi +eUL +eUL +eUL +tPC +bKd +rbi +rbi +rbi +rbi +gcS +xDy +eUL +eUL +tyE +tyE +lML +rGl +lGv +lYc +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +eUL +eUL +kYz +kYz +kYz +naV +naV +naV +kYz +naV +kYz +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +naV +naV +kYz +kYz +naV +kYz +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +naV +naV +oHL +oHL +oHL +oHL +oHL +oHL +oHL +iFw +iFw +oHL +oHL +oHL +oHL +iFw +oHL +eUL +eUL +oHL +iFw +oHL +oHL +rMZ +utS +wqc +oHL +iFw +oHL +eUL +eUL +eUL +oHL +iFw +oHL +oHL +oHL +oHL +iFw +oHL +oHL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(67,1,1) = {" +aki +eUL +eUL +lmc +ghr +iBV +iBV +iBV +iBV +gqw +tCM +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +wvu +iBV +iBV +lmc +iBV +iBV +iBV +iBV +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iBV +iBV +iBV +iBV +iBV +iBV +gqw +tCM +piH +lmc +lmc +aQc +nLV +lmc +lmc +lmc +lmc +mvz +pYO +wGJ +eUL +iBV +iBV +iBV +iBV +iBV +hYF +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +pwK +pwK +kwE +lQZ +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +aQa +aQa +pcL +rbi +rbi +rbi +rbi +eUL +eUL +eUL +xDy +xDy +bKd +rbi +rbi +rbi +rbi +rbi +bKd +eUL +eUL +tyE +tyE +lML +rGl +lGv +dRb +lWJ +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +vEH +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +kYz +kYz +naV +kYz +kYz +kYz +kYz +kYz +naV +kYz +kYz +iFw +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +iFw +oHL +oHL +iFw +oHL +oHL +oHL +rMZ +utS +wqc +oHL +oHL +iFw +oHL +eUL +eUL +oHL +iFw +oHL +oHL +oHL +iFw +oHL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(68,1,1) = {" +aki +eUL +eUL +lmc +oRo +iBV +iBV +iBV +iBV +iYa +tCM +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +drK +cul +iBV +hYF +iBV +iBV +iBV +iBV +iBV +iBV +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iYa +tCM +tCM +eUL +eUL +oRo +hYF +hYF +iYa +hwB +evD +tCM +tCM +eUL +eUL +hYF +iBV +iBV +iBV +iBV +iBV +lmc +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +eUL +eUL +pwK +pwK +pwK +lQZ +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +aQa +aQa +pcL +rbi +rbi +rbi +rbi +rbi +eUL +fIE +xDy +eQd +gXW +bKd +rbi +rbi +rbi +rbi +rbi +eUL +eUL +eUL +tyE +lML +rGl +lGv +tyE +lYc +hrs +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +vEH +eUL +eUL +eUL +vEH +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +kYz +kYz +kYz +kYz +kYz +naV +kYz +kYz +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +naV +naV +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +oHL +iFw +oHL +oHL +oHL +oHL +iFw +iFw +iFw +iFw +oHL +oHL +oHL +oHL +oHL +iFw +iFw +oHL +oHL +oHL +oHL +rMZ +utS +wqc +oHL +oHL +oHL +iFw +oHL +oHL +iFw +oHL +oHL +oHL +iFw +oHL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(69,1,1) = {" +aki +eUL +eUL +lmc +iBV +iBV +iBV +iBV +iBV +iBV +gqw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +ksq +nLV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +eUL +eUL +eUL +eUL +eUL +eUL +hYF +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iYa +eUL +eUL +eUL +hYF +iBV +iBV +iBV +iYa +tCM +tCM +tCM +eUL +eUL +eUL +eUL +iBV +iBV +iBV +iBV +lmc +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +eUL +eUL +vdC +pwK +pwK +pwK +rHK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aQa +pcL +rbi +rbi +rbi +rbi +rbi +rbi +bKd +fIE +gea +iqX +xDy +gcS +rbi +rbi +rbi +rbi +gcS +eUL +eUL +tyE +lML +rGl +lGv +tyE +dRb +pyu +lYc +eUL +eUL +eUL +tyE +tyE +tyE +vEH +eUL +eUL +eUL +lKs +vEH +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +kYz +eUL +eUL +eUL +oHL +iFw +oHL +iFw +iFw +oHL +oHL +oHL +oHL +iFw +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +rMZ +utS +wqc +oHL +oHL +oHL +oHL +iFw +iFw +oHL +oHL +oHL +oHL +oHL +iFw +oHL +oHL +oHL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(70,1,1) = {" +aki +eUL +eUL +lmc +hYF +iBV +iBV +iBV +iBV +iBV +iYa +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +ghr +iBV +iBV +hYF +iBV +iBV +iBV +iBV +iBV +iBV +iBV +eUL +eUL +eUL +eUL +eUL +hYF +wvu +iBV +iBV +hYF +hby +vMK +iBV +eUL +eUL +eUL +eUL +eUL +iBV +twM +iBV +iBV +iBV +iYa +eUL +eUL +eUL +eUL +eUL +eUL +hYF +iBV +iBV +iBV +lmc +eUL +eUL +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +vdC +pwK +pwK +gwM +dAt +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rbi +rbi +rbi +rbi +rbi +rbi +gcS +evR +fIE +xDy +bKd +gcS +rbi +eUL +eUL +rbi +rbi +tyE +tyE +tyE +lML +rGl +lGv +tyE +tyE +tyE +dRb +pyu +eUL +eUL +tyE +tyE +tyE +eUL +eUL +eUL +jra +vEH +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +naV +kYz +eUL +eUL +eUL +eUL +eUL +oHL +iFw +iFw +oHL +oHL +eUL +eUL +eUL +eUL +oHL +iFw +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +jEB +fOX +utS +xJg +rKl +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +iFw +iFw +iFw +oHL +eUL +eUL +eUL +eUL +eUL +aki +"} +(71,1,1) = {" +aki +eUL +eUL +lmc +eUL +iBV +iBV +iBV +iBV +iBV +wvu +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +oRo +iBV +iBV +lmc +eUL +iBV +iBV +iBV +iBV +iBV +iBV +eUL +eUL +eUL +eUL +eUL +hYF +sLs +hYF +hYF +pfN +lKO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iBV +kod +fgK +iBV +eUL +eUL +eUL +eUL +lmc +lmc +lmc +iaa +iBV +iBV +iBV +iBV +lmc +eUL +pwK +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +vdC +pwK +pwK +bjR +fIL +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rbi +rbi +rbi +rbi +rbi +eUL +eUL +eUL +pwK +pwK +pwK +eUL +eUL +eUL +tyE +tyE +tyE +tyE +lML +rGl +lGv +tyE +tyE +tyE +tyE +tyE +eUL +eUL +tyE +tyE +tyE +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +mmE +eUL +eUL +eUL +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +naV +kYz +naV +kYz +kYz +kYz +kYz +kYz +naV +kYz +kYz +eUL +eUL +eUL +eUL +eUL +oHL +iFw +iFw +oHL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +oHL +iFw +jEB +pMA +pMA +pMA +pMA +pMA +pMA +fOX +jgW +utS +jgW +xJg +pMA +pMA +pMA +pMA +rKl +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +iFw +oHL +eUL +eUL +eUL +eUL +aki +"} +(72,1,1) = {" +aki +eUL +eUL +eUL +eUL +iBV +iBV +iBV +iBV +pfN +bsX +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +wGJ +iBV +iBV +lmc +eUL +eUL +eUL +iBV +iBV +iBV +iBV +hYF +lmc +lmc +lmc +lmc +gGC +mcD +chI +iBV +lmc +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iBV +hYF +oRo +iBV +eUL +eUL +eUL +eUL +xGY +aFr +vMK +iBV +iBV +iBV +iBV +iBV +pQE +ylI +pwK +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +vdC +pwK +pwK +lQZ +qHW +pwK +vdC +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nxf +pwK +pwK +pwK +eUL +eUL +tyE +tyE +tyE +tyE +lML +rGl +lGv +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +oMW +oxM +eUL +eUL +eUL +kYz +kYz +kYz +kYz +naV +kYz +kYz +eUL +eUL +eUL +eUL +kYz +naV +kYz +kYz +naV +kYz +eUL +kYz +naV +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +ntm +ntm +xHB +iFw +oHL +iFw +oHL +eUL +eUL +eUL +oHL +oHL +eUL +eUL +oHL +jEB +kym +wGu +wGu +wGu +wGu +wGu +wGu +wGu +wGu +her +wGu +wGu +wGu +wGu +wGu +wGu +mwz +rKl +oHL +oHL +oHL +oHL +iFw +iFw +iFw +oHL +iFw +oHL +eUL +eUL +eUL +eUL +aki +"} +(73,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +iBV +iBV +iBV +iBV +sLs +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tCM +ljP +iBV +iBV +lmc +eUL +eUL +eUL +eUL +iBV +iBV +iBV +iBV +iBV +iBV +xGY +aFr +qxz +nLV +iBV +iBV +wvu +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iBV +iBV +iBV +iBV +eUL +iBV +hYF +iBV +iBV +iBV +iBV +iBV +xBd +iBV +iBV +hYF +ylI +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +vdC +pwK +pwK +pwK +lTP +pwK +vdC +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lQZ +lQZ +ylI +pwK +pwK +pwK +cjG +pwK +tyE +tyE +tyE +tyE +lML +rGl +lGv +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +mmE +pjD +pyu +eUL +eUL +kYz +kYz +kYz +kYz +kYz +naV +naV +kYz +kYz +eUL +eUL +kYz +naV +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +ntm +sUc +nHI +iFw +oHL +oHL +oHL +iFw +oHL +oHL +oHL +iFw +iFw +oHL +oHL +iFw +rMZ +utS +jgW +uPQ +aJo +aJo +aJo +aJo +aJo +aJo +aJo +aJo +aJo +aJo +aJo +lOY +jgW +utS +wqc +oHL +oHL +oHL +iFw +oHL +oHL +oHL +iFw +oHL +iFw +oHL +eUL +eUL +eUL +aki +"} +(74,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +hYF +iBV +xBd +iBV +sLs +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tCM +ljP +iBV +twM +lmc +eUL +eUL +eUL +eUL +eUL +hYF +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +sLs +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +hYF +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +hYF +ylI +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +vdC +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vdC +pPQ +ylI +pwK +pwK +pwK +pwK +pwK +tyE +tyE +tyE +tyE +lML +rGl +lGv +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +kYz +kYz +kYz +kYz +naV +naV +kYz +kYz +naV +kYz +kYz +naV +kYz +eUL +eUL +wSr +naV +kYz +kYz +kYz +kYz +iFw +oHL +eUL +eUL +ejp +nHI +oHL +oHL +oHL +oHL +oHL +oHL +iFw +iFw +iFw +oHL +oHL +iFw +iFw +oHL +rMZ +utS +uPQ +lDe +iFw +oHL +iFw +oHL +oHL +iFw +oHL +oHL +iFw +iFw +oHL +xFn +lOY +utS +wqc +oHL +oHL +iFw +oHL +eUL +eUL +eUL +oHL +iFw +iFw +oHL +eUL +eUL +eUL +aki +"} +(75,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +iBV +iBV +iBV +oRo +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tCM +tYr +iBV +sLs +lmc +eUL +eUL +eUL +eUL +eUL +hYF +wvu +iBV +iBV +iBV +hbo +oGn +iBV +iDY +iBV +iBV +oRo +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +lci +cul +iBV +iBV +iBV +iBV +iBV +hYF +iBV +eUL +eUL +iBV +iBV +iBV +pQE +oGv +nxf +pwK +pwK +pwK +pwK +eUL +eUL +eUL +pwK +pwK +lQZ +pwK +jFz +pwK +pwK +pwK +vdC +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vdC +kMh +ylI +pwK +pwK +pwK +pwK +pwK +tyE +tyE +tyE +tyE +lML +rGl +lGv +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +mmE +eUL +eUL +eUL +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +tyE +kYz +kYz +kYz +kYz +kYz +naV +naV +kYz +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +oHL +iFw +oHL +oHL +iFw +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +oHL +jEB +fOX +utS +wqc +iFw +oHL +eUL +eUL +uic +uic +uic +eUL +eUL +eUL +oHL +iFw +oHL +rMZ +utS +wqc +oHL +iFw +oHL +eUL +eUL +eUL +eUL +oHL +iFw +iFw +oHL +eUL +eUL +eUL +aki +"} +(76,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +iBV +iBV +iBV +hYF +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tYr +iBV +iBV +sLs +eUL +eUL +eUL +eUL +eUL +eUL +lmc +drK +cul +iBV +iBV +aou +aGG +iBV +iBV +iBV +iBV +iBV +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +aQc +iyu +cul +qMB +iBV +iBV +hYF +eUL +eUL +eUL +eUL +eUL +iBV +iBV +lmc +lmc +ylI +pwK +pwK +lQZ +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +lTP +pwK +pwK +pwK +vdC +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vdC +soj +ylI +pwK +pwK +pwK +pwK +pwK +tyE +tyE +tyE +tyE +lML +rGl +lGv +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +sLb +oMW +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +eUL +eUL +tyE +tyE +tyE +tyE +tyE +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +kYz +kYz +oHL +oHL +jEB +pMA +pMA +pMA +pMA +pMA +pMA +pMA +pMA +pMA +pMA +pMA +pMA +pMA +pMA +pMA +pMA +fOX +jgW +utS +wqc +iFw +eUL +eUL +eUL +cHk +cHk +cHk +eUL +eUL +eUL +oHL +oHL +iFw +rMZ +utS +wqc +oHL +iFw +oHL +eUL +eUL +oHL +oHL +iFw +oHL +iFw +oHL +eUL +eUL +eUL +aki +"} +(77,1,1) = {" +aki +eUL +eUL +eUL +eUL +wvu +hYF +iBV +iBV +iBV +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +hYF +iBV +iBV +oRo +eUL +eUL +eUL +eUL +eUL +eUL +lmc +ksq +nLV +iBV +iBV +aQc +hoi +cul +iBV +iBV +iBV +iBV +gqw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +aQc +hET +dcY +ilN +iBV +iBV +eUL +eUL +eUL +eUL +lmc +eUL +iBV +twM +lmc +vUs +ylI +pwK +pwK +pwK +vdC +vdC +vdC +pwK +pwK +pwK +pwK +pwK +lQZ +pwK +pwK +pwK +pwK +eUL +vdC +vdC +vdC +eUL +eUL +vdC +vdC +vdC +vdC +eUL +eUL +vdC +vdC +vdC +eUL +eUL +vdC +lQZ +ylI +pwK +pwK +pwK +pwK +pwK +tyE +tyE +tyE +tyE +lML +rGl +lGv +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +mmE +pPb +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +baZ +jCQ +jCQ +eUL +kYz +kYz +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +kYz +naV +kYz +kYz +kYz +oHL +jEB +kym +wGu +wGu +wGu +wGu +wGu +wGu +wGu +wGu +wGu +wGu +wGu +wGu +wGu +wGu +wGu +wGu +wGu +wGu +nWX +lDe +oHL +eUL +eUL +eUL +rLY +rLY +rLY +rLY +eUL +bQN +oHL +oHL +oHL +rMZ +utS +wqc +oHL +oHL +iFw +oHL +oHL +iFw +iFw +oHL +oHL +iFw +eUL +eUL +eUL +eUL +aki +"} +(78,1,1) = {" +aki +eUL +eUL +eUL +eUL +ghr +iBV +iBV +iBV +hYF +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iBV +hYF +iBV +iBV +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +oRo +iBV +iBV +iBV +apE +oxY +mwb +kfB +iBV +iBV +iBV +iYa +tCM +tCM +tCM +eUL +eUL +eUL +eUL +eUL +lmc +oeb +qeJ +hoi +cul +iBV +iBV +iBV +eUL +eUL +eUL +pQE +wvu +iBV +fJF +kEh +szG +dLx +lQZ +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +adC +gkW +gkW +klJ +pwK +pwK +pwK +pwK +loh +tyE +tyE +tyE +tyE +lML +rGl +lGv +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +mmE +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +rKv +tyE +tyE +tyE +tyE +baZ +mUY +mUY +eUL +eUL +eUL +eUL +eUL +kYz +kYz +naV +kYz +eUL +eUL +eUL +eUL +eUL +eUL +kYz +naV +kYz +kYz +oHL +rMZ +utS +jgW +uPQ +aJo +aJo +aJo +lOY +uPQ +aJo +aJo +aJo +aJo +aJo +aJo +aJo +aJo +aJo +aJo +aJo +lDe +iFw +oHL +eUL +eUL +rug +eWR +rLY +rlS +rLY +cHk +bQN +oHL +gvP +oHL +rMZ +utS +xJg +pMA +pMA +pMA +pMA +pMA +pMA +rKl +iFw +iFw +oHL +eUL +eUL +eUL +eUL +aki +"} +(79,1,1) = {" +aki +eUL +eUL +lmc +eUL +ghr +iBV +iBV +iBV +iBV +eUL +lmc +lmc +lmc +lmc +lmc +eUL +hYF +iBV +iBV +iBV +iBV +eUL +eUL +eUL +eUL +eUL +lmc +lmc +lmc +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iYa +jEM +tCM +tCM +tCM +piH +eUL +eUL +hYF +hYF +oeb +vHh +nLV +hYF +iBV +iBV +eUL +eUL +eUL +pQE +xFY +iBV +hYF +aQc +ppC +kXk +pwK +dmy +xMu +alP +lQZ +pwK +jdt +alP +pwK +pwK +pwK +pwK +pwK +jFz +pwK +pwK +pPu +alP +pwK +pwK +pwK +pwK +pwK +dmy +hZL +kms +jyF +pwK +pwK +mwg +mZF +pwK +pwK +lQZ +gwM +jyF +pzx +pwK +pwK +loh +gNT +pjD +dRb +tyE +tyE +lML +rGl +lGv +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +rKv +tyE +tyE +tyE +baZ +mUY +mUY +eUL +eUL +eUL +eUL +eUL +eUL +pPb +kYz +naV +kYz +eUL +eUL +eUL +eUL +kYz +kYz +naV +kYz +kYz +kYz +oHL +rMZ +utS +uPQ +lDe +oHL +oHL +gvP +rMZ +wqc +oHL +oHL +oHL +xsC +yhQ +yhQ +yhQ +yhQ +kIo +oHL +oHL +oHL +oHL +eUL +eUL +eUL +rug +rLY +rLY +rLY +rLY +cHk +bQN +oHL +oHL +iFw +rMZ +utS +uPQ +aJo +aJo +aJo +aJo +aJo +lOY +wqc +oHL +oHL +oHL +eUL +eUL +eUL +eUL +aki +"} +(80,1,1) = {" +aki +eUL +eUL +lmc +hby +lKO +iBV +iBV +iBV +iBV +hYF +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +eUL +eUL +hYF +iBV +pfN +aFr +vMK +hYF +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iYa +jEM +jEM +jEM +pnQ +iBV +iBV +iBV +hYF +lmc +lmc +lmc +iBV +iBV +eUL +lmc +lmc +lmc +iBV +iBV +lci +dFf +ppC +kXk +pwK +pwK +chH +pwK +pwK +pwK +pwK +pwK +pwK +eTZ +pwK +lQZ +gwM +rVt +lQZ +pwK +chH +pwK +pwK +lQZ +jFz +pwK +pwK +pwK +bjR +tcz +kXk +lQZ +pwK +pwK +pwK +pwK +gwM +kms +occ +kXk +pwK +pwK +pwK +pSQ +wNM +eUL +eUL +tyE +tyE +lML +rGl +lGv +tyE +tyE +tyE +tyE +dRb +gaF +sLb +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eJX +mUY +mUY +eUL +eUL +eUL +eUL +fdA +lYc +tyE +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +naV +kYz +kYz +kYz +kYz +oHL +rMZ +utS +wqc +oHL +oHL +oHL +oHL +rMZ +wqc +oHL +oHL +gfp +oHL +oHL +oHL +oHL +iFw +gfp +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rug +hKE +rLY +eXe +rLY +cHk +bQN +iFw +iFw +oHL +rMZ +utS +wqc +oHL +oHL +oHL +oHL +oHL +rMZ +wqc +qCR +hkc +hkc +gsb +eUL +eUL +eUL +aki +"} +(81,1,1) = {" +aki +eUL +eUL +lmc +oRo +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +hYF +pfN +fgK +iBV +iBV +iBV +iBV +lci +cul +iBV +iBV +iBV +iBV +iBV +iBV +iBV +hYF +lmc +iBV +hYF +iBV +iBV +iBV +lmc +lmc +hYF +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +xGY +chI +iBV +iBV +iBV +aQc +cyI +ppC +kXk +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +lQZ +pwK +pwK +dmy +wzz +mkl +alP +pwK +pwK +pwK +pwK +emG +rNQ +mZF +pwK +pwK +pwK +bjR +mkl +mZF +pwK +pwK +lQZ +mwg +wzz +lpD +lpD +pbu +pwK +pwK +pwK +xYx +eUL +eUL +eUL +eUL +tyE +lML +rGl +lGv +tyE +tyE +eUL +eUL +eUL +thG +pPb +dRb +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eJX +mUY +eUL +eUL +eUL +eUL +qfX +lYc +mmE +tyE +kYz +kYz +naV +kYz +eUL +kYz +naV +kYz +kYz +kYz +kYz +kYz +eUL +oHL +rMZ +utS +wqc +oHL +wjc +wjc +qzN +mqM +mqM +qzN +wjc +wjc +dTZ +oHL +uAj +uAj +iFw +gfp +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rug +rug +rug +rug +eUL +eUL +eUL +oHL +iFw +oHL +rMZ +utS +wqc +oHL +oHL +oHL +oHL +qCR +hkc +gce +qCR +ovu +swJ +gsb +eUL +eUL +eUL +aki +"} +(82,1,1) = {" +aki +eUL +eUL +lmc +rou +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iaa +hYF +eUL +eUL +eUL +fJF +chI +iBV +gCF +pfN +sLv +mom +aMC +iBV +iBV +iBV +iBV +iBV +iBV +wvu +lmc +wvu +hYF +hYF +iBV +wvu +lmc +wvu +hYF +hYF +iBV +iBV +iBV +iBV +iBV +iBV +iBV +iBV +hYF +iBV +iBV +iBV +iBV +iBV +lgr +xYv +cul +iBV +iBV +iBV +iBV +iBV +ksq +vHh +sQc +kUp +fmD +lQZ +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +bRF +sqI +sqI +nxf +pwK +pwK +loh +gNT +eUL +eUL +eUL +eUL +myA +xAT +ujs +xAT +myA +eUL +eUL +eUL +eUL +eUL +thG +sLb +tyE +tyE +tyE +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +tyE +tyE +tyE +sll +eUL +eUL +eUL +eUL +lYc +lYc +dRb +tyE +tyE +tyE +kYz +kYz +naV +kYz +naV +kYz +kYz +kYz +kYz +kYz +eUL +eUL +oHL +rMZ +utS +wqc +oHL +wjc +kOs +nAq +nAq +nAq +nAq +bbv +wjc +fKy +oHL +oHL +iFw +uAj +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +fdh +xXs +gQv +vAq +fdh +qCR +hkc +hkc +qCR +mYy +lKE +qCR +bOK +fMm +gsb +eUL +eUL +eUL +aki +"} +(83,1,1) = {" +aki +eUL +eUL +lmc +ddJ +pYO +wGJ +iBV +iBV +iBV +iBV +lmc +lmc +eUL +eUL +eUL +lmc +lmc +lmc +lmc +lmc +eUL +eUL +lmc +lmc +lmc +lmc +eUL +eUL +eUL +xGH +vXo +lmc +sky +chI +lmc +xGH +vXo +lmc +sky +chI +lmc +wvu +iBV +iBV +iBV +iBV +iBV +iBV +hYF +eUL +hYF +iBV +hYF +iBV +hYF +hYF +oeb +mom +vMK +iBV +iBV +hYF +pfN +mlL +lmc +vUs +ylI +pwK +pwK +pwK +lQZ +vdC +vdC +lQZ +pwK +lQZ +vdC +pay +pay +pay +vdC +lQZ +pwK +pwK +lQZ +eUL +vdC +vdC +vdC +vdC +vdC +lQZ +pwK +pwK +lQZ +lQZ +vdC +vdC +eUL +eUL +vdC +lQZ +ylI +pwK +pwK +pwK +pSQ +myA +myA +myA +myA +myA +nnv +pyT +nnv +myA +myA +myA +myA +myA +eUL +eUL +gaF +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +sLb +tyE +tyE +eUL +eUL +eUL +eUL +eUL +tyE +tyE +sLb +eUL +eUL +eUL +dRb +tyE +tyE +tyE +tyE +eUL +eUL +eUL +kYz +kYz +naV +kYz +kYz +kYz +kYz +eUL +eUL +eUL +eUL +oHL +rMZ +utS +wqc +oHL +wjc +rze +nAq +nAq +dwh +nAq +row +wjc +wjc +boG +gYx +wjc +mLC +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +oMx +sFm +oee +sFm +oMx +qCR +laZ +fiw +fiw +mYy +bVV +opD +bVV +qHY +gsb +eUL +eUL +eUL +aki +"} +(84,1,1) = {" +aki +eUL +eUL +lmc +ddJ +ddJ +lAV +iBV +iBV +iBV +iBV +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +lmc +lmc +lmc +lmc +lmc +lmc +lmc +lmc +lmc +lmc +lmc +aQc +rRx +cul +hYF +hYF +lmc +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +lmc +lmc +lmc +lmc +pQE +pQE +pQE +lmc +lmc +lmc +ylI +pwK +pwK +pwK +eUL +eUL +eUL +eUL +pwK +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vdC +rDR +ylI +pwK +pwK +pwK +pwK +myA +fRC +vfa +uGV +cdG +nnv +pyT +nnv +dqC +uGV +iUp +eDc +myA +eUL +eUL +dRb +tyE +tyE +tyE +tyE +tyE +tyE +gaF +pPb +gaF +pPb +dRb +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +vEH +eUL +eUL +eUL +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +kYz +kYz +kYz +kYz +kYz +eUL +eUL +eUL +eUL +tyE +oHL +rMZ +utS +wqc +oHL +qzN +kIg +nAq +nAq +nAq +nAq +nAq +kRi +wSM +wSM +wSM +evp +mLC +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +oMx +oMx +sFm +oee +sFm +oMx +hkc +lPB +aOP +aOP +mYy +mYy +hkc +bOK +caL +gsb +eUL +eUL +eUL +aki +"} +(85,1,1) = {" +aki +eUL +eUL +lmc +ddJ +ddJ +lAV +iBV +iBV +iBV +hYF +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +soI +tfZ +tpb +lAV +aQc +whj +aWP +rRx +cul +wNt +bMc +afx +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nih +xKx +gkW +gkW +gkW +gkW +gkW +klJ +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vdC +qxk +ylI +pwK +pwK +pwK +pwK +emU +nnv +mbE +uGV +wYF +nnv +pyT +nnv +lxA +emU +kSr +mbE +myA +eUL +eUL +sLb +tyE +tyE +tyE +tyE +tyE +sLb +gaF +xqq +qfX +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +mAw +pjD +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +oHL +rMZ +utS +wqc +oHL +qzN +rJW +nAq +nAq +wjc +wjc +wjc +wjc +wSM +wSM +ihM +fhp +mLC +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +oMx +oMx +sFm +paR +csQ +vkw +fza +hRg +cVf +xZf +mTa +wsO +qCR +kjU +sUt +gsb +eUL +eUL +eUL +aki +"} +(86,1,1) = {" +aki +eUL +eUL +lmc +aVg +ddJ +pnQ +iBV +iBV +iBV +twM +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +cVI +wTl +quf +rvI +dFf +vhM +tIj +hET +hoi +tdV +ouA +kqA +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rYn +rYn +eaX +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pSQ +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vdC +daN +ylI +pwK +pwK +pwK +pwK +jaM +nnv +lxA +uGV +tpl +nnv +pyT +nnv +lxA +emU +qit +tmJ +myA +eUL +tyE +tyE +tyE +tyE +tyE +tyE +dRb +gaF +fdA +thG +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +pPb +fdA +thG +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +jEB +fOX +utS +wqc +oHL +qzN +eKF +nAq +nAq +qzN +izN +oWz +wjc +vGw +ulV +wSM +vsO +mLC +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +oMx +oMx +sFm +oee +sFm +oMx +hkc +dMl +sIh +mNs +mYy +wsO +qCR +qCR +qCR +gsb +eUL +eUL +eUL +aki +"} +(87,1,1) = {" +aki +eUL +eUL +lmc +jEM +pnQ +iBV +iBV +iBV +xGY +fAI +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +toF +uZg +rMv +aQc +oeu +kou +gOm +uQm +cyI +hLO +bVy +rGJ +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rYn +rYn +sQT +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +woa +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aej +aHX +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vdC +vdC +ylI +pwK +pwK +pwK +myA +myA +nnv +lxA +uGV +wYF +nnv +pyT +nnv +lxA +emU +pGO +lxA +myA +myA +tyE +tyE +tyE +tyE +tyE +tyE +dRb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +sLb +mAw +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +xgZ +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +fOX +jgW +utS +wqc +oHL +wjc +aAd +nAq +nAq +iyZ +nAq +vnr +wjc +gYa +mPe +wSM +uGs +mLC +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +oMx +oMx +sFm +oee +sFm +oMx +hkc +ocX +aOP +aOP +mYy +mYy +hkc +ovu +iUy +gsb +eUL +eUL +eUL +aki +"} +(88,1,1) = {" +aki +eUL +eUL +lmc +wvu +iBV +iBV +iBV +iBV +iBV +sLs +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +ddJ +tYr +lci +xXd +gkB +gsf +gsf +wiI +ebl +hoi +lBo +tCM +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rYn +rYn +eaX +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +aHX +xYx +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aej +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +jMu +eUL +eUL +eUL +myA +sYu +nnv +oAD +uGV +bJc +xAT +ujs +gaL +hpX +uGV +vEF +snc +eDc +myA +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +sLb +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +xgZ +pMU +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +wGu +wGu +nWX +lDe +oHL +wjc +nZZ +nAq +luw +qzN +luw +sEe +wjc +ovB +jKg +evW +uct +mLC +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +oMx +sFm +oee +sFm +oMx +qCR +agV +dQB +dQB +mYy +bVV +opD +mYy +vCA +gsb +eUL +eUL +eUL +aki +"} +(89,1,1) = {" +aki +eUL +eUL +lmc +drK +cul +iBV +iBV +iBV +iBV +xFY +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +tYr +lci +dFf +nax +lmc +aPV +xWA +lmc +kPp +cyI +oNE +tCM +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rYn +rYn +eaX +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +uRJ +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +wNM +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +myA +iEK +nnv +lxA +uGV +wYF +nnv +oPj +oYp +vRa +xWT +vRa +tnb +kPY +myA +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +lML +rGl +qvs +lKa +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +aJo +aJo +lDe +oHL +oHL +wjc +wjc +grJ +mLC +mLC +mLC +mLC +mLC +mLC +mLC +mLC +mLC +mLC +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eaZ +orY +ezB +orY +eaZ +qCR +qCR +qCR +qCR +bIC +hiV +qCR +jMe +hVz +gsb +eUL +eUL +eUL +aki +"} +(90,1,1) = {" +aki +eUL +eUL +lmc +ksq +nLV +iBV +iBV +iBV +iBV +iBV +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +hYF +aQc +cyI +qKE +lmc +lmc +lmc +lmc +fGS +cyI +ehM +tCM +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rYn +rYn +eaX +pwK +pwK +pSQ +pwK +pwK +eUL +eUL +eUL +pwK +pwK +pwK +pwK +xYx +dvg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +wNM +aHX +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +myA +uGV +weT +emU +uGV +wYF +nnv +pyT +nnv +mbE +uGV +uGV +uGV +uGV +myA +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +lML +rGl +lKa +amc +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +oHL +oHL +oHL +oHL +oHL +wjc +wqj +dPH +mLC +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +aMn +fDE +aMn +dqO +eUL +eUL +eUL +qCR +qCR +qCR +qCR +mYy +ciX +gsb +eUL +eUL +eUL +aki +"} +(91,1,1) = {" +aki +eUL +eUL +lmc +ghr +iBV +iBV +iBV +iBV +iBV +tZe +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +hYF +oeb +qeJ +qll +lmc +uZC +viZ +lmc +sBI +cyI +hsp +tCM +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rYn +rYn +sQT +pwK +eMn +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +aHX +xYx +qAM +dvg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +wNM +aej +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rJJ +fcf +fcf +bmn +abQ +myA +myA +rxD +nnv +mbE +uGV +tpl +nnv +pyT +nnv +faB +pmX +eGF +mgc +oiP +myA +myA +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +xgZ +tiv +rGl +lGv +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +oHL +oHL +oHL +oHL +cxo +wjc +hpN +rdD +mLC +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +aMn +fDE +aMn +dqO +dqO +eUL +eUL +eUL +oMx +oMx +qCR +gce +hkc +gsb +eUL +eUL +eUL +aki +"} +(92,1,1) = {" +aki +eUL +eUL +lmc +oRo +iBV +iBV +iBV +iBV +tZe +ddJ +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +hYF +iBV +oeb +sMU +aMg +jjY +jjY +eWQ +bBl +pYB +bai +tCM +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rYn +eaX +pwK +pSQ +uRJ +dvg +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +aHX +woa +aHX +woa +aHX +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aej +pSQ +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rDm +fcf +abQ +gfT +iOK +mjh +eiU +ieL +nnv +lxA +emU +wYF +nnv +pyT +nnv +wXQ +lFF +wXQ +wXQ +wXQ +hFO +oqk +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +tiv +qvs +rGl +lGv +tyE +tyE +tyE +tyE +baZ +vZf +vZf +vZf +vZf +vZf +eUL +eUL +oHL +oHL +oHL +oHL +tvO +wjc +wCD +gVh +mLC +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +aMn +fDE +aMn +dqO +dqO +eUL +eUL +eUL +oMx +oMx +oMx +oMx +oMx +eUL +eUL +eUL +eUL +aki +"} +(93,1,1) = {" +aki +eUL +eUL +lmc +iBV +iBV +iBV +lci +cul +gqw +ddJ +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +ogV +vUI +oeb +uCX +rVD +gCe +vHG +pYB +aRB +bMc +qSY +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rYn +eaX +pwK +pwK +oeS +dvg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rds +aej +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +bLs +iOK +iOK +iOK +iOK +baV +wYF +wJg +eff +vRa +xWT +vRa +oYp +twE +oYp +vRa +vtN +vRa +vRa +vRa +vRa +kYK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +nEC +amc +tyE +tyE +tyE +baZ +mUY +mUY +mUY +mUY +mUY +eUL +eUL +eUL +eUL +eUL +oHL +oHL +eUL +mLC +mLC +mLC +mLC +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +aMn +fDE +aMn +dqO +dqO +eUL +eUL +eUL +oMx +oMx +oMx +oMx +oMx +eUL +eUL +eUL +eUL +aki +"} +(94,1,1) = {" +aki +eUL +eUL +lmc +lmc +lmc +lci +dFf +jhh +lmc +lmc +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eMG +kqA +iBV +paT +qeJ +pYB +vHh +nLV +gJg +pCt +kqA +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rYn +eaX +pwK +pwK +gNT +uRJ +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aHX +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +bLs +iOK +iOK +iOK +iOK +mjh +ktJ +cxG +nnv +lxA +emU +wYF +nnv +pyT +nnv +wXQ +lFF +wXQ +wXQ +wXQ +wXQ +oqk +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +amc +tyE +tyE +tyE +baZ +mUY +rWk +mUY +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +aMn +fDE +aMn +dqO +dqO +eUL +eUL +eUL +oMx +oMx +oMx +oMx +oMx +eUL +eUL +eUL +eUL +aki +"} +(95,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +aQc +cyI +jhh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +ncj +bTT +iBV +iBV +aQc +jhh +iBV +hYF +bTB +bVy +bTT +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +sQT +pwK +pwK +pSQ +uRJ +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +bLs +iOK +iOK +abQ +fcf +myA +myA +uGV +weT +uGV +uGV +pHO +xwx +uVi +xwx +pgs +uGV +emU +emU +emU +myA +myA +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eJX +mUY +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +aMn +fDE +aMn +dqO +dqO +eUL +eUL +eUL +oMx +oMx +oMx +oMx +oMx +eUL +eUL +eUL +eUL +aki +"} +(96,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +oeb +vHh +nLV +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lmc +lmc +lmc +lmc +lmc +daA +lBT +lmc +lmc +lmc +lmc +lmc +lmc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pSQ +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +bLs +iOK +abQ +fcf +fcf +eUL +myA +iEK +nnv +xHH +emU +wYF +nnv +pyT +nnv +mbE +uGV +dme +eet +oiP +myA +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +sLb +sLb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +aMn +fDE +aMn +dqO +dqO +eUL +eUL +oMx +oMx +oMx +oMx +oMx +oMx +eUL +eUL +eUL +eUL +aki +"} +(97,1,1) = {" +aki +eUL +eUL +eUL +eUL +hIi +tXp +tXp +tXp +mfa +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nLO +rRx +rRx +cyI +jhh +nlG +jAu +jtz +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +jaf +jaf +cxP +wSZ +eUL +eUL +myA +xDZ +cwd +mdm +emU +wYF +nnv +oPj +oYp +vRa +xWT +vRa +kZR +mbE +myA +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +dRb +sLb +oMW +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +dqO +dqO +aMn +fDE +aMn +dqO +dqO +eUL +eUL +oMx +oMx +oMx +oMx +oMx +oMx +eUL +eUL +eUL +eUL +aki +"} +(98,1,1) = {" +aki +eUL +eUL +eUL +eUL +iUb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +evj +cyI +cyI +cyI +cyI +cyI +cyI +iPr +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +sLb +gaF +tyE +tyE +tyE +tyE +tyE +eUL +eUL +myA +sVV +bXH +kPY +emU +wYF +nnv +pyT +nnv +lxA +uGV +fLi +sTD +oXB +myA +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +sLb +pPb +hrs +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +dqO +dqO +aMn +fDE +aMn +dqO +dqO +eUL +eUL +oMx +oMx +oMx +oMx +oMx +eUL +eUL +eUL +eUL +eUL +aki +"} +(99,1,1) = {" +aki +eUL +eUL +eUL +eUL +iUb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +wZQ +ecP +shn +aQc +cyI +ecP +jCP +uvl +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +pwK +aHX +eUL +eUL +eUL +mmE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +dRb +xPs +xqq +tyE +tyE +tyE +tyE +tyE +eUL +eUL +myA +myA +myA +myA +myA +efr +nnv +pyT +nnv +lWN +myA +myA +myA +myA +myA +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +aMn +fDE +aMn +dqO +dqO +oMx +oMx +oMx +oMx +oMx +oMx +oMx +eUL +eUL +eUL +eUL +eUL +aki +"} +(100,1,1) = {" +aki +eUL +eUL +eUL +eUL +iUb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +oTh +qkq +tXp +tXp +tOr +fsH +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aHX +pwK +pwK +pwK +pwK +pwK +pwK +uRJ +eUL +eUL +xPs +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +dRb +sLb +gaF +xqq +eUL +eUL +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +tyE +tyE +myA +myA +nnv +pyT +jJu +myA +myA +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +tyE +tyE +tyE +tyE +dRb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +aMn +fDE +aMn +dqO +dqO +oMx +oMx +oMx +oMx +oMx +oMx +oMx +eUL +eUL +eUL +eUL +eUL +aki +"} +(101,1,1) = {" +aki +eUL +eUL +eUL +eUL +xJb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tag +eRf +oKz +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +qAM +pSQ +pwK +pwK +pwK +pwK +pwK +pwK +aHX +xqq +xPs +mmE +tyE +deB +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +gaF +xPs +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +eUL +eUL +tyE +tyE +tyE +tyE +myA +xCj +nUk +xCj +myA +tyE +tyE +eUL +eUL +eUL +eUL +eUL +mUY +mUY +mUY +mUY +oLu +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +myh +eUL +eUL +eUL +tyE +tyE +tyE +tyE +sLb +vEH +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +aMn +fDE +aMn +dqO +svy +oMx +oMx +oMx +oMx +oMx +oMx +oMx +eUL +eUL +eUL +eUL +eUL +aki +"} +(102,1,1) = {" +aki +eUL +eUL +eUL +eUL +qIE +xJb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +fXR +oKz +aPd +iUb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +hFh +rds +pwK +pwK +pwK +pwK +pwK +pwK +pwK +tyE +mmE +tyE +tyE +tyE +deB +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +lML +rGl +lGv +tyE +tyE +tyE +tyE +tyE +tyE +eUL +kRZ +kRZ +kRZ +kRZ +oLu +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +rKj +rKj +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +pjD +lWJ +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +aMn +fDE +aMn +dqO +dqO +oMx +oMx +oMx +oMx +oMx +oMx +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(103,1,1) = {" +aki +eUL +eUL +eUL +eUL +qIE +qIE +xJb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +qIE +qIE +qIE +qIE +qIE +qIE +qIE +eUL +eUL +eUL +eUL +eUL +eUL +iUb +aPd +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +qAM +xYx +pwK +pwK +pwK +pwK +pwK +pwK +pwK +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +xgZ +pwp +pwp +pwp +pwp +pwp +pwp +pwp +pwp +tiv +rGl +lGv +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +dRb +lNA +pjD +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +vEH +hrs +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +aMn +fDE +aMn +dqO +dqO +eUL +eUL +eUL +oMx +oMx +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(104,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +qIE +qEL +iUb +iUb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iUb +iUb +iUb +iUb +hty +dMx +qIE +qIE +qIE +qIE +aGf +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +rds +aHX +pwK +pwK +pwK +pwK +pwK +pwK +pwK +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vqh +tyE +tyE +tyE +lML +lSv +xmK +xmK +xmK +xmK +xmK +xmK +xmK +xmK +fQQ +lGv +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +xqz +hrs +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +pPb +pjD +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +aMn +fDE +aMn +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(105,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +qIE +qIE +xJb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +hty +dMx +dMx +aGf +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +eUL +iUb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aHX +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +xYx +hQs +pwK +pwK +pwK +pwK +pwK +pwK +pwK +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +mUY +mUY +sal +tyE +tyE +tyE +tyE +tyE +tyE +lML +rGl +lKa +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +amc +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +sLb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +sLb +sLb +sLb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +aMn +fDE +aMn +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(106,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +qIE +qIE +qEL +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +kZu +kZu +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +eUL +eUL +iUb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +xYx +aHX +pwK +pwK +pwK +eUL +eUL +eUL +pSQ +pSQ +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +eUL +mUY +mUY +mUY +oLu +tyE +tyE +tyE +tyE +tyE +tyE +lML +rGl +lGv +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +aMn +fDE +aMn +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(107,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +qIE +qEL +pfE +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +iUb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +wNM +fzR +aHX +pwK +pwK +pwK +eUL +eUL +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +eUL +txs +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +mUY +mUY +mUY +mUY +oLu +tyE +tyE +tyE +tyE +tyE +tyE +tyE +lML +rGl +lGv +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +elc +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +aMn +aMn +fDE +aMn +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(108,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +qEL +jyu +oMP +jyu +pfE +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +ubp +iUb +iUb +bNg +fnE +pfE +oKz +iUb +iUb +iUb +eUL +eUL +eUL +eUL +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dvg +xYx +pwK +pwK +pwK +pwK +eUL +pwK +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +mUY +txs +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +mUY +mUY +mUY +mUY +oLu +tyE +tyE +tyE +tyE +dRb +tyE +tyE +tyE +lML +rGl +lGv +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +fDE +aMn +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(109,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +qGh +vFl +jyu +iUb +iUb +iUb +iUb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +fXR +fnE +oKz +iUb +iUb +eUL +eUL +eUL +eUL +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +wNM +aHX +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +mUY +sal +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +mUY +mUY +kRZ +oLu +tyE +tyE +tyE +dRb +mmE +lNA +dRb +tyE +tyE +lML +rGl +lGv +tyE +tyE +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +mmE +dRb +lYc +qfX +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +aMn +vzn +ihD +ihD +ihD +ihD +ihD +ihD +ihD +ihD +ihD +ihD +ihD +ihD +ihD +ihD +ihD +ihD +ihD +hhU +aMn +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(110,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +qGh +jyu +pfE +iUb +iUb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +fXR +pfE +iUb +oKz +eUL +eUL +eUL +eUL +jyu +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +xYx +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +mUY +sal +tyE +tyE +tyE +eUL +eUL +eUL +eUL +mUY +mUY +oLu +tyE +tyE +tyE +tyE +tyE +lNA +thG +eUL +eUL +tyE +tyE +lML +rGl +lGv +tyE +myh +eUL +eUL +eUL +mmE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +mmE +dRb +lYc +fdA +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +baZ +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +aMn +fDE +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(111,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +oMP +jyu +iUb +iUb +iUb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +fnE +kjE +kjE +eUL +eUL +eUL +cQT +kjE +jyu +iUb +rwq +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +mUY +mUY +txs +tyE +tyE +eUL +eUL +eUL +eUL +kRZ +oLu +tyE +tyE +tyE +tyE +tyE +mmE +thG +eUL +eUL +eUL +tyE +tyE +lML +rGl +lGv +tyE +mAw +eUL +eUL +eUL +lYc +dRb +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +mmE +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +mAw +lYc +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +baZ +mUY +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +aMn +fDE +aMn +aMn +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(112,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfE +iUb +iUb +iUb +iUb +iUb +iUb +iUb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tag +fnE +kjE +eUL +eUL +eUL +tag +kjE +aGF +kjE +aGF +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +mUY +mUY +sal +tyE +tyE +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +dRb +lNA +eUL +eUL +eUL +eUL +tyE +tyE +lML +rGl +lGv +myh +pjD +eUL +eUL +eUL +thG +pPb +tyE +tyE +tyE +tyE +tyE +tyE +tyE +mmE +lNA +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +sLb +oMW +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +eJX +mUY +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +dqO +dqO +aMn +fDE +aMn +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(113,1,1) = {" +aki +eUL +eUL +rbB +oYf +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iUb +iUb +iUb +iUb +iUb +iUb +iUb +lol +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cQT +kjE +qGh +gWE +eUL +eUL +gWE +fnE +cQT +tag +cQT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +mUY +mUY +sal +tyE +tyE +tyE +eUL +eUL +eUL +sLb +tyE +tyE +tyE +tyE +tyE +mmE +eUL +eUL +eUL +eUL +tyE +tyE +tyE +lML +rGl +lGv +tyE +mAw +xqq +eUL +eUL +eUL +lYc +mmE +tyE +tyE +tyE +tyE +tyE +tyE +vEH +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +dRb +eUL +eUL +eUL +tyE +tyE +tyE +tyE +baZ +mUY +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +aMn +fDE +aMn +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(114,1,1) = {" +aki +eUL +eUL +ken +oYf +cnD +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iUb +iUb +iUb +iUb +iUb +iUb +aPd +rwq +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tag +hiL +teb +jXI +eUL +eUL +exm +teb +teb +kCp +gRA +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +mUY +sal +tyE +tyE +tyE +eUL +eUL +eUL +oMW +sLb +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +dRb +tyE +tyE +tyE +lML +rGl +lGv +tyE +myh +pjD +eUL +eUL +eUL +eUL +mmE +tyE +tyE +tyE +tyE +tyE +sLb +xPs +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +eUL +eUL +bWB +tyE +tyE +tyE +baZ +mUY +mUY +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +aMn +fDE +aMn +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(115,1,1) = {" +aki +eUL +cnD +oYf +cnD +oYf +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iUb +iUb +aPd +aPd +lol +lol +fXR +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +hiL +qzx +abD +pvw +eUL +hiL +qzx +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pwK +pwK +pwK +pwK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +mUY +sal +tyE +tyE +oMW +eUL +eUL +xqq +pjD +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +dRb +tyE +tyE +tyE +tyE +lML +rGl +lGv +tyE +tyE +mAw +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +mAw +qfX +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +vYQ +jti +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +aMn +fDE +aMn +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(116,1,1) = {" +aki +eUL +oYf +oqo +hcM +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lol +rwq +bda +rwq +sNu +tag +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +fcw +abD +abD +sJQ +teb +qzx +abD +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +qFw +bWB +bWB +bWB +bWB +eUL +eUL +bnm +gfz +eUL +eUL +eUL +eUL +mUY +sal +tyE +tyE +myh +xqq +xqq +pjD +sLb +tyE +tyE +tyE +tyE +eUL +eUL +eUL +xqz +dRb +tyE +tyE +tyE +tyE +lML +rGl +lGv +tyE +tyE +myh +eUL +eUL +bWB +bWB +bWB +bWB +bWB +eUL +eUL +bWB +bWB +umJ +vqR +eUL +eUL +eUL +tfq +wyA +qFw +keJ +ieZ +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +vYQ +jti +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +aMn +fDE +aMn +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(117,1,1) = {" +aki +eUL +eUL +gTE +dVK +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vFl +fXR +tag +gFS +fAn +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +fcw +abD +abD +abD +abD +abD +abD +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +wyA +cIU +bWB +bWB +bWB +bWB +umJ +ruN +kFZ +ruN +ruN +eUL +eUL +eUL +eUL +iGV +tyE +tyE +mAw +pjD +oxM +oMW +tyE +tyE +tyE +tyE +eUL +eUL +eUL +umJ +umJ +bWB +bWB +bWB +bWB +bWB +rhY +kbz +fgS +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +eUL +eUL +bWB +bWB +bWB +qMh +eUL +eUL +tfq +qFw +vqR +qhM +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +vYQ +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +aMn +fDE +aMn +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(118,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +bMK +lid +lid +nfL +puj +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +fcw +abD +abD +abD +abD +abD +abD +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +gWE +sPJ +cIU +umJ +bWB +bWB +bWB +bWB +bWB +qMh +umJ +kFZ +eUL +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +bWB +bWB +bWB +bWB +bWB +bWB +bWB +rhY +kbz +fgS +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +eUL +eUL +eUL +bWB +bWB +bWB +bWB +eUL +eUL +qFw +qMh +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +tlg +bWB +bWB +bWB +bWB +aiH +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +aMn +aMn +fDE +aMn +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(119,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +bMK +nfL +tVH +tVH +tVH +puj +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +fcw +abD +abD +abD +abD +abD +abD +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +hiL +sBh +lex +sPJ +qFw +bWB +bWB +bWB +bWB +bWB +bWB +bWB +qMh +umJ +eUL +eUL +eUL +eUL +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +rhY +kbz +fgS +bWB +bWB +bWB +bWB +bWB +bWB +bWB +eUL +eUL +eUL +eUL +bWB +bWB +bWB +bWB +bWB +bWB +eUL +qhM +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +fDE +aMn +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(120,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +bKM +tVH +tVH +tVH +tVH +puj +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +hiL +qzx +abD +abD +abD +abD +abD +abD +abD +abD +sJQ +teb +teb +teb +teb +teb +teb +teb +teb +teb +lex +eUL +eUL +eUL +eUL +eUL +eUL +eUL +fcw +abD +sJQ +lex +wyA +qFw +umJ +eUL +bWB +bWB +bWB +bWB +bWB +bWB +eUL +eUL +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +rhY +kbz +fgS +bWB +bWB +bWB +bWB +bWB +aiH +eUL +eUL +eUL +eUL +ofv +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +ssw +ssw +ssw +ssw +xuE +xuE +xuE +ssw +ssw +ssw +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +aMn +vzn +ihD +ihD +ihD +ihD +ihD +ihD +ihD +ihD +ihD +ihD +ihD +hhU +aMn +dqO +dqO +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(121,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +bKM +tVH +tVH +tVH +tVH +puj +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +hiL +qzx +abD +abD +abD +abD +abD +abD +abD +abD +abD +abD +abD +erP +pwb +pwb +eyl +abD +abD +abD +abD +sJQ +teb +lex +eUL +eUL +eUL +eUL +hiL +qzx +abD +abD +bxL +gRA +eUL +eUL +eUL +eUL +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +rhY +kbz +fgS +bWB +bWB +bWB +bWB +bWB +eUL +eUL +eUL +eUL +jti +ofv +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +ssw +bOz +inF +jGd +adT +ash +kVa +nFV +rcE +erL +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +aMn +fDE +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +aMn +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(122,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +bKM +tVH +tVH +tVH +tVH +puj +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +hiL +teb +qzx +abD +abD +abD +abD +abD +abD +abD +abD +abD +abD +abD +erP +nQF +eUL +eUL +jrj +eyl +abD +abD +abD +abD +abD +sJQ +lex +eUL +eUL +hiL +qzx +abD +abD +erP +nQF +eUL +eUL +eUL +eUL +eUL +umJ +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +rhY +kbz +fgS +bWB +bWB +bWB +bWB +eUL +eUL +eUL +eUL +jti +jti +geh +bWB +bWB +bWB +bWB +eUL +umJ +bWB +bWB +bWB +bWB +bWB +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +xjR +bSF +wDX +lOv +cpy +lOv +oqP +vKe +heS +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +aMn +fDE +aMn +aMn +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(123,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +jPB +hqz +hqz +hqz +lid +fAn +eUL +eUL +eUL +eUL +eUL +bKM +tVH +tVH +tVH +tyB +puj +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +hiL +qzx +abD +abD +abD +abD +erP +pwb +pwb +eyl +abD +abD +abD +abD +abD +pvw +eUL +eUL +eUL +eUL +fcw +glI +abD +abD +abD +abD +abD +sJQ +teb +teb +qzx +abD +abD +erP +nQF +eUL +eUL +eUL +eUL +eUL +ffU +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +tlg +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +rhY +kbz +fgS +bWB +bWB +bWB +eUL +eUL +eUL +eUL +jti +jti +geh +bWB +bWB +bWB +bWB +eUL +eUL +qFw +bWB +bWB +bWB +bWB +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +ssw +xuE +tFX +wfA +wfA +wfA +kwe +xuE +hsJ +lOv +vgs +ePq +lqI +xDe +wDX +lOv +xVq +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +aMn +fDE +aMn +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(124,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +jPB +hqz +lsk +ces +ces +ces +tVH +rmP +lid +fAn +eUL +eUL +eUL +bKM +tVH +tVH +fBf +tVH +puj +eUL +eUL +eUL +eUL +eUL +eUL +eUL +hiL +qzx +abD +abD +abD +abD +erP +nQF +eUL +eUL +jrj +eyl +abD +abD +abD +abD +sJQ +teb +teb +teb +teb +qzx +abD +abD +abD +abD +abD +abD +abD +abD +abD +abD +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +qFw +umJ +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +hvL +ieZ +umJ +eUL +eUL +bWB +bWB +bWB +rhY +kbz +fgS +bWB +bWB +bWB +eUL +eUL +eUL +hOP +hOP +geh +bWB +bWB +bWB +bWB +eUL +eUL +eUL +bnm +umJ +bWB +bWB +bWB +eUL +eUL +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +xuE +dDS +uaV +bAa +lxY +dMu +xuE +doi +bsR +fND +abF +aAC +ohl +igc +bsR +nIR +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +aMn +fDE +aMn +dqO +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(125,1,1) = {" +aki +eUL +eUL +eUL +eUL +jPB +hqz +lsk +ces +ces +vua +ces +ces +tVH +tVH +tVH +rmP +fAn +eUL +eUL +bKM +qkh +upP +tVH +tVH +puj +eUL +eUL +eUL +eUL +bMK +lid +teb +qzx +abD +abD +abD +abD +erP +nQF +eUL +eUL +eUL +eUL +fcw +abD +erP +pwb +pwb +pwb +pwb +pwb +pwb +pwb +pwb +pwb +pwb +eyl +abD +abD +abD +abD +abD +abD +abD +abD +abD +sJQ +teb +lex +eUL +eUL +eUL +ftc +sPJ +cIU +bWB +bWB +bWB +bWB +bWB +eUL +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +ieZ +kFZ +tjQ +eUL +eUL +eUL +eUL +bWB +bWB +bWB +rhY +kbz +fgS +bWB +bWB +bWB +eUL +eUL +bWB +bWB +bWB +bWB +bWB +bWB +bWB +eUL +eUL +eUL +eUL +gfz +bWB +bWB +bWB +eUL +eUL +eUL +ssw +kzO +nOr +iGx +piL +xuE +pAq +evm +gHG +afd +xuE +dDS +ggP +nZJ +pZp +bnt +hML +tJC +bsR +vJI +bsR +aFW +hWE +ohl +bsR +iOB +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +svy +dqO +dqO +dqO +dqO +aMn +fDE +aMn +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(126,1,1) = {" +aki +eUL +eUL +eUL +jPB +lsk +ces +ces +ces +ces +cat +xWD +cmb +tVH +tVH +tVH +tVH +opV +eUL +eUL +rdW +tVH +tVH +tVH +tVH +puj +eUL +eUL +bMK +lid +nfL +tVH +abD +glI +abD +abD +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +fcw +erP +nQF +mhL +rNl +rNl +rNl +rNl +rNl +rNl +rNl +rNl +ehK +jrj +pwb +eyl +abD +abD +erP +pwb +pwb +pwb +eyl +abD +abD +sJQ +teb +teb +teb +sBh +lex +sPJ +qFw +bWB +umJ +umJ +eUL +eUL +eUL +eUL +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +umJ +kFZ +tjQ +eVo +eUL +eUL +eUL +eUL +bWB +bWB +bWB +rhY +kbz +fgS +bWB +bWB +tlg +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +eUL +eUL +eUL +gfz +umJ +bWB +bWB +eUL +eUL +eUL +eUL +ssw +sEB +xov +aMG +bQB +mXG +cdB +aMG +aMG +iSh +xuE +dDS +lWl +nZJ +uTc +bnt +hML +cTq +mAQ +erb +ckq +aFW +ohl +ohl +rNk +oyy +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +eUL +dqO +dqO +dqO +dqO +dqO +dqO +dqO +aMn +fDE +aMn +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(127,1,1) = {" +aki +eUL +eUL +jPB +lsk +ces +ces +ces +ces +cat +rhT +eUL +kbe +cEX +tVH +tVH +tVH +rmP +lid +sWc +fnQ +tVH +tVH +tVH +qkh +rmP +lid +lid +nfL +tVH +tVH +tVH +abD +abD +abD +abD +abD +abD +pvw +eUL +eUL +eUL +eUL +hiL +qzx +pvw +mhL +gyc +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +odD +rNl +ehK +jrj +eyl +abD +pvw +eUL +eUL +eUL +fcw +abD +abD +abD +abD +abD +abD +abD +sJQ +lex +wyA +cIU +hvL +eUL +eUL +eUL +eUL +eUL +eUL +bWB +bWB +bWB +bWB +bWB +bWB +bWB +kFZ +tjQ +dQa +eUL +eUL +eUL +eUL +eUL +ofv +bWB +bWB +bWB +rhY +kbz +fgS +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +eUL +eUL +eUL +eUL +ssw +cdB +yao +oqP +lOv +qDr +lOv +nWx +hVk +dwQ +xuE +dDS +dJp +jsM +aCu +dMu +xuE +vQk +rNk +nHv +bsR +sRA +wyB +oPe +jDG +gCM +xuE +kzO +vYq +vYq +ddt +rsE +hNG +xuE +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +aMn +fDE +aMn +dqO +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(128,1,1) = {" +aki +eUL +eUL +crX +ces +ces +ces +ces +ces +kTP +eUL +eUL +eUL +bKM +tVH +tVH +tVH +tVH +tVH +tVH +upP +tVH +tVH +hQM +tNp +iFe +cEX +tVH +tVH +tVH +tVH +tVH +erP +pwb +pwb +eyl +abD +abD +pvw +eUL +eUL +eUL +hiL +qzx +abD +pvw +bif +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +odD +ehK +jrj +eyl +sJQ +lex +eUL +hiL +qzx +abD +abD +abD +abD +abD +abD +abD +abD +sJQ +lex +wyA +qFw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +bWB +bWB +bWB +bWB +bWB +umJ +eUL +eUL +eUL +eUL +eUL +eUL +eUL +jti +ofv +bWB +bWB +bWB +rhY +kbz +fgS +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +eUL +eUL +eUL +ssw +eyT +dpQ +xYm +snG +xuE +mBH +rym +bsR +ehB +xuE +cxJ +hkI +hkI +hkI +jbA +xuE +fWz +fSl +fag +bUy +sRA +bUy +lCq +fag +kmB +xuE +mBG +ebk +ebk +pvo +oBS +rgq +xuE +dqO +dqO +dqO +dqO +dqO +dqO +dqO +dqO +aMn +fDE +aMn +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +aki +"} +(129,1,1) = {" +aki +eUL +eUL +crX +ces +ces +ces +ces +ces +jCs +oDc +eUL +eUL +mhi +cEX +tVH +tVH +xZZ +acr +iFe +hXf +hQM +tVH +upP +puj +eUL +mhi +cEX +tVH +tVH +tVH +xZZ +nQF +eUL +eUL +jrj +pwb +eyl +sJQ +teb +teb +teb +qzx +abD +erP +nQF +bif +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +odD +ehK +fcw +abD +sJQ +teb +qzx +abD +abD +abD +abD +abD +abD +erP +pwb +pwb +pwb +nQF +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +bWB +bWB +bWB +bWB +bWB +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +jti +ofv +bWB +bWB +bWB +rhY +kbz +fgS +bWB +bWB +bWB +eUL +eUL +eUL +bWB +bWB +bWB +bWB +bWB +bWB +umJ +umJ +bWB +bWB +bWB +bWB +bWB +bWB +eUL +eUL +eUL +ssw +mXG +mXG +mXG +xuE +xuE +xuE +kWu +noO +xuE +xuE +xuE +xuE +xuE +xuE +xuE +xuE +xuE +mXG +mXG +xuE +hOm +xuE +mXG +mXG +xuE +xuE +xuE +noO +xuE +bwU +bwU +bwU +xuE +xuE +xuE +xuE +xuE +dqO +dqO +dqO +dqO +aMn +fDE +aMn +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +tSh +tSh +tSh +tSh +tSh +tSh +tSh +tSh +tSh +tSh +tSh +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +aki +"} +(130,1,1) = {" +aki +eUL +eUL +crX +ces +ces +ces +ces +ces +ces +jCs +oDc +eUL +eUL +bKM +tVH +xZZ +nWA +eUL +eUL +jng +brm +tVH +hES +puj +eUL +eUL +mhi +cEX +tVH +xZZ +nWA +eUL +eUL +eUL +eUL +eUL +fcw +abD +abD +abD +abD +abD +erP +nQF +mhL +gyc +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +buF +jrj +eyl +abD +abD +abD +abD +abD +nnF +pwb +pwb +pwb +nQF +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +bWB +bWB +bWB +bWB +bWB +eUL +eUL +eUL +eUL +eUL +eUL +eUL +jti +jti +ofv +bWB +bWB +bWB +rhY +kbz +fgS +bWB +bWB +eUL +eUL +eUL +eUL +umJ +bWB +bWB +bWB +bWB +eUL +eUL +qFw +bWB +bWB +bWB +bWB +vLt +nTH +eUL +eUL +eUL +ssw +aMG +aMG +aMG +xen +fQI +fQI +byq +swY +fQI +rcr +btw +fQI +fQI +fQI +ulN +fQI +fQI +fQI +fQI +ulN +sRA +fQI +fQI +fQI +ulN +rcr +btw +cjJ +bAO +aMG +aMG +aMG +xrZ +jTL +nly +nly +rTO +dqO +dqO +dqO +dqO +aMn +fDE +aMn +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +tSh +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +eUL +eUL +eUL +eUL +aki +"} +(131,1,1) = {" +aki +eUL +eUL +kbe +xWD +xWD +xWD +xWD +cmb +ces +ces +jCs +hqz +hqz +nfL +tVH +puj +eUL +eUL +uaz +nfL +tVH +qkh +tVH +fKS +eUL +eUL +eUL +bKM +hQM +puj +eUL +eUL +eUL +eUL +eUL +hiL +qzx +abD +abD +abD +abD +abD +pvw +mhL +gyc +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +odD +ehK +fcw +abD +abD +abD +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +eUL +eUL +eUL +jti +jti +jti +nAk +bWB +bWB +bWB +rhY +kbz +fgS +bWB +eUL +eUL +eUL +eUL +gfz +ieZ +bWB +bWB +bWB +eUL +eUL +eUL +bnm +umJ +bWB +bWB +bWB +vYQ +jti +eUL +eUL +eUL +ssw +tpS +qWD +dcR +eOP +dcR +tMW +iBN +cVt +jhf +jyg +jyg +jyg +pQN +jyg +jyg +jhf +jhf +jhf +jyg +jyg +pnv +jyg +pQN +jyg +jhf +jyg +jyg +jyg +dqc +jyg +jyg +jyg +noJ +itq +sJe +sJe +wcC +ihD +ihD +ihD +ihD +ihD +hhU +aMn +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +tSh +tSh +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +nBg +eUL +eUL +eUL +aki +"} +(132,1,1) = {" +aki +eUL +jcr +oHW +oHW +oHW +oHW +pJA +crX +ces +ces +ces +ces +ces +tVH +tVH +rhv +fAn +eUL +wVX +tVH +uUO +tVH +tVH +eBp +fAn +eUL +bMK +nfL +ftQ +rmP +lid +teb +teb +teb +teb +qzx +abD +abD +abD +abD +abD +erP +nQF +bif +sfs +sfs +sfs +sfs +sfs +sfs +sfs +wKR +vYr +sfs +sfs +sfs +sfs +sfs +sfs +sfs +buF +fcw +abD +uFh +abD +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +poZ +hOP +hOP +nAk +bWB +bWB +bWB +bWB +rhY +kbz +fgS +bWB +eUL +eUL +eUL +eVo +cIU +bWB +bWB +bWB +bWB +eUL +eUL +eUL +gfz +umJ +bWB +bWB +bWB +vYQ +jti +eUL +eUL +eUL +ssw +aMG +mak +aMG +xen +bUy +fag +fag +fag +fag +bUy +aMG +dFB +obi +wyB +oTW +vgs +lOv +wyB +lOv +lOv +lOv +lOv +uex +wyB +wyB +lOv +lOv +lOv +adh +wyB +wyB +lOv +avB +ycu +teG +ycu +mrU +aMn +aMn +aMn +aMn +aMn +aMn +aMn +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +tSh +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +aki +"} +(133,1,1) = {" +aki +eUL +jcr +hrn +hrn +hrn +hrn +cES +uiM +xWD +xWD +xWD +xWD +xWD +iFe +acr +siT +tNy +wIP +lzU +iFe +nAY +jbV +fOR +iFe +jTw +mES +lzU +afP +vnc +siT +iFe +pwb +pwb +pwb +pwb +pwb +pwb +pwb +pwb +pwb +pwb +nQF +mhL +gyc +sfs +sfs +sfs +sfs +sfs +wKR +rmE +isR +iby +vYr +sfs +sfs +sfs +sfs +sfs +sfs +buF +fcw +abD +uFh +abD +abD +abD +sJQ +nQL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +rhY +kbz +fgS +bWB +eUL +eUL +eUL +gfz +ieZ +bWB +bWB +bWB +bWB +eUL +eUL +wuy +ffU +bWB +bWB +bWB +bWB +vYQ +jti +eUL +eUL +eUL +ssw +cCc +uMf +byL +ssw +ssw +ssw +xuE +xuE +xuE +xuE +iEU +rNk +sRA +aMG +bUy +hki +fag +eQN +hZG +fag +fag +fag +sRA +bUy +fag +fag +fag +lZV +bAO +aMG +gkF +aMG +drP +jyn +cLP +jyn +rTO +dqO +dqO +dqO +dqO +fOw +tzI +fOw +dqO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +tSh +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +aki +"} +(134,1,1) = {" +aki +eUL +jcr +hrn +hrn +hrn +hrn +hxH +oHW +oHW +oHW +oHW +oHW +oHW +pYr +pYr +pYr +pYr +pYr +pYr +aaC +uUW +oJC +gzq +tsU +pYr +pYr +pYr +pYr +pYr +pYr +pYr +rNl +rNl +rNl +rNl +rNl +rNl +rNl +rNl +rNl +rNl +rNl +gyh +sfs +sfs +sfs +sfs +sfs +wKR +isR +xTQ +xTQ +xTQ +jwj +vYr +sfs +sfs +sfs +sfs +sfs +buF +fcw +abD +abD +abD +abD +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +rhY +kbz +fgS +eUL +eUL +eUL +gfz +tjQ +bWB +bWB +bWB +bWB +eUL +eUL +eUL +gfz +umJ +bWB +bWB +bWB +bWB +vYQ +jti +jti +eUL +eUL +ssw +cGd +kSz +llj +ssw +ssw +uKL +kgN +kHj +fdg +xuE +vWD +bsR +sRA +hwR +xuE +xuE +xuE +xuE +xuE +xuE +xuE +xuE +hOm +xuE +mXG +mXG +mXG +xuE +xuE +xuE +xuE +xuE +xuE +xuE +xuE +xuE +xuE +xuE +xuE +xuE +xuE +klL +klL +klL +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +tSh +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +fiX +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +nBg +nBg +nBg +eUL +eUL +aki +"} +(135,1,1) = {" +aki +eUL +jcr +hrn +hrn +hrn +hrn +hrn +tRN +fTT +ruR +hrn +hrn +hrn +nJv +ujy +nJv +nJv +nJv +vYx +nrR +iAW +oJC +fgq +rrN +czz +nJv +okz +lfo +nJv +nJv +nJv +sfs +sfs +sfs +sfs +sfs +sfs +wKR +vYr +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +lGl +xTQ +xTQ +xTQ +xTQ +xTQ +bDn +sfs +sfs +sfs +sfs +sfs +buF +fcw +abD +abD +abD +abD +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +khM +lVh +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +umJ +umJ +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +rhY +kbz +fgS +eUL +eUL +eUL +cIU +umJ +bWB +bWB +bWB +bWB +eUL +eUL +eUL +umJ +bWB +bWB +bWB +bWB +bWB +poZ +jti +jti +eUL +eUL +ssw +cGd +kSz +jyn +ssw +ssw +fYV +xar +ubw +euy +aoH +iEU +bsR +sRA +xCM +xuE +bOQ +cHW +kGU +vpp +cDV +xuE +fRA +til +oly +lOv +lOv +lOv +bsR +xAE +bsR +xuE +chq +chq +ehV +chq +chq +mcr +dMZ +aik +vgg +dMZ +rKC +cHW +cHW +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +mWJ +mWJ +tSh +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +eUL +eUL +aki +"} +(136,1,1) = {" +aki +eUL +jcr +hrn +hrn +hrn +hrn +hrn +tKf +bbO +sUY +hrn +hrn +hrn +nJv +nJv +nJv +nJv +nJv +jGc +gYv +xzV +aXo +gzq +rQv +uWp +nTz +lfo +nJv +nJv +ujy +nJv +sfs +sfs +sfs +sfs +sfs +sfs +lGl +bDn +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +lGl +xTQ +xTQ +xTQ +xTQ +xTQ +jwj +vYr +sfs +sfs +sfs +sfs +buF +fcw +abD +erP +pwb +eyl +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +xlm +lVh +lVh +bWB +bWB +bWB +bWB +bWB +bWB +bWB +umJ +kFZ +dQa +nsc +umJ +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +rhY +kbz +fgS +eUL +eUL +eUL +umJ +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +poZ +jti +eUL +eUL +ssw +fCQ +lVc +fCQ +ssw +ssw +tjM +euy +azf +sLP +swk +jyg +cVt +vBh +hwR +xuE +bOQ +cHW +kGU +cHW +cDV +xuE +pcS +sKp +yao +qcV +kbj +wtn +lus +lus +lus +xuE +rXH +aMG +aMG +aMG +tEK +xuE +pgZ +dRm +iXp +cHW +cHW +cHW +hnL +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +eUL +eUL +aki +"} +(137,1,1) = {" +aki +eUL +jcr +hrn +hrn +hrn +hrn +hrn +wPq +toI +gWZ +hrn +hrn +hrn +nJv +nJv +nJv +ujy +nJv +jzW +fkJ +iAW +oTN +xBi +rwd +gCq +nJv +ujy +nJv +nJv +nJv +nJv +sfs +sfs +sfs +sfs +sfs +sfs +lgD +uWu +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +lGl +xTQ +xTQ +xTQ +xTQ +xTQ +xTQ +bDn +sfs +sfs +sfs +sfs +buF +fcw +abD +pvw +eUL +jrj +eyl +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +buX +buX +xlm +lVh +bWB +bWB +bWB +bWB +bWB +eUL +eUL +eUL +eUL +eUL +dQa +nsc +umJ +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +rhY +kbz +fgS +eUL +eUL +eUL +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +poZ +eUL +eUL +swu +qqZ +rAZ +qqZ +swu +ssw +euy +euy +pbP +fdg +aoH +iEU +rNk +qvE +jyg +biu +jxm +jxm +jxm +jxm +jxm +biu +jhf +gMq +uDR +kjs +wWn +lyi +ghi +qCg +lus +xuE +kJQ +tfz +ffb +hYr +wGa +xuE +tba +bhn +cHW +cHW +cHW +guZ +guZ +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +eUL +eUL +aki +"} +(138,1,1) = {" +aki +eUL +jcr +hrn +hrn +hrn +hrn +mFZ +rIl +rIl +rIl +rIl +rIl +rIl +xvB +xvB +xvB +xvB +xvB +bqI +jBV +lGG +oJC +iwR +sMB +xvB +xvB +xvB +xvB +xvB +xvB +xvB +gRQ +gRQ +gRQ +gRQ +gRQ +gRQ +gRQ +gRQ +gRQ +gRQ +gRQ +nUO +sfs +sfs +sfs +sfs +sfs +lGl +xTQ +xTQ +xTQ +xTQ +xTQ +xTQ +bDn +sfs +sfs +sfs +sfs +buF +fcw +erP +nQF +eUL +eUL +fcw +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +buX +buX +buX +gnq +qua +lZA +bWB +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +rhY +kbz +fgS +eUL +eUL +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +bWB +eUL +eUL +eUL +swu +qqZ +rAZ +qqZ +swu +ssw +fJC +fJC +iyr +iKV +xuE +cPr +bsR +sRA +hwR +xuE +vEq +cHW +voE +cHW +cHW +xuE +yao +sRA +czD +rUb +igc +bsR +xuE +kWu +cLA +xuE +qro +uNU +dFB +oBQ +qnI +ivM +nUV +cHW +cHW +cHW +iYE +cHW +obR +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +eEZ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +eUL +eUL +aki +"} +(139,1,1) = {" +aki +eUL +jcr +hrn +hrn +hrn +hrn +cES +gXt +hqz +hqz +hqz +hqz +hqz +lid +lid +lid +lid +lid +lid +aMZ +tVH +jbV +bqs +lcA +lid +lid +xth +lid +lid +lid +lid +teb +teb +teb +teb +teb +teb +teb +teb +teb +teb +lex +bif +sfs +sfs +sfs +sfs +sfs +lgD +wwT +xTQ +xTQ +xTQ +mLI +lHG +uWu +sfs +sfs +sfs +sfs +buF +fcw +pvw +eUL +eUL +eUL +fcw +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +buX +buX +buX +buX +buX +buX +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +uTV +xPA +bWB +bWB +bWB +bWB +bWB +xPA +xPA +rhY +kbz +fgS +ipd +ipd +bWB +bWB +bWB +bWB +bWB +ipd +ipd +bWB +bWB +bWB +vBN +vBN +bWB +bWB +bWB +bWB +bWB +xbt +gsb +eUL +eUL +eUL +njj +rAZ +qqZ +swu +ssw +xuE +xuE +xuE +xuE +xuE +jkZ +bsR +til +wxp +xuE +vEq +qnx +voE +cHW +cHW +xuE +sHU +sRA +vZJ +vZJ +eAE +bsR +xuE +uSD +fOA +eMr +dcR +tMW +efz +bsR +hxP +ivM +nUV +cHW +azY +cHW +iYE +cHW +lPh +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +tSh +nBg +nBg +eUL +eUL +aki +"} +(140,1,1) = {" +aki +eUL +jcr +rIl +rIl +rIl +rIl +jTk +crX +ces +ces +ces +ces +ces +qkh +tVH +tyB +pzg +ftQ +tVH +iIG +wlE +eqx +nZW +aZo +xZZ +feh +cEX +hES +tyB +tVH +tVH +abD +abD +abD +abD +erP +pwb +pwb +pwb +eyl +abD +pvw +uWX +nUO +sfs +sfs +sfs +sfs +sfs +lGl +xTQ +xTQ +xTQ +bDn +sfs +sfs +sfs +sfs +sfs +sfs +buF +fcw +sJQ +lex +eUL +hiL +qzx +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +buX +buX +buX +buX +buX +buX +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +uTV +xPA +bOu +xPA +vYn +bOu +bOu +xPA +xPA +yfn +sYH +qUz +ipd +ipd +ipd +ydc +ydc +ipd +ydc +ipd +jsN +dhU +cNS +cNL +eHc +eHc +eHc +eHc +iSJ +iSJ +fiC +nGv +gsb +eUL +eUL +eUL +eUL +ecS +srh +swu +ssw +uKL +nsd +ogw +fdg +xuE +iEU +bsR +tEj +lHk +xuE +xuE +xuE +xuE +xuE +xuE +xuE +kXN +sRA +oqP +lOv +wyB +qnI +qDr +hBh +lOv +lOv +lOv +oBQ +bsR +rNk +pHo +xuE +yjD +dwE +mJL +lzp +obR +cHW +lPc +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +eUL +eUL +aki +"} +(141,1,1) = {" +aki +eUL +eUL +jPB +hqz +hqz +hqz +hqz +lsk +ces +ces +ces +ces +ces +tVH +tVH +qkh +tVH +qkh +tVH +tVH +tVH +hES +tVH +vqy +nWA +eUL +mhi +nMM +tVH +tVH +tVH +abD +abD +abD +erP +nQF +eUL +eUL +eUL +jrj +eyl +sJQ +lex +bif +sfs +sfs +sfs +sfs +sfs +lgD +wwT +xTQ +xTQ +uWu +sfs +sfs +sfs +sfs +sfs +sfs +buF +fcw +abD +pvw +eUL +fcw +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +buX +buX +buX +buX +buX +buX +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +uTV +jlV +ttk +fix +vYn +ipT +cAc +sMF +vYn +yfn +sYH +qUz +mpj +txe +xeC +cDm +qgL +xeC +dIT +fLu +xeC +yfn +wrg +qUz +vBN +fKf +fkd +wLj +wBO +foY +joj +xbt +eUL +eUL +eUL +eUL +eUL +rAZ +qqZ +swu +ssw +fYV +hue +euy +ubw +aoH +iEU +bsR +tEj +yfA +mXG +fGl +vBC +ava +dDq +bPU +mXG +wBA +vyy +nWx +vgs +wyB +hxP +qDr +tCo +wyB +wyB +lOv +vgs +lzZ +dFB +wPt +xuE +pLa +vuV +iOH +smq +mjK +guZ +fxb +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +iUr +oiZ +oiZ +oiZ +oiZ +iUr +nBg +nBg +tSh +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +nBg +eUL +eUL +aki +"} +(142,1,1) = {" +aki +eUL +eUL +crX +ces +ces +ces +ces +ces +ces +cat +xWD +cmb +ces +qkh +tVH +hQM +tVH +exj +tVH +tVH +tVH +hQM +tVH +xMi +eUL +eUL +eUL +bKM +tVH +tVH +tVH +abD +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +fcw +abD +pvw +bif +sfs +sfs +sfs +sfs +sfs +sfs +lgD +lHG +lHG +sfs +sfs +sfs +sfs +sfs +sfs +cic +kUL +fcw +abD +sJQ +teb +qzx +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +buX +buX +buX +buX +buX +eUL +eUL +eUL +eUL +eUL +eUL +fLd +fLd +fLd +fLd +fLd +fLd +fLd +eUL +uTV +fVT +pXn +nMe +vYn +pXn +scD +gRY +vYn +yfn +sYH +qUz +xeC +ldL +rBT +tao +dIT +hmn +cER +oEZ +xeC +yfn +wrg +qUz +vBN +tTA +wlT +ciN +aWb +aWb +wfZ +xbt +eUL +eUL +eUL +eUL +njj +rAZ +qqZ +swu +ssw +tjM +euy +azf +sLP +swk +jyg +cVt +sUJ +jhf +biu +jyg +cpy +oqP +lOv +aBa +qDr +vgs +bsR +aMG +gkF +uDv +wAG +ssw +wAG +gqM +suU +ydb +tyF +kJK +kJK +xNu +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +tSh +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +nBg +eUL +eUL +aki +"} +(143,1,1) = {" +aki +eUL +eUL +crX +ces +ces +ces +ces +ces +cat +rhT +eUL +kbe +xWD +cEX +tVH +upP +tVH +tVH +tVH +wCC +qkh +tVH +tVH +puj +eUL +bMK +lid +nfL +tVH +tVH +tVH +abD +abD +abD +sJQ +teb +teb +lex +eUL +hiL +qzx +abD +pvw +uWX +nUO +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +buF +hiL +qzx +abD +abD +glI +abD +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +bST +buX +buX +buX +buX +eUL +eUL +eUL +eUL +eUL +fLd +fLd +nTp +gmG +gmG +gmG +nTp +fLd +uTV +uTV +vYn +fBu +ydj +vYn +fBu +ydj +vYn +vYn +yfn +sYH +qUz +xeC +xeC +xeC +rsd +mhe +xeC +xeC +xeC +xeC +yfn +osV +hrU +vBN +fOk +esC +wLj +mvr +jTO +fFv +swu +swu +swu +swu +swu +qqZ +rAZ +qqZ +swu +ssw +kAV +gps +xar +euy +aoH +tZI +dFB +sRA +rqX +mXG +iEU +msE +ebJ +hYr +hwR +mXG +kbj +qcv +aHl +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +nBg +nBg +nBg +tSh +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +eUL +eUL +eUL +aki +"} +(144,1,1) = {" +aki +eUL +eUL +crX +ces +ces +ces +ces +cat +rhT +eUL +eUL +eUL +eUL +gzh +xRZ +nMM +hQM +tVH +tVH +upP +tVH +tVH +tVH +rmP +lid +nfL +tVH +tVH +tVH +tVH +tVH +abD +abD +abD +abD +abD +abD +sJQ +teb +qzx +abD +abD +sJQ +lex +bif +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +cic +kUL +fcw +abD +abD +abD +abD +abD +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +lVh +uxZ +bST +bST +bST +eUL +eUL +eUL +eUL +eUL +fLd +nTp +nTp +erx +gmG +gmG +nTp +nTp +wet +usJ +ttk +pXn +bJs +ycM +pXn +wet +vYn +vrF +yfn +sYH +qUz +vrF +ydc +sbj +dIT +dIT +dIT +xPB +ydc +dei +xkZ +qUz +vBN +vBN +wLj +wLj +wLj +cmi +qVp +aWb +heD +qqZ +qqZ +qqZ +qqZ +qqZ +rAZ +qqZ +swu +ssw +fdg +hFc +glR +dqj +xuE +bzx +rNk +sRA +cbt +xuE +weK +uUG +qTw +xOY +dfk +xuE +mtU +nUW +xyS +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +tSh +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +aki +"} +(145,1,1) = {" +aki +eUL +eUL +kbe +xWD +cmb +ces +ces +kTP +eUL +eUL +eUL +eUL +eUL +eUL +eUL +bKM +tVH +tVH +tVH +tVH +xZZ +iFe +dhe +cEX +tVH +xZZ +iFe +cEX +tVH +tVH +xZZ +pwb +pwb +pwb +pwb +pwb +pwb +pwb +eyl +abD +abD +abD +abD +pvw +uWX +nUO +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +buF +hiL +qzx +abD +abD +abD +abD +abD +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +fLd +gmG +mSg +rxY +raH +raH +hVJ +dHk +scD +xPj +scD +pXn +xzM +eIT +erk +dCn +eWi +vrF +yfn +sYH +qUz +qFI +toy +gpc +rDF +xfs +vnm +iOh +ydc +yfn +wrg +qUz +fiC +sJC +aWb +vFL +xia +usd +bvf +usd +rJA +rFN +rFN +rFN +rFN +rFN +sgH +srh +swu +ssw +ssw +ssw +ssw +ssw +ssw +rSl +wvZ +tIx +rSl +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +tSh +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +aki +"} +(146,1,1) = {" +aki +eUL +eUL +eUL +eUL +kbe +xWD +xWD +rhT +eUL +eUL +eUL +eUL +eUL +eUL +bMK +nfL +tVH +tVH +tVH +tVH +kTO +eUL +eUL +sES +siT +nWA +eUL +bKM +tVH +tVH +puj +eUL +eUL +eUL +eUL +eUL +eUL +eUL +jrj +pwb +eyl +abD +abD +sJQ +lex +bif +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +sfs +cic +kUL +fcw +abD +abD +abD +abD +abD +abD +abD +abD +sJQ +teb +lex +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +fLd +gmG +gBx +raH +imw +rGO +rGO +odw +qjw +wxo +lQI +lQI +xIg +gei +jOK +ovt +flS +wde +pcu +umW +tLt +tpZ +xeC +xeC +rsd +dIT +pLI +xeC +xeC +yfn +osV +hrU +fiC +nMq +eQs +wLj +pnp +aWb +aWb +wBv +heD +qqZ +qqZ +aGc +qqZ +qqZ +rAZ +qqZ +swu +eUL +eUL +eUL +eUL +eUL +ssw +aMG +bsR +sRA +aMG +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +nBg +tSh +tSh +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +nBg +nBg +eUL +eUL +eUL +eUL +aki +"} +(147,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +wxc +wxc +wxc +wxc +eUL +eUL +eUL +eUL +bMK +nfL +tVH +tVH +tVH +tVH +xZZ +nWA +eUL +eUL +eUL +eUL +eUL +eUL +bKM +tVH +tVH +puj +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +jrj +eyl +abD +abD +pvw +uWX +nUO +sfs +sfs +sfs +sfs +sfs +sfs +cic +gRQ +gRQ +gRQ +kUL +hiL +qzx +abD +abD +abD +abD +abD +abD +abD +abD +abD +abD +sJQ +lex +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +fLd +gmG +gmG +raH +hqM +raH +raH +dHk +scD +scD +scD +scD +scD +oAY +scD +scD +mcu +vrF +yfn +sYH +sHl +fvm +fvm +hmn +dIT +dIT +gWx +xeC +dei +xkZ +qUz +vBN +vBN +wLj +wLj +wLj +omj +aWb +pyw +xPi +swu +swu +swu +swu +swu +njj +rAZ +qqZ +swu +eUL +eUL +eUL +eUL +eUL +ssw +pqv +wrL +uMf +byL +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +nBg +nBg +eUL +nBg +nBg +nBg +nBg +nBg +tSh +tSh +tSh +tSh +tSh +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +eUL +aki +"} +(148,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +bHG +bHG +bHG +bHG +bHG +bHG +xKt +bMK +nfL +tVH +tVH +tVH +tVH +tVH +puj +eUL +eUL +eUL +eUL +eUL +eUL +eUL +bKM +tVH +tVH +puj +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +fcw +abD +abD +sJQ +lex +uWX +gRQ +gRQ +gRQ +gRQ +gRQ +gRQ +kUL +hiL +teb +teb +teb +qzx +abD +abD +abD +erP +pwb +pwb +pwb +eyl +abD +abD +abD +erP +nQF +eUL +eUL +eUL +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +fLd +nTp +nTp +vlX +hqM +qUJ +nTp +nTp +wet +gvm +kGq +kNk +ajq +npC +fMo +bMT +vYn +vrF +yfn +sYH +qUz +vrF +vrF +ydc +dIT +ecu +edP +xeC +yfn +wrg +qUz +fiC +wBv +gZw +aWb +vFL +qVp +aWb +pyw +pbK +xbt +eUL +eUL +eUL +eUL +eUL +rAZ +qqZ +swu +eUL +eUL +eUL +eUL +eUL +ssw +cGd +tYO +kSz +jyn +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +iUr +oiZ +oiZ +oiZ +iUr +nBg +nBg +eUL +eUL +eUL +eUL +aki +"} +(149,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +lZh +oMK +oOT +oOT +oOT +bHG +xKt +bKM +tVH +tVH +tVH +xZZ +iFe +iFe +nWA +eUL +eUL +eUL +eUL +eUL +eUL +bMK +nfL +tVH +xZZ +nWA +eUL +eUL +eUL +eUL +hiL +lex +eUL +eUL +hiL +teb +qzx +abD +abD +abD +sJQ +teb +teb +teb +teb +teb +teb +teb +teb +qzx +erP +pwb +pwb +eyl +abD +abD +erP +nQF +eUL +eUL +eUL +jrj +pwb +eyl +erP +nQF +cpo +qSu +eUL +eUL +lVh +lVh +lVh +pdJ +eUL +eUL +eUL +eUL +eUL +eUL +fLd +fLd +nTp +jOg +rGa +dHk +nTp +nTp +vYn +ydj +ydj +vYn +vYn +ydj +ydj +vYn +vYn +vrF +yfn +sYH +qUz +vrF +vrF +xeC +ydc +ydc +ydc +xeC +yfn +wrg +qUz +fiC +guV +bMA +ozY +wLj +tcp +fiC +wLj +wLj +xbt +eUL +eUL +eUL +eUL +eUL +ecS +qqZ +swu +eUL +eUL +eUL +eUL +eUL +ssw +cGd +rLK +kSz +jyn +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +umf +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +aki +"} +(150,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +lZh +oOT +oOT +ueB +oOT +bHG +xKt +bKM +tVH +xZZ +iFe +nWA +nRS +kiq +kiq +eUL +eUL +eUL +eUL +eUL +qIf +ioP +brD +oyE +eUd +eUL +eUL +eUL +eUL +hiL +qzx +sJQ +teb +teb +qzx +abD +abD +abD +abD +erP +pwb +pwb +pwb +pwb +eyl +abD +abD +abD +abD +erP +nQF +eUL +eUL +fcw +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +jrj +nQF +erw +erw +pdJ +oEO +lVh +lVh +lVh +lVh +oEO +gVk +eUL +eUL +eUL +eUL +eUL +eUL +daQ +cmx +iJb +txr +iJb +eLz +sjH +jcw +dei +bFb +bFb +bFb +bFb +bFb +bFb +bFb +bFb +xkZ +sYH +xbf +bFb +bFb +bFb +bFb +bFb +bFb +bFb +xkZ +wrg +qUz +vBN +fiC +fiC +fiC +vBN +kAu +qLK +uli +qLK +xbt +eUL +eUL +eUL +eUL +njj +rAZ +srh +swu +eUL +eUL +eUL +eUL +eUL +ssw +whU +oNs +skX +naL +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +aki +"} +(151,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +lZh +oOT +oOT +oOT +oOT +bHG +xKt +sOn +iFe +nWA +agt +nRS +kiq +hJI +fPC +fBt +eUL +eUL +eUL +eUL +sRT +sRT +sRT +sRT +xkz +eUL +eUL +eUL +eUL +jrj +eyl +abD +abD +abD +abD +abD +abD +abD +abD +pvw +eUL +eUL +eUL +eUL +fcw +abD +abD +abD +abD +pvw +eUL +eUL +eUL +fcw +abD +erP +nQF +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cpo +qSu +oEO +lVh +lVh +lVh +lVh +lVh +lVh +eYz +eYz +eUL +eUL +eUL +eUL +eUL +eUL +daQ +snM +fdu +qzm +nzW +ezO +ucK +xbv +vsJ +vVy +kEj +kEj +kEj +kEj +uUH +kEj +kEj +kEj +umW +kEj +kEj +kEj +kEj +kEj +kEj +kEj +kEj +kEj +cON +xbf +bFb +bFb +bFb +nsq +hMw +kAu +qLK +sRK +qLK +xbt +eUL +eUL +eUL +swu +xRw +rAZ +qqZ +swu +eUL +eUL +eUL +eUL +eUL +eUL +rSE +bsR +sAw +stt +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +aki +"} +(152,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +lZh +oOT +afe +oOT +nBs +bHG +xtT +eUL +eUL +eUL +kiq +hJI +fPC +fBt +fRw +agt +eUL +eUL +eUL +eUL +sRT +sRT +sRT +sRT +sRT +eUL +eUL +eUL +sCV +bQX +jrj +eyl +abD +erP +pwb +pwb +pwb +eyl +abD +sJQ +lex +eUL +eUL +hiL +qzx +abD +abD +abD +abD +sJQ +lex +eUL +hiL +qzx +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +qSu +pdJ +lVh +lVh +lVh +lVh +lVh +lVh +pdJ +eYz +erw +eUL +eUL +eUL +eUL +eUL +eUL +daQ +sct +iJb +uqk +nzJ +tuY +eoA +jcw +yfn +sYH +osV +oOH +oOH +oOH +oOH +oOH +oOH +wSx +sYH +osV +oOH +oOH +oOH +oOH +oOH +oOH +wSx +wrg +uZk +kEj +kEj +kEj +kEj +tLt +vTn +oDl +fMn +tym +ePb +hpD +eUL +eUL +eUL +swu +qqZ +rAZ +njj +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +bsR +sRA +bsR +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +aki +"} +(153,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +lZh +lZh +lZh +lZh +lZh +xtT +xtT +eUL +eUL +eUL +fBt +fRw +agt +agt +agt +agt +agt +eUL +eUL +eUL +sRT +sRT +sRT +sRT +sRT +ayY +eUL +eUL +cld +igt +qAN +jrj +pwb +nQF +eUL +eUL +eUL +jrj +eyl +abD +pvw +eUL +hiL +qzx +erP +pwb +pwb +pwb +eyl +abD +sJQ +teb +qzx +abD +erP +nQF +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +oEO +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +dBQ +cpo +eUL +eUL +eUL +eUL +eUL +eUL +daQ +sct +iJb +sIw +isi +oLm +wZa +wZa +yfn +sYH +qUz +xUC +xUC +mOE +mOE +xUC +xUC +yfn +sYH +qUz +eRv +eRv +xji +xji +eRv +eRv +yfn +wrg +sYH +osV +oOH +oOH +oOH +hrU +rON +kAg +swT +qkN +swT +hpD +eUL +eUL +eUL +swu +qqZ +rAZ +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +hsn +wAV +iDw +uVc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +mWJ +mWJ +mWJ +mWJ +nBg +nBg +mWJ +mWJ +mWJ +dsf +mWJ +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +aki +"} +(154,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +agt +agt +agt +agt +agt +agt +agt +eUL +eUL +eUL +sRT +sRT +sRT +sRT +sRT +ayY +ayY +eUL +leX +dec +xqU +qAN +eUL +eUL +eUL +eUL +eUL +eUL +jrj +eyl +sJQ +mEP +poo +pwb +nQF +eUL +eUL +eUL +jrj +eyl +abD +abD +abD +erP +nQF +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +eUL +eUL +lVh +lVh +oEO +eYz +why +eUL +eUL +eUL +eUL +eUL +eUL +daQ +gvj +iJb +sIw +thd +vVn +jcw +dei +xkZ +sYH +qUz +xUC +iKl +xIL +jVm +job +xUC +yfn +sYH +qUz +ueQ +dsC +oXX +oev +sQm +eRv +yfn +wrg +sYH +qUz +hqJ +haz +haz +haz +hqJ +kAg +swT +hDU +swT +hpD +eUL +eUL +eUL +swu +qqZ +ecS +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +hsn +wAV +iDw +uVc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +mWJ +mWJ +mWJ +mWJ +nBg +nBg +dsf +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +nBg +nBg +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +nBg +nBg +eUL +eUL +aki +"} +(155,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +agt +agt +agt +agt +agt +agt +agt +eUL +eUL +eUL +sRT +sRT +sRT +sRT +sRT +ayY +ayY +usT +wZz +leX +dec +igt +eUL +eUL +eUL +eUL +eUL +eUL +eUL +jrj +pwb +nQF +qAN +fIu +eUL +eUL +eUL +eUL +eUL +jrj +pwb +pwb +eyl +pvw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +eUL +eUL +lVh +lVh +lVh +ohT +eYz +eUL +eUL +eUL +eUL +eUL +eUL +daQ +cmx +iJb +sIw +iJb +uYi +jcw +vaY +kEj +vmR +hrU +xUC +npy +pbJ +jVm +esj +xUC +yfn +sYH +qUz +eRv +eRv +eRv +rOh +gRI +eRv +pYk +wSx +sYH +qUz +haz +iAk +bWV +fHu +vLA +vOf +haz +vLA +vLA +hpD +eUL +eUL +eUL +swu +qqZ +rAZ +qrz +swu +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aIZ +wAV +iDw +uVc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +mWJ +mWJ +mWJ +mWJ +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +aki +"} +(156,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +agt +agt +agt +agt +agt +agt +agt +eUL +eUL +eUL +eUL +sRT +sRT +sRT +sRT +ayY +ayY +usT +wZz +wZz +wZz +nRW +eUL +eUL +eUL +eUL +eUL +eUL +eUL +fIu +sHe +veC +cld +rco +eUL +eUL +eUL +eUL +eUL +nRW +fVE +veC +jrj +nQF +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +uNY +uNY +uNY +daQ +daQ +daQ +daQ +daQ +daQ +daQ +wZa +fxB +lAN +rEf +wZa +wZa +vkL +wrg +qUz +xUC +xUC +oxp +jVm +ryJ +scE +xUC +pYk +eCM +hrU +ueQ +dsC +oXX +pRm +bfa +eRv +eRv +yfn +sYH +qUz +haz +oep +oQT +wup +nXJ +urB +wup +xsR +qlx +hpD +eUL +eUL +eUL +swu +qqZ +rAZ +qqZ +swu +eUL +eUL +eUL +eUL +eUL +uVc +gnu +aIZ +wAV +sZS +uVc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +umf +riu +mWJ +mWJ +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +aki +"} +(157,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +agt +agt +agt +agt +agt +agt +eUL +eUL +eUL +eUL +sRT +sRT +sRT +sRT +ayY +ayY +ufm +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +eUL +eUL +nRW +cld +nRW +igt +dec +mcy +leX +eUL +eUL +wZz +wZz +leX +kDY +nRW +sHe +fVE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +pRn +pRn +pRn +vjb +fhO +fhO +cmx +apN +bmF +vVn +apN +rBG +iJb +sIw +iJb +jcw +dei +vkM +wrg +qUz +xUC +xUC +ihg +jVm +mRV +xUC +xUC +xSL +aYe +jcL +eRv +eRv +cXk +oev +wnS +eRv +eRv +yfn +sYH +qUz +hqJ +hqJ +vLA +vLA +vLA +bJm +wup +xsR +ple +swu +swu +swu +swu +swu +okC +jAU +okC +swu +swu +eUL +eUL +eUL +eUL +uVc +iDw +aIZ +wAV +eVJ +uVc +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +umf +riu +riu +nBg +nBg +eUL +nBg +nBg +riu +riu +riu +riu +nBg +nBg +nBg +nBg +riu +riu +umf +mWJ +nBg +nBg +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +dsf +nBg +nBg +eUL +eUL +aki +"} +(158,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +agt +agt +agt +agt +agt +agt +eUL +eUL +eUL +eUL +eUL +sRT +sRT +sRT +eUL +ufm +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +leX +mcy +mcy +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +kDY +kDY +nRW +leX +wZz +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +pRn +tfS +tfS +tfS +tfS +lOp +maV +nzJ +nzJ +nzJ +nzJ +nzJ +nzJ +rfw +fpx +jcw +yfn +sYH +osV +hrU +xUC +xUC +mOE +pFi +xUC +xUC +mCC +lvC +aEj +lvC +faX +eRv +xji +lIc +xji +eRv +eRv +pYk +aIv +xbf +nsq +haz +oXQ +wup +hqJ +jrR +wup +wup +qkS +heD +qqZ +qqZ +qqZ +qqZ +qqZ +rAZ +qqZ +njj +cnR +eUL +eUL +eUL +eUL +jnw +bTp +aIZ +wAV +iDw +uVc +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +nBg +nBg +nBg +riu +riu +riu +mWJ +nBg +nBg +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +aki +"} +(159,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iVJ +agt +agt +agt +agt +agt +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +leX +wZz +wZz +wZz +wZz +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +pRn +tfS +lEx +xIM +lZN +xbv +mci +nzW +ezO +ezO +ezO +ezO +ezO +mDO +wZa +wZa +yfn +sYH +qUz +xUC +xUC +qUY +ipm +scU +waH +qSp +qBy +jkF +cFS +bGh +eQi +bvV +ujB +dXx +vyi +eGl +eRv +eRv +vkL +wrg +qUz +haz +xtQ +oQT +nXJ +svn +cBX +uyq +cBX +rJA +rFN +rFN +rFN +rFN +rFN +mza +rFN +rFN +qeD +njj +eUL +eUL +trG +vBo +bTp +aIZ +wAV +iDw +uVc +nBg +nBg +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +umf +riu +riu +riu +umf +riu +riu +nBg +nBg +riu +riu +riu +mWJ +nBg +nBg +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +dsf +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +aki +"} +(160,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +buX +xlm +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +fxM +fxM +wZz +wZz +wZz +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +pRn +tfS +lGg +tfS +tfS +xFc +iJb +iJb +isi +iJb +iJb +iJb +iJb +hXk +jcw +dei +xkZ +sYH +qUz +ldu +scs +xIL +khg +jVm +jVm +jxq +lvC +lvC +dxQ +jQh +lvC +fFF +oev +keb +kQD +pRm +etw +xji +vkL +wrg +qUz +hqJ +hqJ +vLA +vLA +vLA +etJ +rjd +pCQ +heD +qqZ +qqZ +aGc +qqZ +qqZ +qqZ +qqZ +aGc +rAZ +wmX +eUL +eUL +njj +jnw +bTp +aIZ +wAV +iDw +wWQ +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +riu +umf +riu +mWJ +nBg +nBg +nBg +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +nBg +nBg +mWJ +dsf +mWJ +mWJ +nBg +nBg +eUL +eUL +aki +"} +(161,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +buX +syI +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +eUL +eUL +eUL +lVh +lVh +lVh +lVh +fIQ +jik +eUL +eUL +eUL +pRn +tfS +lGg +tfS +cQv +fhO +cmx +fUF +kqd +dEw +tnT +pdk +iJb +hXk +jcw +yfn +ucS +vmR +hrU +mOE +erM +pAN +sZU +jVm +hCX +mOE +unS +lvC +dVG +iSY +unS +xji +lPU +pRm +aHk +kgz +oev +xji +hbL +tTn +vJD +nsq +hqJ +bfM +gJp +tHk +wup +wup +qtZ +swu +swu +swu +swu +swu +swu +swu +swu +heD +kiJ +heD +swu +eUL +eUL +uVc +vcm +aIZ +wAV +sZS +wWQ +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +riu +umf +riu +riu +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +aki +"} +(162,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +buX +syI +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +kxS +eUL +eUL +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +wZz +eUL +eUL +lVh +lVh +lVh +lVh +lVh +pdJ +wfx +eUL +eUL +eUL +pRn +pRn +lGZ +pRn +xyO +fhO +fUF +fim +unP +fim +dEw +wZa +jcw +duq +wZa +yfn +sYH +qUz +xUC +xUC +pFi +xUC +xUC +pFi +mOE +xUC +qoc +lvC +oJg +lvC +jsm +eRv +xji +lIc +xji +eRv +lIc +eRv +eRv +yfn +sYH +qUz +hqJ +nYl +sZd +vLA +lFq +sMb +oex +hpD +eUL +eUL +eUL +eUL +eUL +eUL +swu +qqZ +rAZ +qqZ +swu +eUL +eUL +uVc +iDw +aIZ +wAV +iDw +uiT +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +eUL +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +aki +"} +(163,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +buX +buX +syI +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +wZz +wZz +wZz +wZz +wZz +wZz +wZz +leX +wZz +wZz +wZz +wZz +wZz +lVh +lVh +lVh +lVh +lVh +lVh +lVh +jik +gjn +eUL +eUL +eUL +uNY +lSq +upo +fhO +fhO +kbP +gJb +wZa +jTz +jTz +wZa +vrF +sTo +vrF +yfn +sYH +qUz +xUC +jMk +kIn +xUC +sSG +wjo +jVI +xUC +oUw +uDN +kMH +kMH +oUw +eRv +bUv +pRm +tQj +eRv +fAa +oev +ueQ +yfn +sYH +qUz +hqJ +hqJ +hqJ +hqJ +haz +haz +haz +hpD +eUL +eUL +eUL +eUL +eUL +eUL +swu +qqZ +rAZ +qqZ +swu +eUL +eUL +uVc +iDw +aIZ +wAV +iDw +uiT +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +aki +"} +(164,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +buX +buX +kVM +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pdJ +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +wZz +leX +bQX +dec +kHg +leX +wZz +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +fDD +xWg +eUL +eUL +eUL +lVh +lUg +lVh +fhO +fhO +wZa +wZa +wZa +wZa +wZa +wZa +vrF +ewe +vrF +yfn +sYH +qUz +xUC +krw +wrp +xUC +abM +lWe +gXB +xUC +avs +lvC +lvC +lvC +avs +eRv +hOE +lDR +xNn +eRv +xKo +xKo +xji +yfn +sYH +xbf +bFb +bFb +bFb +bFb +bFb +bFb +nsq +saf +eUL +eUL +eUL +eUL +eUL +eUL +swu +qxt +rAZ +qqZ +swu +eUL +eUL +uVc +iDw +aIZ +wAV +iDw +uiT +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +riu +riu +umf +riu +riu +riu +riu +riu +riu +dsf +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +eUL +eUL +nBg +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +dsf +nBg +nBg +eUL +eUL +aki +"} +(165,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +buX +syI +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +cpo +qSu +oEO +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +sCV +wfx +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +pdJ +jik +eUL +eUL +eUL +lVh +lUg +lVh +lVh +dhU +bFb +bFb +bFb +bFb +bFb +bFb +bFb +kiT +bFb +xkZ +sYH +qUz +xUC +mOE +jGF +xUC +sSG +oSU +uGR +xUC +uFJ +dWB +dWB +lvC +xvd +eRv +oqM +pqT +oFp +eRv +eRv +eRv +eRv +yfn +sYH +wrg +wrg +wrg +wrg +osV +oOH +oOH +hrU +saf +eUL +eUL +eUL +eUL +eUL +eUL +swu +qqZ +rAZ +qqZ +swu +eUL +eUL +uVc +iDw +aIZ +iwh +iDw +uiT +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +riu +riu +riu +riu +riu +umf +riu +riu +riu +mWJ +mWJ +mWJ +mWJ +dsf +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +nBg +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +aki +"} +(166,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +buX +kVM +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +cpo +qSu +wfx +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +erw +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +pdJ +eUL +eUL +lVh +lVh +lUg +lVh +lVh +hlW +wrg +wrg +wrg +wrg +wrg +wrg +wrg +wrg +wrg +wrg +sYH +xbf +bFb +bFb +nsq +xUC +xUC +ldu +xUC +xUC +fnO +oDJ +oDJ +oDJ +vwz +eRv +eRv +xji +xji +eRv +dei +bFb +bFb +xkZ +sYH +wrg +osV +oOH +oOH +hrU +fQe +jEK +jEK +ksW +eUL +eUL +eUL +eUL +eUL +eUL +swu +qqZ +rAZ +qqZ +swu +eUL +eUL +uVc +iDw +aIZ +wAV +iDw +wWQ +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +aki +"} +(167,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +kVM +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +qSu +wfx +oEO +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +fIQ +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +lVh +lVh +lXo +lXI +lXI +taw +mfc +mfc +mfc +mfc +mfc +mfc +mfc +mfc +mfc +tTn +umW +kEj +kEj +kEj +wlx +xKQ +bFb +nsq +xUC +xUC +oUw +xSL +tak +xSL +oUw +eRv +eRv +dei +bFb +bFb +xkZ +wrg +wrg +tKx +rrq +mfc +tjS +fQe +fQe +fQe +fQe +cGr +wJr +ksW +swu +swu +swu +swu +swu +swu +swu +heD +jAU +heD +swu +swu +swu +uVc +vcm +aIZ +wAV +sZS +wWQ +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +nBg +nBg +nBg +nBg +umf +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +aki +"} +(168,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +cpo +wfx +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +lVh +lVh +lVh +lVh +mTn +mTn +hrw +hrw +hrw +vrF +vrF +vrF +vrF +vrF +vrF +yfn +sYH +wrg +wrg +wrg +wrg +xOM +kEj +wlx +pGF +pGF +pGF +pGF +pGF +pGF +oMp +pGF +pGF +bRx +kEj +kEj +rng +mfc +mfc +jan +fQe +jEK +nSA +fQe +tko +tDK +eTa +pij +pvr +kgf +heD +qqZ +wci +qqZ +qqZ +qqZ +qqZ +wci +rAZ +qqZ +qqZ +qqZ +wci +wWQ +iDw +aIZ +wAV +iDw +uVc +nBg +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +aki +"} +(169,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +qSu +pdJ +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +vxI +gnq +aIU +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +mTn +mTn +jAD +hgs +hrw +hrw +hrw +hrw +vrF +vrF +vrF +yfn +sYH +osV +oOH +oOH +oOH +oOH +wSx +wrg +wrg +wrg +wrg +wrg +wrg +wrg +sYH +wrg +wrg +osV +oOH +oOH +hrU +fQe +fQe +fQe +fQe +aHe +wSU +kMA +nxy +tDK +jSe +taq +bip +rgG +rJA +rFN +rFN +rFN +qzt +rFN +rFN +rFN +mza +oWF +rFN +rFN +rFN +lPm +qUV +rmL +bBK +iDw +uVc +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +aki +"} +(170,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +vxI +buX +buX +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +mTn +hrw +rqR +hrw +lOi +bfd +hrw +gII +gII +hrw +yfn +sYH +qUz +sDN +sDN +sDN +sDN +pYk +oOH +oOH +wSx +wrg +wrg +wrg +wrg +eza +oOH +oOH +hrU +fQe +fQe +fQe +fQe +ovm +okE +tDK +atz +lfe +sdL +wFv +tDK +uIu +coe +lfe +kXx +vCm +trG +trG +trG +bTu +trG +trG +trG +trG +trG +njj +njj +trG +hDt +iDw +aIZ +wAV +iDw +uVc +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +umf +riu +riu +riu +riu +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +umf +riu +riu +nBg +eUL +nBg +nBg +mWJ +dsf +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +aki +"} +(171,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +buX +buX +buX +buX +kVM +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +vxI +buX +buX +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +sZA +dde +tKd +eWk +tKd +tKd +uvH +hxe +qkF +gII +yfn +sYH +qUz +sDN +rPf +ifl +sDN +vNa +vNa +sDN +pYk +oOH +oOH +wSx +wrg +xmG +fQe +vKF +vKF +fQe +rZz +rZz +tDK +azu +bzl +tDK +xBH +cjP +ksc +hWT +tDK +xBH +iIq +uoe +wNG +heD +qqZ +qqZ +qqZ +rAZ +lpf +qqZ +qqZ +qqZ +njj +eUL +eUL +njj +wWQ +iDw +aIZ +wAV +iDw +uVc +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +riu +riu +umf +riu +riu +riu +riu +nBg +nBg +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +eUL +eUL +eUL +aki +"} +(172,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +buX +buX +buX +buX +buX +kVM +lVh +lVh +lVh +lVh +lVh +lVh +lVh +vxI +exi +buX +buX +buX +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +sZA +ieJ +dQv +hrw +wEZ +hFA +fgh +roP +sIX +gII +yfn +sYH +qUz +lVr +vZb +wnX +sDN +hBJ +tzg +sDN +vNa +vNa +sDN +yfn +wrg +xmG +fQe +jvg +iXZ +sCI +tUJ +tUJ +tDK +tDK +imE +tDK +tDK +eqJ +dIx +tDK +tDK +tDK +qnE +jEK +tDK +ksW +swu +swu +heD +jAU +stX +heD +swu +swu +eUL +eUL +eUL +eUL +uVc +vcm +aIZ +wAV +itx +uVc +nBg +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +aki +"} +(173,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +wKx +bST +bST +bST +bST +kVM +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lUM +buX +buX +buX +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +mTn +hrw +hrw +hrw +dEf +tKd +lKM +tKd +bDx +gII +yfn +sYH +qUz +sDN +eZh +wnX +sDN +tPj +wnX +xhC +lsu +sAS +sDN +yfn +wrg +xmG +vKF +iXZ +gCV +ghx +sUp +tUJ +vKF +eTa +tsy +ccp +wia +ccp +loV +ccp +ybZ +hHD +loV +kMA +xRM +ksW +eUL +swu +qqZ +rAZ +lpf +qqZ +swu +eUL +eUL +eUL +eUL +eUL +uVc +eVJ +aIZ +wAV +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +riu +umf +riu +riu +riu +umf +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +nBg +nBg +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +mWJ +dsf +mWJ +nBg +nBg +nBg +nBg +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +aki +"} +(174,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lUM +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +sZA +tKd +tKd +eWk +tKd +sww +hrw +gII +dLF +hrw +yfn +sYH +qUz +sDN +rPf +atk +sDN +hDP +wnX +djq +vZb +hlT +sDN +yfn +wrg +xmG +vKF +tUJ +suj +dSQ +xVa +aGm +oZd +rgG +gEf +rgG +vFo +pus +tvx +ifX +ifX +ifX +mOs +iIq +lSr +ksW +eUL +swu +qqZ +rAZ +lpf +qqZ +swu +eUL +eUL +eUL +eUL +eUL +uVc +iDw +aIZ +jDo +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +nBg +nBg +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(175,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +mTn +mTn +dQv +xcH +hrw +hrw +hrw +hrw +vrF +vJo +vrF +yfn +sYH +qUz +sDN +nqd +tPj +sDN +tPj +wnX +tZr +uSW +jeI +sDN +yfn +wrg +xmG +fQe +xbd +tUJ +kaO +sUp +tUJ +vKF +uuQ +fje +aaB +pus +pus +pus +ifX +ifX +dSO +kzq +glh +lSr +ksW +eUL +swu +qxt +rAZ +lpf +qqZ +swu +eUL +eUL +eUL +eUL +eUL +uVc +iDw +aIZ +wAV +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +nBg +nBg +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +nBg +nBg +eUL +nBg +nBg +mWJ +dsf +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +dsf +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(176,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +mTn +mTn +hrw +hrw +hrw +vrF +vrF +vrF +wuR +vJo +vrF +yfn +sYH +qUz +sDN +sDN +bLK +sDN +tPj +rEN +sDN +vNa +vNa +sDN +yfn +wrg +xmG +fQe +vKF +vKF +fQe +gwn +rVZ +tDK +gdu +grN +mOs +wVS +fis +ugA +uoe +wVS +uvj +mOs +eWu +lSr +ksW +eUL +swu +qqZ +rAZ +lpf +qqZ +swu +eUL +eUL +eUL +eUL +eUL +uVc +iDw +aIZ +wAV +hsn +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +nBg +nBg +eUL +eUL +nBg +nBg +umf +riu +riu +riu +riu +nBg +nBg +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(177,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +eUL +eUL +eUL +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +tYf +jgR +jgR +jgR +jgR +jgR +jgR +jgR +xnW +jgR +tYQ +jbL +cNG +vNa +rxQ +tPj +vsb +xuH +tPj +vNa +iJj +jgR +jgR +tYQ +uyM +neV +syC +pqq +esK +fQe +fQe +fQe +pAi +fqD +sWE +jaH +fqD +fqD +fqD +fqD +fqD +mlg +xVH +iIq +vMg +ksW +eUL +swu +qqZ +rAZ +lpf +qqZ +swu +eUL +eUL +eUL +eUL +eUL +uVc +iDw +aIZ +wAV +iDw +uVc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +nBg +nBg +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +dsf +mWJ +mWJ +mWJ +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(178,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +nck +uyM +uyM +uyM +uyM +uyM +nZs +klB +gFM +klB +laB +jZr +vrE +dbd +qFX +vgO +qcz +blv +lvZ +lVr +qAK +uyM +uyM +uyM +uyM +neV +syC +mju +fjb +nIm +nIm +nUY +pAi +rYM +pUe +qyI +tHY +wXh +hoD +oWd +fqD +fHf +nFY +glh +lSr +ksW +eUL +swu +qqZ +rAZ +lpf +qqZ +swu +eUL +eUL +eUL +eUL +eUL +eUL +hsn +aIZ +wAV +sZS +uVc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +nBg +nBg +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(179,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +lVh +lVh +lVh +lVh +lVh +gQr +mKk +mKk +mKk +mKk +mKk +iOn +mKk +kSs +mKk +otQ +jbL +cNG +vNa +cpd +tPj +lLP +tPj +tPj +vNa +rGw +mKk +mKk +otQ +uyM +neV +jjf +akc +vlq +vlq +vlq +vlq +owY +cPY +aTG +pQR +oHO +xpd +bte +aUu +haw +pkF +xVH +glh +lSr +uVc +uVc +uVc +wWQ +qhm +asE +wWQ +uVc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aIZ +wAV +iDw +uVc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +nBg +nBg +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(180,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dyR +dyR +dyR +dyR +dyR +dyR +xoT +xoT +xoT +dyR +dyR +dyR +dyR +dyR +dyR +dyR +dyR +xeP +nPw +gCJ +dyR +dyR +dyR +dyR +dyR +dyR +dyR +dyR +dyR +dyR +dyR +dyR +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +lVh +lVh +lVh +dpG +dpG +kSn +kSn +kSn +jjf +jjf +vbF +jjf +pAe +jjf +qAK +jbL +cNG +sDN +sDN +bra +sDN +wnX +vvp +sDN +vNa +vNa +sDN +qAK +uyM +taL +jgR +jgR +jgR +jgR +jgR +jgR +haw +xxJ +wjV +aqP +umX +dKo +bPM +vrH +fqD +uuQ +mOs +iIq +kXx +kff +iDw +dHK +iDw +wAV +aIZ +iDw +gnr +iDw +hsn +eUL +eUL +eUL +eUL +eUL +aIZ +wAV +iDw +uVc +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(181,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dyR +ata +dyR +bOU +cqm +dyR +hzx +sDz +lio +dyR +eqe +eSh +fkI +fPD +dyR +cHD +qjY +fBq +fBC +xca +gpX +pLY +yhn +gLn +gUH +drh +inE +dyR +iQb +jig +jVl +dyR +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +dpG +dpG +pkO +lmL +kSn +kSn +vwr +pKR +vwr +kSn +kSn +qAK +jbL +cNG +vNa +mYd +vES +sDN +tPj +tPj +bic +hmz +jsS +sDN +qAK +uyM +uCq +klB +klB +klB +klB +klB +klB +lrO +taT +vLJ +toA +sXn +gFc +fqD +fqD +fqD +uuQ +mOs +iIq +pus +hDt +bTp +bTp +bTp +gMJ +bTp +bTp +bTp +bTp +bTp +hsn +eUL +eUL +eUL +eUL +upL +wAV +iDw +uVc +eUL +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(182,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dyR +atB +dyR +bXK +cyj +dyR +qHT +drh +cAy +tGn +euC +eUN +cFv +gcF +dyR +cHD +but +fBq +fBC +xca +xTP +pLY +yhn +gRt +hcW +hza +gUH +yhn +iRf +jyR +iSQ +dyR +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +dpG +vwc +uEH +ipN +oBt +uEH +nIF +uEH +tNk +vwr +qAK +jbL +cNG +vNa +bHk +vES +sDN +svN +tPj +vZb +oDW +mNo +sDN +qAK +uyM +ovJ +kst +kst +kst +kst +kst +kst +haw +aUu +wjV +nOm +umX +dri +hoD +qQw +fqD +oTg +cdO +rHO +syq +lPm +qUV +qUV +qUV +gEP +qUV +qUV +qUV +qUV +nAP +hsn +cvT +eUL +eUL +eUL +hsn +wAV +iDw +uVc +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +umf +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +umf +riu +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +nBg +nBg +nBg +nBg +dsf +mWJ +mWJ +mWJ +dsf +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(183,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dyR +lkG +dyR +lkG +dyR +dyR +qHT +bcO +ddz +dNk +ddz +eeh +cAy +dyR +dyR +cHD +qca +fBq +fBC +vDc +xTP +xFP +dyR +dyR +hko +hzX +iuR +dNk +ddz +jzg +kai +dyR +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +lVh +lVh +eUL +eUL +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +cVK +uEH +uEH +uEH +uEH +uEH +nIF +uEH +tNk +vwr +qAK +jbL +cNG +sDN +swN +vES +sDN +wnX +tPj +rqD +ezC +cZv +sDN +qAK +uyM +neV +jjf +oOe +tyf +tyf +tyf +tyf +owY +vkC +whp +dCK +umX +xpd +itX +xxJ +haw +afK +cdO +vDB +rBc +kff +iDw +pAS +iDw +jOe +iDw +iDw +pAS +iDw +wAV +aIZ +dtj +eUL +eUL +cvT +aIZ +wAV +iDw +uVc +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +umf +riu +riu +riu +riu +riu +riu +nBg +mWJ +mWJ +dsf +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(184,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +rrH +rrH +dyR +awI +bmK +bYa +cIE +dyR +qHT +dsv +cAy +tGn +exv +drh +flh +dyR +pLY +wFs +cYY +fBq +fBC +xca +xTP +cHD +ejl +dyR +hsr +hPi +gUH +yhn +iSQ +dsv +iSQ +dyR +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +cVK +abv +haO +abv +abv +abv +nIF +uEH +tNk +vwr +qAK +jbL +cNG +kKc +vES +vES +sDN +wxJ +rln +sDN +vNa +vNa +sDN +qAK +uyM +neV +syC +pqq +naX +nIm +nIm +ryE +pAi +tkD +qkx +dPG +oAs +ssz +bPM +cIJ +fqD +oTg +cdO +lyQ +rBc +uVc +uVc +uVc +uVc +uVc +uVc +uVc +uVc +wWQ +qhm +asE +wWQ +eUL +eUL +gnu +aIZ +wAV +sZS +uVc +nBg +nBg +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(185,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lPq +rrH +rrH +rrH +dyR +aJf +bnW +clY +cKm +dyR +qHT +dsv +cAy +dyR +hnD +eWX +fxj +dyR +pLY +ffa +cYY +fBq +fBC +xca +xTP +cHD +iNO +dyR +hwa +hSr +gUH +dyR +iWL +dsv +drh +dyR +dyR +dyR +dyR +dyR +dyR +eUL +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +oEO +pdJ +cVK +uEH +uEH +uEH +uEH +uEH +nIF +uEH +hUI +kSn +qAK +jbL +cNG +sDN +tvK +pvP +sDN +vNa +vNa +sDN +iJj +jgR +jgR +tYQ +uyM +neV +syC +mju +whL +ewE +ewE +ewE +pAi +fqD +sWE +jaH +fqD +fqD +fqD +fqD +fqD +dWx +cdO +loJ +qzo +jfr +eUL +eUL +eUL +eUL +eUL +eUL +swu +qqZ +rAZ +lpf +qqZ +swu +uVc +iDw +aIZ +wAV +iDw +wWQ +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +nBg +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(186,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vys +vys +qor +rrH +rrH +dyR +aLt +bqV +col +cLr +cYn +ddz +dwD +dEk +dyR +dyR +dyR +dyR +dyR +wAK +mWQ +pZP +fBq +fBC +xca +mEG +mWQ +oxs +dyR +dyR +dyR +dyR +dyR +drh +dsv +eUN +dyR +inE +kBy +iSQ +kQF +bfr +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +fIQ +tGM +psR +oEO +dpG +vwc +uEH +oIe +qWj +uEH +nIF +uEH +sqv +kSn +qAK +jbL +cNG +sDN +vNa +vNa +sDN +iJj +jgR +jgR +tYQ +uyM +uyM +uyM +uyM +neV +ewE +apL +apL +ewE +cBn +hib +fZY +bjq +lSC +cdO +eQQ +elU +xIm +xIm +eQQ +cMJ +cdO +vDB +oiX +jfr +eUL +eUL +eUL +eUL +eUL +eUL +swu +qqZ +rAZ +lpf +qqZ +swu +uVc +iDw +aIZ +wAV +iDw +uiT +riu +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +umf +riu +riu +dsf +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +dsf +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(187,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +vys +vys +vys +vys +fCs +rrH +dyR +aVw +bvk +cqh +cMw +dyR +qHT +dAh +dEL +dOV +ddz +feu +dNk +ddz +ddz +ddz +gmj +kBN +ejh +gAe +gJA +gJA +gJA +gJA +xmY +hTT +iyq +iNV +jaN +jCn +drh +dyR +gUH +hZQ +hZQ +kSR +bfr +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +tGM +qSu +why +dpG +dpG +oIe +oIe +kSn +tNk +uEH +nIF +uEH +jfX +vwr +qAK +jbL +jTi +jgR +jgR +jgR +jgR +tYQ +uyM +uyM +uyM +uyM +uyM +uyM +uyM +neV +ewE +rCh +ePX +jMH +vlV +ePX +apL +oTg +fgw +akE +afK +afK +afK +cqY +afK +afK +cdO +vDB +oiX +jfr +eUL +eUL +eUL +eUL +eUL +eUL +swu +qxt +rAZ +lpf +qqZ +swu +uVc +iDw +aIZ +iwh +iDw +uiT +riu +umf +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +umf +riu +riu +riu +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +mWJ +mWJ +mWJ +dsf +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(188,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +vys +vys +vys +vys +fCs +eUL +dyR +dyR +dyR +dyR +dyR +dyR +dkk +dCu +dGN +dZi +wHb +cAy +tGn +rpA +rpA +rpA +lln +fBq +alA +xca +rpA +rpA +rpA +rpA +iEL +hZQ +iHN +rpA +hZQ +jEy +ddz +dNk +iuR +kEa +gRt +gUH +bfr +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +fIQ +eYz +eUL +eUL +dpG +dpG +kSn +kSn +kSn +eFK +uEH +qHA +rrz +sMx +tnS +tUG +gFM +klB +klB +klB +klB +xSG +nnU +trE +trE +trE +trE +trE +ucE +klB +jjM +apL +ePX +aFc +fCa +jzc +jDQ +bZv +syq +cOy +sGc +aSw +akE +akE +akE +akE +afK +cdO +lSC +oiX +jfr +eUL +eUL +eUL +eUL +eUL +eUL +swu +qqZ +rAZ +lpf +qqZ +swu +uVc +iDw +aIZ +wAV +iDw +uiT +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(189,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +vys +vys +vys +vys +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dyR +dla +dsv +dIN +eeh +dGN +fhE +dyR +wFH +noF +uyk +njy +fBq +alA +xca +tmP +cUd +wFH +aKJ +dyR +cQh +dsv +eUN +jcQ +jKH +eUN +dyR +gUH +jgu +jgu +kSY +dyR +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +vxI +gnq +gnq +gnq +aIU +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +dpG +sDE +uZO +kSn +tNk +uEH +qUr +rwD +tNk +vwr +rGw +mKk +mKk +mKk +mKk +otQ +jbL +cNG +pFp +dAi +gpl +dAi +pFp +qAK +uyM +neV +apL +ePX +gdv +ttV +vlV +gdv +apL +uWG +qrt +hEx +qeR +mGA +hSX +sGI +vLw +hEx +mGA +lJS +lQT +jfr +eUL +eUL +eUL +eUL +eUL +eUL +swu +qqZ +rAZ +lpf +qqZ +swu +uVc +iDw +aIZ +wAV +iDw +wWQ +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +aki +"} +(190,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +vys +vys +vys +vys +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dyR +dkk +bZR +wHb +efU +eAQ +dEk +dyR +cHD +tAk +qzV +cYY +fBq +alA +xca +xTP +nuf +cHD +nhs +dyR +iga +iJz +eUN +jgu +jPd +drh +dyR +gUH +hZQ +rpA +kVZ +dyR +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +vxI +buX +buX +buX +buX +syI +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +dpG +mIN +uEH +cVK +uEH +uEH +nMK +rys +uWb +kSn +vwr +uSA +vwr +kSn +kSn +qAK +jbL +cNG +dAi +hPC +tEC +opg +dAi +qAK +uyM +neV +ewE +vXb +gdv +tcU +gdv +ePX +fZY +fZY +wUj +fZY +fZY +sSA +mRN +fZY +fZY +fZY +sSA +eLa +fZY +jfr +swu +swu +swu +swu +swu +swu +swu +heD +jAU +stX +heD +swu +uVc +vcm +aIZ +wAV +hsn +uVc +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +umf +riu +riu +riu +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +aki +"} +(191,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vys +vys +vys +vys +eUL +eUL +eUL +eUL +eUL +eUL +dyR +doM +dsv +jKv +egj +eCg +aRz +dyR +cHD +nGW +pLY +dVx +fBq +alA +xca +nJL +pLY +cHD +skZ +dyR +iiK +dCu +iPS +jic +jyR +kdA +dyR +klD +kFj +kIM +klD +dyR +eUL +eUL +eUL +xEe +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +oEO +eUL +eUL +buX +eUL +buX +syI +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +dpG +ftw +abv +ydo +abv +abv +cEz +rys +uEH +hAP +uEH +nMK +uEH +tNk +vwr +qAK +jbL +vmZ +hnU +hmA +dIB +vIQ +dAi +qAK +uyM +neV +ewE +ewE +ewE +ewE +sku +sku +fZY +mIZ +vAa +fZY +aVd +vDB +lfO +wGj +fZY +aVd +lSC +xIm +mZL +heD +qqZ +wci +qqZ +qqZ +qqZ +qqZ +wci +qqZ +rAZ +lpf +wci +qqZ +heD +iDw +aIZ +mnv +eUL +eUL +eUL +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +umf +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +aki +"} +(192,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vys +vys +vys +vys +vys +vys +vys +eUL +eUL +eUL +dyR +tGn +daY +dyR +tGn +tGn +tGn +dyR +dyR +dyR +dyR +dyR +fBq +alA +xca +dyR +dyR +dyR +dyR +dyR +xUx +bjI +xUx +dyR +dyR +dyR +dyR +dyR +dyR +dyR +dyR +dyR +eUL +eUL +cpo +wfx +wfx +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +pdJ +eYz +eUL +eUL +eUL +eUL +eUL +syI +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dpG +ftw +uEH +cVK +uEH +uEH +qVv +ryv +sRi +sRi +sRi +uoV +uEH +tNk +vwr +qAK +xWM +cNG +aFT +exY +dIB +anX +dAi +qAK +uyM +neV +xtT +niG +niG +ewE +ewE +ewE +ewE +nDN +pfL +fZY +sCs +pcs +owN +akt +fZY +xTx +iCE +pcs +oiX +vCm +trG +trG +trG +trG +trG +trG +trG +trG +bTu +trG +trG +trG +vCm +bTp +aIZ +wAV +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +umf +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +eUL +aki +"} +(193,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +anv +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +fBq +alA +xca +vys +vys +vys +vys +vys +vys +vys +gmR +fBq +alA +xca +gmR +vys +vys +vys +vys +fBq +alA +xca +vys +vys +vys +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cnU +qHg +cnU +cut +vys +vys +vys +lVh +lVh +lVh +lVh +lVh +lVh +eYz +qYS +eUL +eUL +eUL +eUL +eUL +syI +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +dpG +pUl +uEH +kSn +tNk +uEH +uEH +uEH +uEH +uEH +uEH +rys +uEH +mem +vwr +qAK +jbL +cNG +pFp +sWk +aNV +xpX +pFp +qAK +uyM +neV +xtT +niG +niG +xtT +niG +niG +ewE +ewE +ewE +ewE +mnS +bpo +fAq +nHw +fZY +vhY +bNU +psl +syq +rJA +rFN +rFN +rFN +rFN +rFN +rFN +rFN +rFN +mza +rFN +rFN +rFN +rJA +qUV +rmL +ulR +hsn +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +aki +"} +(194,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +ylc +pzT +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +jUe +alA +ipI +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +jUe +alA +ipI +dkm +dkm +dkm +dkm +dkm +jUe +alA +xca +vys +vys +vys +eUL +eUL +eUL +eUL +eUL +eUL +eUL +qHg +lwp +tMz +vys +vys +vys +vys +lVh +lVh +lVh +lVh +lVh +pdJ +qYS +eUL +eUL +eUL +eUL +eUL +eUL +lnr +fIQ +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +dpG +dpG +kSn +joD +kSn +tNk +uEH +uEH +uEH +uEH +rCp +tNk +upw +uWb +kSn +kSn +qAK +jbL +cNG +dAi +ylG +onv +eaY +vwA +tUG +klB +jjM +xtT +niG +niG +xtT +niG +niG +xtT +niG +niG +ewE +ewE +ewE +ewE +nYR +fZY +uWG +hmm +mwu +ozl +heD +qqZ +qqZ +qqZ +qqZ +qqZ +qqZ +qqZ +qqZ +jdF +qqZ +qqZ +qqZ +heD +iDw +iDw +iDw +iDw +uVc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +riu +nBg +nBg +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +nBg +nBg +nBg +eUL +eUL +eUL +aki +"} +(195,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +rrH +ylc +fBq +aip +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +uIR +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +uIR +kMt +kMt +kMt +kMt +kMt +kMt +kMt +ssW +xca +vys +yiD +vys +eUL +eUL +eUL +eUL +eUL +eUL +eUL +qHg +qHg +vys +vys +vys +vys +vys +lVh +lVh +lVh +lVh +oEO +eYz +eUL +eUL +eUL +eUL +eUL +eUL +qYS +eYz +fIQ +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +dpG +dpG +tLE +tKe +kSn +nIa +uEH +tNk +tNk +mem +kSn +vwr +uum +vwr +kSn +kSn +qAK +jbL +cNG +dAi +dJM +kHs +clF +dAi +qAK +uyM +neV +xtT +xtT +xtT +xtT +xtT +xtT +xtT +niG +niG +xtT +niG +niG +jfr +jfr +jfr +jfr +lgu +aHf +jfr +swu +swu +swu +swu +swu +swu +swu +swu +swu +swu +swu +swu +swu +swu +gBu +gBu +gBu +gBu +uVc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +aki +"} +(196,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +rrH +rrH +ylc +fBq +alA +aXA +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +wjb +alA +xca +yiD +qHg +vys +vys +eUL +eUL +eUL +eUL +eUL +vys +vys +vys +vys +vys +vys +vys +vys +lVh +lVh +lVh +pdJ +oEO +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eYz +qJj +lVh +lVh +lVh +lVh +eUL +eUL +eUL +lVh +lVh +lVh +dpG +djW +pIX +kSn +sDE +rCp +kSn +vwr +vwr +kSn +iJj +uzW +jgR +jgR +jgR +tYQ +jbL +cNG +dAi +xha +kHs +evc +dAi +qAK +uyM +taL +jGo +xtT +niG +niG +niG +niG +xtT +niG +niG +xtT +niG +niG +gsb +eUL +eUL +jfr +jfr +jfr +jfr +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +umf +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +aki +"} +(197,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +rrH +rrH +ylc +fBq +alA +xca +vys +kSC +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +kSC +fBq +alA +xca +vys +vys +vys +vys +eUL +eUL +eUL +eUL +eUL +vys +vys +vys +vys +vys +vys +vys +vys +lVh +lVh +lVh +pdJ +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eYz +fIQ +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +kSn +kSn +kSn +kSn +kSn +kSn +kSn +jjf +jjf +jjf +qAK +uCq +klB +klB +klB +klB +xZe +cNG +pFp +tXs +mrF +gxW +pFp +rGw +otQ +jbL +cNG +xtT +niG +niG +niG +niG +xtT +xtT +xtT +xtT +xtT +xtT +gsb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +umf +nBg +nBg +eUL +eUL +nBg +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +nBg +nBg +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +aki +"} +(198,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +rrH +rrH +ylc +fBq +alA +xca +vys +dyj +naq +rHq +lWa +gjQ +kqL +rHq +lWa +gjQ +kqL +rHq +rHq +gjQ +kqL +rHq +lWa +kqL +kqL +rHq +lWa +gjQ +gjQ +gjQ +naq +dyj +fBq +alA +xca +vys +vys +vys +vys +vys +eUL +eUL +eUL +eUL +vys +vys +vys +vys +vys +vys +vys +vys +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +fIQ +lVh +lVh +cPK +wHU +wHU +wHU +wHU +wHU +wHU +wHU +wHU +jgR +jgR +jgR +jgR +jgR +jgR +jgR +jgR +jgR +jgR +tYQ +jbL +jcF +mKk +mKk +mKk +mKk +tWV +pFp +dBt +oyk +slg +pFp +pFp +qAK +jbL +cNG +xtT +xtT +niG +niG +niG +xtT +niG +niG +niG +niG +niG +gsb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +riu +riu +riu +riu +riu +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +dsf +mWJ +mWJ +mWJ +dsf +nBg +nBg +eUL +eUL +eUL +aki +"} +(199,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +rrH +neH +fBq +alA +xca +vys +dyj +aXk +cHD +pzz +cHD +cHD +cHD +cHD +cHD +cHD +cHD +pzz +hiN +cHD +cHD +cHD +cHD +cHD +cHD +cHD +pzz +cHD +cHD +nMG +dyj +fBq +alA +xca +vys +vys +vys +vys +vys +vys +xtT +xtT +xtT +vys +vys +vys +vys +vys +vys +vys +vys +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +cPK +lgt +lez +lez +lez +lez +lez +lez +lez +lez +klB +klB +klB +klB +klB +klB +klB +klB +klB +klB +klB +uGf +cNG +pFp +pFp +gpl +dAi +pFp +pFp +foU +wCi +foU +jFa +pFp +qAK +jbL +jTi +jGo +xtT +niG +niG +niG +xtT +niG +niG +niG +niG +niG +gsb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +umf +riu +riu +riu +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +umf +riu +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +aki +"} +(200,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vys +fBq +alA +xca +vys +dyj +bfk +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +nMG +dyj +fBq +alA +xca +vys +vys +vys +vys +vys +vys +vys +koi +vys +vys +vys +vys +vys +vys +vys +vys +vys +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +lVh +lVh +lVh +lVh +oWC +lsw +isf +pGs +gtD +gtD +gtD +gtD +gtD +gtD +mKk +mKk +mKk +mKk +mKk +mKk +mKk +mKk +mKk +mKk +otQ +jbL +cNG +dAi +waG +fge +aoR +dyu +pFp +dJg +kzF +cWV +foU +pFp +rGw +lsW +uyM +cNG +xtT +niG +niG +niG +xtT +niG +niG +niG +niG +niG +gsb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +nBg +nBg +nBg +nBg +eUL +eUL +eUL +nBg +nBg +nBg +umf +riu +riu +riu +riu +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +iUr +oiZ +oiZ +oiZ +iUr +nBg +nBg +eUL +eUL +eUL +aki +"} +(201,1,1) = {" +aki +eUL +eUL +eUL +eUL +gsb +gsb +gsb +vys +fBq +alA +xca +vys +dyj +eFt +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +nMG +dyj +fBq +alA +xca +vys +vys +vys +vys +vys +vys +vys +koi +vys +vys +vys +vys +vys +vys +vys +vys +vys +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +lVh +lVh +lVh +lVh +oWC +lsw +pGs +jDv +lVh +lVh +lVh +lVh +lVh +eNq +eNq +tKl +tKl +tKl +tKl +tKl +tKl +jjf +jjf +jjf +qAK +uCq +vrE +vwA +wca +wrq +wrq +wrq +aoh +jJP +tef +xGA +lNj +pFp +pFp +rIa +uyM +cNG +xtT +xtT +xtT +xtT +xtT +niG +niG +niG +niG +niG +gsb +eUL +eUL +eUL +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +aki +"} +(202,1,1) = {" +aki +eUL +eUL +eUL +eUL +gsb +gsb +gsb +vys +fBq +alA +xca +vys +dyj +bjv +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +nMG +dyj +fBq +alA +xca +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +cPK +bke +lsw +fVg +lVh +lVh +lVh +lVh +lVh +lVh +eNq +eNq +mnV +nAD +tKl +tKl +tKl +tKl +tKl +tKl +tKl +qAK +jbL +cNG +dAi +trp +ylG +fge +pWj +pFp +aPm +ovz +cWV +oRT +cWV +pFp +rIa +uyM +jTi +jgR +jgR +jGo +xtT +xtT +xtT +xtT +niG +niG +niG +gsb +eUL +eUL +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +riu +riu +riu +umf +riu +riu +riu +riu +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +iUr +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +eUL +eUL +eUL +aki +"} +(203,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +bEm +dkm +dkm +jUe +alA +xca +vys +dyj +aXk +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +hiN +cHD +nMG +dyj +fBq +alA +ipI +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +wHU +wHU +wHU +wHU +wHU +wHU +wHU +wHU +wHU +wHU +wHU +wHU +wHU +bke +isf +lsw +fVg +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eNq +muY +nAD +nZo +rzz +oId +tKl +tKl +uRY +tKl +qAK +jbL +cNG +pFp +pFp +gpl +dAi +pFp +pFp +hlh +cWV +aaF +foU +foU +pFp +rIa +uyM +uyM +uyM +uyM +jTi +jgR +jgR +jGo +xtT +xtT +xtT +xtT +gsb +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +umf +riu +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +oiZ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +tSh +tSh +tSh +tSh +tSh +tSh +nBg +nBg +nBg +eUL +eUL +aki +"} +(204,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +kMU +aBi +cmP +fBC +alA +xca +vys +dyj +bfk +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +fLh +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +nMG +dyj +fBq +iKL +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +lez +lez +lez +lez +lez +lez +lez +lez +lez +lez +lez +lez +lez +lez +lez +lzC +jDv +lVh +lVh +lVh +lVh +lVh +lVh +lVh +kJf +mBu +nAX +odg +oGT +oGT +qVR +tKl +uRY +tKl +qAK +jbL +jTi +jgR +jgR +jgR +jgR +jGo +pFp +uEL +uEL +pFp +gBG +nyL +pFp +rIa +uyM +uyM +uyM +uyM +uyM +uyM +uyM +jTi +jgR +jgR +jgR +jGo +slN +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +snB +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +oiZ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +aki +"} +(205,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +tZZ +uWB +wjb +alA +xca +vys +dyj +eFt +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +nMG +dyj +fBq +alA +aXA +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +gtD +gtD +gtD +gtD +gtD +gtD +gtD +gtD +gtD +gtD +gtD +gtD +gtD +gtD +gtD +jDv +lVh +eUL +eUL +khM +lVh +lVh +lVh +lVh +kJf +mFf +nAD +odg +oST +qpI +ovx +tKl +tKl +tKl +qAK +jbL +uyM +uyM +uyM +uyM +uyM +jTi +jgR +jgR +jGo +pFp +uEL +uEL +pFp +rIa +uyM +jcF +mKk +mKk +mKk +mKk +otQ +uyM +uyM +uyM +uyM +cNG +slN +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +mZh +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +mWJ +dsf +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +oiZ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +eUL +eUL +aki +"} +(206,1,1) = {" +aki +eUL +eUL +eUL +eUL +gsb +gsb +gsb +vys +fBq +alA +xca +vys +dyj +bmm +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +nMG +dyj +fBq +alA +xca +vys +vys +vys +vys +vys +vys +vys +koi +vys +vys +vys +vys +vys +vys +vys +vys +vys +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +eNq +mGp +mGp +odk +paz +qpI +rcd +rIk +tKl +tKl +qAK +jbL +jcF +mKk +mKk +mKk +mKk +otQ +uyM +uyM +jTi +jgR +jgR +jgR +jgR +bWT +uyM +cNG +boH +boH +boH +boH +rGw +mKk +mKk +otQ +uyM +cNG +slN +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +mZh +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +iUr +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +tSh +nBg +nBg +nBg +eUL +aki +"} +(207,1,1) = {" +aki +eUL +eUL +eUL +eUL +gsb +gsb +gsb +vys +fBq +alA +xca +vys +dyj +aXk +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +hiN +nMG +dyj +fBq +alA +xca +vys +vys +vys +vys +vys +vys +xtT +xtT +xtT +vys +vys +vys +vys +vys +vys +vys +vys +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +lVh +vxI +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +kJf +mNv +mNv +ogr +pix +oId +oId +rzz +tKl +jjf +qAK +jbL +uyM +boH +boH +boH +boH +rGw +mKk +mKk +otQ +uyM +uCP +uyM +uyM +jbL +uyM +cNG +boH +itR +wyq +boH +boH +boH +boH +rGw +mKk +tWV +slN +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +mZh +riu +riu +umf +riu +riu +riu +riu +nBg +nBg +nBg +riu +umf +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +nBg +nBg +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +nBg +eUL +aki +"} +(208,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vys +fBq +alA +xca +vys +dyj +bfk +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +hiN +nMG +dyj +fBq +alA +xca +vys +vys +vys +vys +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vys +vys +vys +vys +vys +awj +exi +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lUM +buX +eUL +eUL +eUL +eUL +lVh +lVh +lVh +kJf +mWN +mWN +tKl +pjB +mGp +mGp +mGp +tKl +tKl +qAK +jbL +uyM +boH +cwp +cwp +boH +boH +boH +boH +rGw +mKk +mKk +mKk +xGv +iOn +lbP +tWV +boH +jLv +jLv +igP +hvp +lKV +boH +boH +boH +boH +bPh +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +mZh +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +umf +riu +riu +riu +umf +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +eUL +aki +"} +(209,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +rrH +anv +fBq +alA +xca +vys +dyj +eFt +cHD +pzz +cHD +cHD +cHD +cHD +cHD +cHD +cHD +pzz +cHD +cHD +hiN +cHD +cHD +cHD +cHD +cHD +pzz +cHD +cHD +nMG +dyj +fBq +alA +xca +vys +vys +vys +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vys +vys +vys +awj +rrk +rrH +buX +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +vxI +buX +buX +buX +eUL +eUL +eUL +lVh +lVh +lVh +eNq +ngp +uRY +opX +puI +qqK +qqK +ric +tKl +jjf +uaJ +jbL +uyM +boH +cwp +cwp +cwp +bPh +bPh +bPh +bPh +bPh +boH +boH +pju +oYK +vzB +boH +boH +ezq +reQ +crM +ezq +tun +gXc +dTo +qaa +mPx +bPh +eUL +eUL +eUL +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +snB +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +eUL +eUL +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +nBg +nBg +tSh +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +eUL +aki +"} +(210,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +rrH +rrH +ylc +fBq +alA +xca +vys +dyj +naq +nhv +eED +kxp +jOh +nhv +eED +kxp +jOh +nhv +nhv +kxp +jOh +nhv +eED +kxp +jOh +nhv +eED +kxp +jOh +jOh +naq +dyj +fBq +alA +xca +vys +vys +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vys +vys +vys +vys +vys +fCs +rrH +rrH +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vxI +buX +buX +buX +buX +buX +buX +syI +lVh +lVh +eNq +eNq +uRY +cWX +opX +puI +qqK +rez +ric +tdt +jgR +tYQ +jbL +uyM +boH +cwp +cwp +cwp +bPh +jvr +nWD +nFE +bde +boH +vKM +tSS +nLw +tPW +rLo +boH +fEM +pCy +bNE +wyq +jLv +vet +pju +igR +sPc +bPh +eUL +eUL +eUL +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +nBg +nBg +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +riu +mWJ +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +tSh +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +eUL +aki +"} +(211,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +rrH +rrH +ylc +fBq +alA +xca +vys +kSC +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +mBE +kSC +fBq +alA +xca +vys +vys +vys +xtT +xtT +xtT +eUL +vys +vys +vys +vys +vys +vys +awj +rrH +rrH +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +buX +buX +buX +buX +buX +buX +syI +lVh +lVh +eNq +eNq +uRY +nJM +opX +pAI +qtz +qtz +rUH +tfl +trE +ucE +uGf +uyM +boH +boH +boH +boH +bPh +rCW +hEA +fos +vvg +boH +bHO +aKG +kgy +pju +bkt +boH +ezq +aMd +igR +igR +jLv +dGR +dMd +igR +vMW +bPh +eUL +eUL +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +nBg +riu +umf +mWJ +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +nBg +nBg +tSh +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +tSh +nBg +nBg +eUL +aki +"} +(212,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +rrH +rrH +ylc +fBq +alA +ipI +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +jUe +alA +xca +vys +vys +vys +vys +koi +vys +vys +vys +vys +vys +vys +vys +vys +fCs +rrH +rrH +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +buX +buX +buX +buX +buX +lnr +lVh +lVh +lVh +eNq +ngp +uRY +opX +puI +qqK +qqK +ric +tKl +jjf +qAK +jbL +uyM +boH +wem +wwn +boH +bPh +bPh +bPh +wQQ +wQQ +boH +boH +wKw +jDX +sQx +boH +boH +boH +rmS +dRw +dRw +kSj +boH +boH +iJp +boH +bPh +eUL +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +umf +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +mWJ +mWJ +mWJ +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +nBg +nBg +tSh +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +fiX +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +eUL +aki +"} +(213,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +rrH +rrH +ylc +fBq +anT +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +kMt +iKW +xca +vys +vys +vys +vys +koi +vys +vys +vys +vys +vys +vys +vys +vys +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +buX +buX +sqk +buX +syI +lVh +lVh +lVh +lVh +kJf +mWN +mWN +tKl +pjB +qEt +mGp +nRT +tKl +tKl +qAK +uIK +uyM +vzB +igR +wIk +xZL +igR +wzL +kgu +cGJ +sEx +oYP +csW +oYP +rTb +rns +wzw +aoW +ezq +kgy +ezq +igR +csW +igR +ezq +cGJ +igP +boH +pfm +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +tSh +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +eUL +aki +"} +(214,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +rrH +ylc +wQl +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +uWB +pzK +vys +vys +cut +nFQ +kqI +cut +vys +vys +vys +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +sqk +buX +lnr +lVh +lVh +lVh +lVh +kJf +njd +nKA +oqI +pGy +qEu +qEu +rYi +tKl +jjf +qAK +uME +klB +vFh +weQ +wNq +ycv +mvP +emJ +sNo +lrs +emJ +pBp +ycv +ycv +dFQ +emJ +emJ +emJ +emJ +tCJ +emJ +ycv +emJ +ycv +ycv +kqO +ria +boH +pfm +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +eUL +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +eUL +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +tSh +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +tSh +nBg +nBg +nBg +eUL +aki +"} +(215,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +ylc +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +iSw +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +qHg +qHg +kAa +bxo +cut +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lnr +lVh +lVh +lVh +lVh +lVh +eNq +mGp +nRT +ork +qfd +qpo +ric +syV +tKl +tKl +qAK +uyM +uyM +dRw +wfu +wSG +ydT +duM +jZm +fDv +jcM +cGJ +vIj +kaB +oYP +uAQ +eFQ +igR +igR +vFb +kgy +dzy +igR +igR +etk +nsV +eUy +qvI +boH +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +tSh +mWJ +mWJ +mWJ +waY +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +nBg +eUL +aki +"} +(216,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +nFQ +cbG +xtT +xtT +xtT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +kJf +njE +nTm +ovx +qko +qpo +unK +tKl +tKl +tKl +qAK +uyM +uyM +bPh +wgR +wYm +bPh +bPh +bPh +bPh +bPh +boH +boH +dRw +aQf +uZe +fYS +dRw +boH +boH +rmS +dRw +dRw +boH +boH +kSj +cPP +boH +bPh +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +mZh +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +tSh +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +dsf +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +eUL +eUL +aki +"} +(217,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +kJf +nma +nAD +odg +qpo +hKO +ovx +tKl +uRY +tKl +qAK +uyM +uyM +bPh +bPh +bPh +bPh +eUL +eUL +eUL +bPh +gEM +oRl +npx +ufG +oSj +svO +wYy +boH +qvv +pOT +dzy +dzy +jAp +ajO +tSS +tSS +ejz +bPh +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +mZh +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +umf +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +tSh +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +nBg +eUL +eUL +aki +"} +(218,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +eNq +nwD +nTP +oAu +qEu +oId +lIN +tKl +uRY +tKl +qAK +nJZ +uyM +gsb +eUL +eUL +eUL +eUL +eUL +eUL +bPh +lap +cEZ +mfv +rns +tSS +stI +mFc +boH +lDu +hvU +oYv +dzy +igR +iqI +ajA +lqK +rjL +bPh +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +mZh +riu +riu +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +tSh +nBg +nBg +nBg +eUL +eUL +aki +"} +(219,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +eNq +eNq +mnV +nAD +lIN +lIN +lIN +lIN +lIN +lIN +lIN +hXE +uyM +cNG +gsb +eUL +eUL +eUL +eUL +eUL +eUL +bPh +tSS +cur +tSS +lqK +kVu +mVN +jIe +boH +bHc +gmh +igR +uGS +igR +xnd +tZF +dMd +lRs +bPh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +mZh +umf +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +tSh +tSh +tSh +mWJ +mWJ +mWJ +mWJ +mWJ +mWJ +dsf +tSh +tSh +nBg +nBg +nBg +eUL +eUL +eUL +aki +"} +(220,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lIN +lIN +lIN +lIN +lIN +eUL +eUL +eUL +eUL +eUL +gsb +bAJ +wNX +tGx +gsb +eUL +eUL +eUL +eUL +eUL +eUL +bPh +pju +bgk +dMd +dMd +ljZ +mCl +pju +boH +wwU +dMd +jNF +dzy +jLv +sus +nbi +pju +igR +bPh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +nBg +nBg +nBg +nBg +riu +riu +umf +riu +riu +riu +riu +riu +riu +umf +riu +riu +riu +riu +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +nBg +tSh +tSh +tSh +tSh +tSh +tSh +tSh +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +aki +"} +(221,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +gsb +eUL +uPy +bKP +gsb +eUL +eUL +eUL +eUL +eUL +eUL +bPh +bGf +voW +fxd +aXV +qvh +uCc +oGw +bPh +bPh +bPh +bPh +bPh +bPh +bPh +bPh +bPh +bPh +bPh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +pfm +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +aki +"} +(222,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +uYg +eUL +gsb +eUL +eUL +eUL +eUL +eUL +eUL +bPh +bPh +bPh +bPh +bPh +bPh +bPh +bPh +bPh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +nBg +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(223,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(224,1,1) = {" +aki +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aki +"} +(225,1,1) = {" +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +aki +"}