diff --git a/code/__DEFINES/__game.dm b/code/__DEFINES/__game.dm index 113b78dbada1..5a11e6d2bc19 100644 --- a/code/__DEFINES/__game.dm +++ b/code/__DEFINES/__game.dm @@ -35,6 +35,7 @@ block( \ #define MAP_SOROKYNE_STRATA "Sorokyne Strata" #define MAP_CORSAT "CORSAT" // Highpop only #define MAP_KUTJEVO "Kutjevo Refinery" +#define MAP_KHAMI_BARRENS "Khami Barrens" // Highpop only #define MAP_ICE_COLONY_V3 "Shivas Snowball" //Ice Rework, low pop enabled. #define MAP_RUNTIME "USS Runtime" #define MAP_LV522_CHANCES_CLAIM "LV-522 Chance's Claim" // Highpop Only diff --git a/code/game/area/KhamiBarrens.dm b/code/game/area/KhamiBarrens.dm new file mode 100644 index 000000000000..ef84ce3cc65d --- /dev/null +++ b/code/game/area/KhamiBarrens.dm @@ -0,0 +1,323 @@ +//Areas for the Khami Barrens + +/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 + lighting_use_dynamic = 1 + 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' + lighting_use_dynamic = 1 + +/area/shuttle/drop2/khami_barrens + name = "Khami Barrens - Dropship Normandy Landing Zone" + icon_state = "shuttle2" + icon = 'icons/turf/area_kutjevo.dmi' + lighting_use_dynamic = 1 + +/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/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 diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index a98a9c25d1aa..75cd64657b18 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -239,7 +239,7 @@ cases. Override_icon_state should be a list.*/ if(MAP_ICE_COLONY, MAP_ICE_COLONY_V3, MAP_CORSAT, MAP_SOROKYNE_STRATA) icon_state = new_icon_state ? new_icon_state : "s_" + icon_state item_state = new_item_state ? new_item_state : "s_" + item_state - if(MAP_WHISKEY_OUTPOST, MAP_DESERT_DAM, MAP_BIG_RED, MAP_KUTJEVO) + if(MAP_WHISKEY_OUTPOST, MAP_DESERT_DAM, MAP_BIG_RED, MAP_KUTJEVO, MAP_KHAMI_BARRENS) icon_state = new_icon_state ? new_icon_state : "d_" + icon_state item_state = new_item_state ? new_item_state : "d_" + item_state if(MAP_PRISON_STATION, MAP_PRISON_STATION_V3, MAP_LV522_CHANCES_CLAIM) diff --git a/code/game/turfs/open.dm b/code/game/turfs/open.dm index 41ac80bfdc58..48d2b0a0ea6a 100644 --- a/code/game/turfs/open.dm +++ b/code/game/turfs/open.dm @@ -337,6 +337,9 @@ /turf/open/gm/grass/grass2 icon_state = "grass2" +/turf/open/gm/grass/grass_dried + icon_state = "grass_dried" + /turf/open/gm/grass/grassbeach icon_state = "grassbeach" diff --git a/code/game/turfs/walls/wall_icon.dm b/code/game/turfs/walls/wall_icon.dm index 8b8ee00bcf53..f2cf709b8e15 100644 --- a/code/game/turfs/walls/wall_icon.dm +++ b/code/game/turfs/walls/wall_icon.dm @@ -97,6 +97,8 @@ for(var/wb_type in blend_turfs) for(var/nb_type in noblend_turfs) if(istype(W, nb_type)) + if(W.force_blend) + return TRUE return FALSE if(istype(W, wb_type)) return TRUE diff --git a/code/game/turfs/walls/wall_types.dm b/code/game/turfs/walls/wall_types.dm index 5338ae26c000..0025dbc4bf87 100644 --- a/code/game/turfs/walls/wall_types.dm +++ b/code/game/turfs/walls/wall_types.dm @@ -333,6 +333,11 @@ INITIALIZE_IMMEDIATE(/turf/closed/wall/indestructible/splashscreen) damage_cap = HEALTH_WALL_REINFORCED//Strong, but only available to Hunters, can can still be blown up or melted by boilers. baseturfs = /turf/open/floor/sandstone/runed + +/turf/closed/wall/mineral/sandstone/runed/force_blend + force_blend = 1 + + /turf/closed/wall/mineral/sandstone/runed/attack_alien(mob/living/carbon/xenomorph/user) visible_message("[user] scrapes uselessly against [src] with their claws.") return @@ -342,7 +347,9 @@ INITIALIZE_IMMEDIATE(/turf/closed/wall/indestructible/splashscreen) desc = "A heavy wall of sandstone, with elegant carvings and runes inscribed upon its face." icon = 'icons/turf/walls/runedstone.dmi' icon_state = "runedstone" - walltype = "runedstone" + +/turf/closed/wall/mineral/sandstone/runed/decor/force_blend + force_blend = 1 /turf/closed/wall/mineral/sandstone/runed/can_be_dissolved() return 2 diff --git a/code/game/turfs/walls/walls.dm b/code/game/turfs/walls/walls.dm index 2387a2086192..7c4418f069a9 100644 --- a/code/game/turfs/walls/walls.dm +++ b/code/game/turfs/walls/walls.dm @@ -43,6 +43,7 @@ var/list/noblend_turfs = list(/turf/closed/wall/mineral, /turf/closed/wall/almayer/research/containment) //Turfs to avoid blending with var/list/blend_objects = list(/obj/structure/machinery/door, /obj/structure/window_frame, /obj/structure/window/framed) // Objects which to blend with var/list/noblend_objects = list(/obj/structure/machinery/door/window) //Objects to avoid blending with (such as children of listed blend objects. + var/force_blend /turf/closed/wall/Initialize(mapload, ...) . = ..() diff --git a/code/modules/cm_marines/equipment/maps.dm b/code/modules/cm_marines/equipment/maps.dm index f41c8d6f971b..d29d05c3d52b 100644 --- a/code/modules/cm_marines/equipment/maps.dm +++ b/code/modules/cm_marines/equipment/maps.dm @@ -121,6 +121,12 @@ html_link = "images/0/0d/Kutjevo_a1.jpg" color = "red" +/obj/item/map/khami_barrens + name = "\improper Khami Barrens map" + desc = "An orbital scan of the Khami Barrens" + html_link = "images/0/0d/Kutjevo_a1.jpg" // PLACEHOLDER, REPLACE WHEN WIKI LINK IS MADE + color = "red" + /obj/item/map/lv522_map name = "\improper LV-522 Map" desc = "An overview of LV-522 schematics." @@ -149,7 +155,8 @@ GLOBAL_LIST_INIT_TYPED(map_type_list, /obj/item/map, setup_all_maps()) MAP_CORSAT = new /obj/item/map/corsat(), MAP_KUTJEVO = new /obj/item/map/kutjevo_map(), MAP_LV522_CHANCES_CLAIM = new /obj/item/map/lv522_map(), - MAP_NEW_VARADERO = new /obj/item/map/new_varadero() + MAP_NEW_VARADERO = new /obj/item/map/new_varadero(), + MAP_KHAMI_BARRENS = new /obj/item/map/khami_barrens() ) //used by marine equipment machines to spawn the correct map. diff --git a/code/modules/mob/new_player/sprite_accessories/undershirt.dm b/code/modules/mob/new_player/sprite_accessories/undershirt.dm index cc2281f5e848..a96303fbebd8 100644 --- a/code/modules/mob/new_player/sprite_accessories/undershirt.dm +++ b/code/modules/mob/new_player/sprite_accessories/undershirt.dm @@ -37,7 +37,7 @@ GLOBAL_LIST_INIT_TYPED(undershirt_f, /datum/sprite_accessory/undershirt, setup_u selected_icon_state = "c_" + selected_icon_state if(MAP_LV_624, MAP_RUNTIME, MAP_NEW_VARADERO) selected_icon_state = "j_" + selected_icon_state - if(MAP_WHISKEY_OUTPOST, MAP_DESERT_DAM, MAP_BIG_RED, MAP_KUTJEVO) + if(MAP_WHISKEY_OUTPOST, MAP_DESERT_DAM, MAP_BIG_RED, MAP_KUTJEVO, MAP_KHAMI_BARRENS) selected_icon_state = "d_" + selected_icon_state if(MAP_CORSAT, MAP_SOROKYNE_STRATA, MAP_ICE_COLONY, MAP_ICE_COLONY_V3) selected_icon_state = "s_" + selected_icon_state diff --git a/code/modules/mob/new_player/sprite_accessories/underwear.dm b/code/modules/mob/new_player/sprite_accessories/underwear.dm index a558b9459d25..4853a7ede337 100644 --- a/code/modules/mob/new_player/sprite_accessories/underwear.dm +++ b/code/modules/mob/new_player/sprite_accessories/underwear.dm @@ -37,7 +37,7 @@ GLOBAL_LIST_INIT_TYPED(underwear_f, /datum/sprite_accessory/underwear, setup_und selected_icon_state = "c_" + selected_icon_state if(MAP_LV_624, MAP_RUNTIME, MAP_NEW_VARADERO) selected_icon_state = "j_" + selected_icon_state - if(MAP_WHISKEY_OUTPOST, MAP_DESERT_DAM, MAP_BIG_RED, MAP_KUTJEVO) + if(MAP_WHISKEY_OUTPOST, MAP_DESERT_DAM, MAP_BIG_RED, MAP_KUTJEVO, MAP_KHAMI_BARRENS) selected_icon_state = "d_" + selected_icon_state if(MAP_CORSAT, MAP_SOROKYNE_STRATA, MAP_ICE_COLONY, MAP_ICE_COLONY_V3) selected_icon_state = "s_" + selected_icon_state diff --git a/code/modules/projectiles/gun_attachables.dm b/code/modules/projectiles/gun_attachables.dm index 88defe14c5ef..7404dbe0ba29 100644 --- a/code/modules/projectiles/gun_attachables.dm +++ b/code/modules/projectiles/gun_attachables.dm @@ -815,7 +815,7 @@ Defined in conflicts.dm of the #defines folder. switch(SSmapping.configs[GROUND_MAP].map_name) // maploader TODO: json if(MAP_ICE_COLONY, MAP_ICE_COLONY_V3, MAP_CORSAT, MAP_SOROKYNE_STRATA) attach_icon = new_attach_icon ? new_attach_icon : "s_" + attach_icon - if(MAP_WHISKEY_OUTPOST, MAP_DESERT_DAM, MAP_BIG_RED, MAP_KUTJEVO) + if(MAP_WHISKEY_OUTPOST, MAP_DESERT_DAM, MAP_BIG_RED, MAP_KUTJEVO, MAP_KHAMI_BARRENS) attach_icon = new_attach_icon ? new_attach_icon : "d_" + attach_icon if(MAP_PRISON_STATION, MAP_PRISON_STATION_V3, MAP_LV522_CHANCES_CLAIM) attach_icon = new_attach_icon ? new_attach_icon : "c_" + attach_icon @@ -1648,7 +1648,7 @@ Defined in conflicts.dm of the #defines folder. switch(SSmapping.configs[GROUND_MAP].map_name) // maploader TODO: json if(MAP_ICE_COLONY, MAP_ICE_COLONY_V3, MAP_CORSAT, MAP_SOROKYNE_STRATA) attach_icon = new_attach_icon ? new_attach_icon : "s_" + attach_icon - if(MAP_WHISKEY_OUTPOST, MAP_DESERT_DAM, MAP_BIG_RED, MAP_KUTJEVO) + if(MAP_WHISKEY_OUTPOST, MAP_DESERT_DAM, MAP_BIG_RED, MAP_KUTJEVO, MAP_KHAMI_BARRENS) attach_icon = new_attach_icon ? new_attach_icon : "d_" + attach_icon if(MAP_PRISON_STATION, MAP_PRISON_STATION_V3, MAP_LV522_CHANCES_CLAIM) attach_icon = new_attach_icon ? new_attach_icon : "c_" + attach_icon @@ -1675,7 +1675,7 @@ Defined in conflicts.dm of the #defines folder. switch(SSmapping.configs[GROUND_MAP].map_name) // maploader TODO: json if(MAP_ICE_COLONY, MAP_ICE_COLONY_V3, MAP_CORSAT, MAP_SOROKYNE_STRATA) attach_icon = new_attach_icon ? new_attach_icon : "s_" + attach_icon - if(MAP_WHISKEY_OUTPOST, MAP_DESERT_DAM, MAP_BIG_RED, MAP_KUTJEVO) + if(MAP_WHISKEY_OUTPOST, MAP_DESERT_DAM, MAP_BIG_RED, MAP_KUTJEVO, MAP_KHAMI_BARRENS) attach_icon = new_attach_icon ? new_attach_icon : "d_" + attach_icon if(MAP_PRISON_STATION, MAP_PRISON_STATION_V3, MAP_LV522_CHANCES_CLAIM) attach_icon = new_attach_icon ? new_attach_icon : "c_" + attach_icon diff --git a/colonialmarines.dme b/colonialmarines.dme index b28138cdad12..9a96d8dbdf8d 100644 --- a/colonialmarines.dme +++ b/colonialmarines.dme @@ -648,6 +648,7 @@ #include "code\game\area\Corsat.dm" #include "code\game\area\DesertDam.dm" #include "code\game\area\IceColony.dm" +#include "code\game\area\KhamiBarrens.dm" #include "code\game\area\kutjevo.dm" #include "code\game\area\LV522_Chances_Claim.dm" #include "code\game\area\LV624.dm" diff --git a/icons/turf/ground_map.dmi b/icons/turf/ground_map.dmi index 1970ad966106..3bb8d2cdfa75 100644 Binary files a/icons/turf/ground_map.dmi and b/icons/turf/ground_map.dmi differ diff --git a/icons/turf/walls/fake_minerals.dmi b/icons/turf/walls/fake_minerals.dmi new file mode 100644 index 000000000000..bbaf6545cb36 Binary files /dev/null and b/icons/turf/walls/fake_minerals.dmi differ diff --git a/map_config/maps.txt b/map_config/maps.txt index 885b1e76faad..4da26cb6cd0d 100644 --- a/map_config/maps.txt +++ b/map_config/maps.txt @@ -62,3 +62,7 @@ endmap map whiskey_outpost_v2 endmap + +map khami_barrens + minplayers 130 +endmap diff --git a/maps/khami_barrens.json b/maps/khami_barrens.json new file mode 100644 index 000000000000..6b29701209b1 --- /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", + "webmap_url": "Khami_Barrens", + + "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/kutjevo_map", + "announce_text": "An automated distress signal has been received from a small Weyland Yutani colony in the Khami Barrens, known for its many alien digsites, company research stations, and hunting grounds. The ###SHIPNAME### has been dispatched to investigate.", + "monkey_types": [ + "neaera", + "stok" + ], + "traits": [{ "Ground": true }], + "nightmare_path": "maps/Nightmare/maps/Khami_Barrens/", + "camouflage": "desert", + "xvx_hives": { + "xeno_hive_alpha": 0, + "xeno_hive_bravo": 0, + "xeno_hive_charlie": 0, + "xeno_hive_delta": 0 + }, + "gamemodes": [ + "Distress Signal", + "Hunter Games", + "Hive Wars", + "Faction Clash", + "Infection" + ] +} 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 000000000000..4a3202c406ec --- /dev/null +++ b/maps/map_files/Khami_Barrens/Khami_Barrens.dmm @@ -0,0 +1,72062 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/east) +"aaB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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) +"abv" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/botany) +"abD" = ( +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"abF" = ( +/obj/item/ammo_magazine/pistol/holdout, +/obj/item/ammo_magazine/pistol/holdout, +/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/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering/south) +"abY" = ( +/obj/structure/disposalpipe/segment, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"acZ" = ( +/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) +"adh" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/poddoor/almayer/open{ + name = "Checkpoint Shutters"; + id = "researchsouthnorth" + }, +/turf/open/floor/kutjevo/colors/cyan, +/area/khami_barrens/interior/research_caves/research) +"adC" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 1 + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"adT" = ( +/obj/structure/surface/rack, +/obj/item/XenoBio/Blood, +/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/disposalpipe/segment, +/obj/item/ammo_box/magazine/shotgun/buckshot/empty, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"afu" = ( +/obj/structure/disposalpipe/segment, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"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/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibmid1" + }, +/turf/open/gm/grass/grass_dried, +/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/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/obj/structure/disposalpipe/segment, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"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) +"akc" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 8 + }, +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + pixel_y = 15; + dir = 8 + }, +/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/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/east) +"alA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"alJ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/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/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"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) +"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/disposalpipe/segment, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/landing_zone) +"aqq" = ( +/obj/structure/machinery/door_control{ + pixel_y = -32; + id = "dust1" + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"aqP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/marksman_residence) +"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/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/village/shop) +"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" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/bridge) +"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, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"avB" = ( +/obj/structure/disposalpipe/segment, +/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) +"avH" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"awj" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"awr" = ( +/obj/item/ammo_box/magazine/shotgun/buckshot/empty, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/wood, +/area/khami_barrens/exterior/driedoasis/bridge) +"awI" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"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/disposalpipe/segment, +/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, +/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/landmark/structure_spawner/setup/distress/xeno_weed_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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/reception_storage) +"aFc" = ( +/obj/structure/bed/chair/wood/wings, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/corpsespawner/wy/manager, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"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) +"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) +"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) +"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/structure/disposalpipe/segment{ + dir = 4 + }, +/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) +"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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"aJo" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"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/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/med_data/laptop{ + pixel_x = -16 + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_y = 4; + pixel_x = 4 + }, +/obj/structure/machinery/computer/secure_data{ + pixel_x = 18; + layer = 3.01 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices/reception) +"aMg" = ( +/obj/structure/platform/mineral/sandstone/runed{ + pixel_x = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 10; + pixel_y = 7; + pixel_x = 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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"aNd" = ( +/obj/structure/sign/safety/coffee{ + pixel_x = 7; + pixel_y = 32 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"aOP" = ( +/obj/structure/disposalpipe/segment, +/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) +"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) +"aRj" = ( +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/lodge) +"aRz" = ( +/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) +"aSl" = ( +/obj/structure/disposalpipe/segment, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"aTG" = ( +/turf/open/floor/kutjevo/colors/yellow, +/area/khami_barrens/interior/village/company_offices/reception) +"aTU" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"aUr" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/weapon/gun/shotgun/double, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"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/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"aVd" = ( +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/science, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering/south) +"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, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"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) +"aYe" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"aYB" = ( +/obj/structure/closet/l3closet/general, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"aZo" = ( +/obj/structure/barricade/wooden, +/turf/open/gm/grass/grass_dried, +/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 + }, +/obj/structure/disposalpipe/segment, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"bcO" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/exterior/lz_dunes) +"bda" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"bfa" = ( +/obj/structure/machinery/vending/snack, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"bfd" = ( +/obj/structure/closet, +/obj/item/weapon/gun/shotgun/double, +/obj/effect/landmark/objective_landmark/close, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"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/landmark/objective_landmark/close, +/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) +"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/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/botany) +"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, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"bjJ" = ( +/obj/structure/disposalpipe/segment, +/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) +"bke" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/village) +"bkJ" = ( +/obj/structure/machinery/vending/cigarette/colony, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone) +"blv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/shop) +"bmm" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz1_north) +"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/sand_overlay/sand1, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"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/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"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) +"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/gm/grass/grass_dried, +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer/research/containment/floor1, +/area/khami_barrens/exterior/lz_pad) +"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/gm/grass/grass_dried, +/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/gm/grass/grass_dried, +/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) +"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, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"bvk" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"bvJ" = ( +/obj/structure/platform_decoration/kutjevo{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"byq" = ( +/obj/structure/disposalpipe/segment{ + 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/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 = 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{ + name = "Checkpoint Shutters"; + id = "researchsouthnorth" + }, +/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_y = -15; + pixel_x = 7 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"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" = ( +/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/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/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" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/hunting_lodge) +"bGh" = ( +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/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) +"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) +"bIC" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/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{ + name = "Security Checkpont West Shutters"; + id = "seccheck3east"; + dir = 8 + }, +/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 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"bJs" = ( +/obj/structure/closet/firecloset/full, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/disposalpipe/segment, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"bKP" = ( +/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 = 5 + }, +/obj/effect/decal/sand_overlay/sand1, +/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/gm/grass/grass_dried, +/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) +"bNU" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/interior/ruin_caves) +"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{ + name = "family photo"; + desc = "a photo of a family" + }, +/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) +"bRF" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed, +/obj/structure/blocker/forcefield/multitile_vehicles, +/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) +"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 + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/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) +"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/structure/flora/grass/desert/heavygrass_8, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"bYa" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/research/containment/floor2, +/area/khami_barrens/interior/hunting_lodge) +"bYY" = ( +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_pad) +"bZv" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"bZR" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/oob) +"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/gm/grass/grass_dried, +/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) +"caS" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"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" = ( +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"cdx" = ( +/obj/structure/closet/secure_closet{ + opened = 1 + }, +/obj/effect/landmark/objective_landmark/close, +/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/gm/grass/grass_dried, +/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/landmark/structure_spawner/setup/distress/xeno_weed_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" = ( +/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/landmark/structure_spawner/setup/distress/xeno_weed_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) +"clM" = ( +/obj/structure/pipes/standard/simple/visible, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz1_north) +"clY" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"cmb" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/gates) +"cmi" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/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) +"cnG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"cnU" = ( +/obj/structure/flora/grass/desert/heavy, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"col" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"cpd" = ( +/obj/structure/machinery/vending/cigarette/free, +/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) +"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/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"cqm" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"cqY" = ( +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/east) +"crX" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/gates) +"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) +"cut" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"cuv" = ( +/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) +"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/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"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/landmark/objective_landmark/science, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"czU" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/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" + }, +/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/disposalpipe/segment{ + dir = 4 + }, +/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) +"cCR" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"cDm" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/prop/almayer/computer/PC, +/obj/item/paper/carbon{ + name = "unfinished novel"; + desc = "an unfinished novel describing the dunes outside the window and the local spices" + }, +/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/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"cFv" = ( +/turf/open/floor/kutjevo/colors/orange/edge{ + dir = 6 + }, +/area/khami_barrens/exterior/lz_dunes) +"cFS" = ( +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2" + }, +/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) +"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" = ( +/obj/structure/reagent_dispensers/oxygentank, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"cIE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"cIJ" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/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) +"cJL" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"cKO" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"cLr" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/kutjevo/rock/border, +/area/khami_barrens/interior/oob) +"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/disposalpipe/segment, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"cMw" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"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/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/east) +"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) +"cPY" = ( +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices/reception) +"cQh" = ( +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/oob) +"cQv" = ( +/obj/structure/machinery/power/apc, +/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/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"cTf" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"cTq" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + dir = 1 + }, +/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) +"cVf" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/obj/effect/landmark/corpsespawner/security/marshal, +/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/disposalpipe/segment, +/obj/structure/disposalpipe/segment, +/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) +"cXk" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/device/healthanalyzer, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"cYn" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"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, +/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, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"dcL" = ( +/obj/structure/closet/cabinet, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"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/disposalpipe/segment, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"ddz" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"ddJ" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"ddN" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"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/gm/grass/grass_dried, +/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/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"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/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"dme" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper_bin, +/obj/item/tool/pen/blue/clicky, +/obj/structure/machinery/door_control{ + pixel_y = 9; + pixel_x = 4; + name = "Checkpoint South Shutters Control"; + id = "seccheck2south" + }, +/obj/structure/machinery/door_control{ + pixel_y = 9; + pixel_x = -4; + id = "seccheck2north"; + name = "Checkpoint North Shutters Control" + }, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"doY" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/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) +"dpo" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 10 + }, +/area/khami_barrens/interior/village/company_offices/east) +"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{ + name = "Checkpoint Shutters"; + id = "researchsouthnorth" + }, +/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/disposalpipe/trunk{ + dir = 1 + }, +/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) +"drh" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"dri" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/wy{ + pixel_y = 6; + pixel_x = -2 + }, +/obj/item/tool/pen{ + pixel_y = 2; + pixel_x = -3 + }, +/obj/effect/landmark/objective_landmark/medium, +/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/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/resin_caves/deep) +"dsv" = ( +/obj/structure/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"dsC" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/effect/landmark/objective_landmark/close, +/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) +"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{ + id = "landing stormshutter"; + dir = 4; + 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, +/obj/effect/landmark/objective_landmark/medium, +/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) +"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/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz1_north) +"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) +"dxI" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 6 + }, +/area/khami_barrens/interior/village/company_offices) +"dxQ" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/reception_storage) +"dyj" = ( +/turf/open/floor/almayer/research/containment/floor2, +/area/khami_barrens/exterior/lz_dunes) +"dyu" = ( +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/oob) +"dyR" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/exterior/lz_dunes) +"dAh" = ( +/obj/structure/disposalpipe/segment, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/village/east) +"dAi" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/oob) +"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/disposalpipe/segment{ + 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, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/oob) +"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) +"dCu" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"dCK" = ( +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/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, +/obj/effect/landmark/objective_landmark/science, +/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/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"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/blocker/forcefield/multitile_vehicles, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels) +"dFf" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"dFB" = ( +/obj/structure/disposalpipe/segment, +/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) +"dGN" = ( +/obj/structure/disposalpipe/segment, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"dGQ" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib1" + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"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/disposalpipe/segment{ + 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{ + name = "duststorm shutters"; + id = "dust2" + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"dIN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"dIT" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"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) +"dKo" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/wy{ + pixel_y = 6; + pixel_x = 2 + }, +/obj/item/tool/pen{ + pixel_y = 2 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 10 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"dMl" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/computer{ + pixel_x = 10 + }, +/obj/structure/machinery/computer/med_data/laptop{ + pixel_x = -7 + }, +/obj/effect/landmark/objective_landmark/close, +/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/closet/wardrobe/medic_white, +/obj/effect/landmark/objective_landmark/science, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"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/bed/chair/wood/wings{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"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, +/obj/effect/landmark/objective_landmark/close, +/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) +"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) +"dSQ" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_y = 1; + pixel_x = 5; + layer = 2.99 + }, +/obj/structure/machinery/computer/secure_data{ + dir = 1; + pixel_y = -3; + pixel_x = -10; + layer = 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) +"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/structure/closet/crate/ammo, +/obj/structure/closet/crate/ammo, +/obj/structure/closet/crate/ammo, +/obj/item/ammo_box/magazine/shotgun/buckshot, +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/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."; + health = 10000; + move_to_delay = 2; + name = "Gonzo the Magnificent"; + rapid = 1; + dir = 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) +"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/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/south) +"dYv" = ( +/obj/item/clipboard, +/obj/effect/landmark/objective_landmark/science, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"dZi" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"eaX" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"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) +"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_y = -14; + pixel_x = -7 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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) +"ecc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"ecg" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/landing_zone) +"ecm" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"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) +"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_y = 13; + pixel_x = -7 + }, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"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/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"efr" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"efL" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"efU" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"egj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"egF" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/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/disposalpipe/segment{ + dir = 4 + }, +/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) +"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/structure/disposalpipe/segment, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"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/effect/landmark/objective_landmark/medium, +/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) +"epR" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"eqe" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"eqx" = ( +/obj/structure/barricade/wooden{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/turf/open/gm/grass/grass_dried, +/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{ + name = "Biocontainment Shutters Control"; + id = "biocontainment" + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"erk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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" + }, +/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/gm/grass/grass_dried, +/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) +"etf" = ( +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"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/disposalpipe/trunk{ + dir = 8 + }, +/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/flora/grass/desert/heavygrass_4, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"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, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"evp" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/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) +"evE" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"exm" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"exv" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"exY" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/oob) +"eyl" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/gm/grass/grass_dried, +/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{ + pixel_y = 9; + id = "researchnorthnorth"; + name = "Research Shutter Control North" + }, +/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) +"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/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "cavecheckpoint2" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves/checkpoint) +"ezC" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/welding, +/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/structure/flora/grass/desert/lightgrass_1, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"eBp" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/item/ammo_magazine/handful/shotgun/buckshot, +/turf/open/gm/grass/grass_dried, +/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/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"eCM" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + 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, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"eEk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/botany) +"eED" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"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/computer/shuttle/dropship/flight/lz2, +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/plating/kutjevo, +/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) +"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/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/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) +"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) +"eLa" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices/east) +"eLs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"eLz" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"eLW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves/checkpoint) +"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, +/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/weapon/claymore/mercsword{ + layer = 3.1; + pixel_x = 6; + pixel_y = 7 + }, +/obj/item/clothing/shoes/yautja_flavor{ + anchored = 1 + }, +/turf/open/floor/strata{ + color = "#5e5d5d"; + icon_state = "multi_tiles" + }, +/area/khami_barrens/interior/ruin_caves) +"eNq" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/oob) +"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, +/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, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"eQi" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/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) +"eQz" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"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/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"eTa" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"eUL" = ( +/turf/closed/wall/kutjevo/rock/border, +/area/khami_barrens/interior/oob) +"eUN" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"eVo" = ( +/obj/structure/flora/grass/desert/heavygrass_2, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"eVv" = ( +/obj/effect/landmark/objective_landmark/close, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"eVJ" = ( +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels) +"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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib5" + }, +/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_y = -15; + pixel_x = 7 + }, +/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/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"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/gm/grass/grass_dried, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"feu" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/botany) +"ffa" = ( +/obj/structure/closet/crate/plastic, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"ffb" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/objective_landmark/medium, +/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) +"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/disposalpipe/segment{ + 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) +"fhE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company/east) +"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) +"fiH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"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/disposalpipe/segment{ + 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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"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/flora/grass/desert/lightgrass_1, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"flo" = ( +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"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 + }, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"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/oob) +"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, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"ftw" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"ftQ" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibhead" + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"fup" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/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 + }, +/obj/structure/disposalpipe/segment, +/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) +"fxj" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/barricade/wooden, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"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) +"fyp" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"fyR" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibhead" + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"fAq" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 8 + }, +/area/khami_barrens/interior/village/company_offices/east) +"fAC" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/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) +"fAY" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"fBf" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/turf/open/gm/grass/grass_dried, +/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 + }, +/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/disposalpipe/segment, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_y = 1; + pixel_x = 5; + layer = 2.99 + }, +/obj/structure/machinery/computer/secure_data{ + dir = 1; + pixel_y = -3; + pixel_x = -10; + layer = 3 + }, +/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{ + name = "Research Checkpoint Shutters"; + id = "checkpointnorthnorth"; + dir = 4 + }, +/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) +"fDD" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"fDE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves) +"fDG" = ( +/obj/item/clipboard, +/obj/effect/landmark/objective_landmark/far, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"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 + }, +/obj/structure/disposalpipe/segment, +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"fLd" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/village/engineering/power) +"fLh" = ( +/obj/structure/disposalpipe/segment, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"fLi" = ( +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/medium, +/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/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, +/obj/item/ammo_magazine/rifle/m16/ap, +/obj/item/ammo_magazine/rifle/m16/ap, +/obj/item/ammo_magazine/rifle/m16/ap, +/obj/item/ammo_magazine/rifle/m16/ap, +/obj/item/storage/pouch/magazine/large/m16, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"fLu" = ( +/obj/structure/closet/cabinet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"fMm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/box/drinkingglasses, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/research_caves/checkpoint) +"fMn" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/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, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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/blocker/forcefield/multitile_vehicles, +/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) +"fOI" = ( +/obj/structure/disposalpipe/junction{ + dir = 2 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"fOR" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/disposalpipe/segment, +/obj/item/prop/helmetgarb/spent_buckshot, +/turf/open/gm/grass/grass_dried, +/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/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"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) +"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/structure/disposalpipe/trunk, +/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/landmark/structure_spawner/setup/distress/xeno_weed_node, +/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" + }, +/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) +"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) +"gap" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/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{ + name = "Security Checkpont West Shutters"; + id = "seccheck3west"; + dir = 8 + }, +/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/disposalpipe/segment, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"gcI" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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) +"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) +"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 + }, +/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 + }, +/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/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"glI" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"glR" = ( +/obj/structure/closet/secure_closet/scientist, +/obj/effect/landmark/objective_landmark/science, +/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) +"gmj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"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/disposalpipe/segment, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"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, +/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/oob) +"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/disposalpipe/segment, +/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, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibmid1" + }, +/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/effect/landmark/objective_landmark/close, +/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) +"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 + }, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"gzq" = ( +/obj/structure/barricade/handrail/kutjevo, +/turf/open/floor/wood, +/area/khami_barrens/exterior/driedoasis/bridge) +"gAe" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"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) +"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) +"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/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"gEn" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/kutjevo/colors/red/inner_corner, +/area/khami_barrens/interior/research_caves/research) +"gEJ" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/weapon/gun/flamer, +/turf/open/floor/kutjevo/grey/plate, +/area/khami_barrens/interior/hunting_lodge) +"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) +"gFM" = ( +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"gFV" = ( +/obj/structure/machinery/power/geothermal, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/power) +"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) +"gIJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"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/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"gLn" = ( +/obj/structure/machinery/landinglight/ds1/delayone, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"gNp" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"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_y = -14; + pixel_x = -8 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"gPM" = ( +/obj/item/tool/wet_sign, +/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/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "cavecheckpoint1" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves/checkpoint) +"gRt" = ( +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2" + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"gRA" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"gRI" = ( +/obj/structure/machinery/vending/cigarette/colony, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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/effect/landmark/objective_landmark/medium, +/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" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"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/gm/grass/grass_dried, +/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) +"gXt" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/machinery/disposal/deliveryChute{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/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) +"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) +"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/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"hdG" = ( +/obj/effect/landmark/corpsespawner/clown, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"hec" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"her" = ( +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/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" + }, +/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/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/machinery/light, +/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/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/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/gm/grass/grass_dried, +/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 + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"hko" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/map/kutjevo_map, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"hkI" = ( +/turf/closed/wall/almayer/research/containment/wall/east, +/area/khami_barrens/interior/research_caves/research) +"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" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/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/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/oob) +"hnD" = ( +/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) +"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{ + name = "Security Checkpont West Shutters"; + id = "seccheck3east"; + dir = 8 + }, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/gates) +"hqJ" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/village/residence/company/east) +"hqM" = ( +/obj/structure/disposalpipe/segment{ + 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/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"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) +"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) +"hwa" = ( +/obj/structure/machinery/landinglight/ds2/delaythree, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/kutjevo/multi_tiles, +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/gm/dirt, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"hza" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"hzx" = ( +/turf/open/floor/kutjevo/colors/orange/inner_corner, +/area/khami_barrens/exterior/lz_dunes) +"hzX" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"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) +"hCS" = ( +/obj/structure/closet/l3closet/general, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"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/disposalpipe/trunk{ + dir = 4 + }, +/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" = ( +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 8 + }, +/area/khami_barrens/interior/village/company_offices/east) +"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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"hET" = ( +/obj/item/clipboard, +/obj/effect/landmark/objective_landmark/science, +/obj/effect/landmark/objective_landmark/medium, +/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) +"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) +"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{ + dir = 8; + start_charge = 0 + }, +/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) +"hMH" = ( +/obj/item/ammo_box/magazine/shotgun/buckshot/empty, +/obj/effect/landmark/survivor_spawner, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/wood, +/area/khami_barrens/exterior/driedoasis/bridge) +"hML" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "Biocontainment Shutters"; + id = "biocontainment" + }, +/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" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/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/disposalpipe/segment{ + 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/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"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/bed/chair/wood/wings{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/oob) +"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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"hQW" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/disposalpipe/segment, +/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 + }, +/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/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"hSX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_inner_edge, +/area/khami_barrens/interior/village/company_offices/east) +"hTf" = ( +/obj/structure/filingcabinet/security, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/hunting_lodge) +"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/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"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 + }, +/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, +/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/gm/grass/grass_dried, +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/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) +"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/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"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, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/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) +"ich" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering/south) +"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" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/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) +"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/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices) +"iga" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/south) +"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) +"ihg" = ( +/obj/structure/machinery/body_scanconsole, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"ihD" = ( +/obj/structure/disposalpipe/segment, +/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, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"iiK" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/bridge) +"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/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/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/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"ipd" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/village/residence/west) +"ipm" = ( +/obj/structure/disposalpipe/junction, +/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) +"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) +"isw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibarm" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"isR" = ( +/turf/open/gm/coast{ + dir = 6 + }, +/area/khami_barrens/exterior/driedoasis/basin) +"itx" = ( +/obj/structure/machinery/light, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/tunnels) +"itX" = ( +/obj/structure/disposalpipe/segment, +/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/blocker/forcefield/multitile_vehicles, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"ivM" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"iwh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/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) +"iyn" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"iyq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"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/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"iBS" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"iBU" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/landmark/objective_landmark/medium, +/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) +"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, +/obj/effect/landmark/objective_landmark/close, +/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/gm/grass/grass_dried, +/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/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2" + }, +/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/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"iIq" = ( +/obj/structure/disposalpipe/junction, +/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/gm/grass/grass_dried, +/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) +"iJz" = ( +/obj/structure/machinery/landinglight/ds2/delaythree, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"iKl" = ( +/obj/structure/machinery/bioprinter{ + stored_metal = 1000 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"iKL" = ( +/obj/structure/platform/kutjevo{ + layer = 2.95 + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/turf/open/gm/dirt, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"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) +"iNO" = ( +/obj/structure/cargo_container/ferret/mid, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"iNV" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"iOh" = ( +/obj/structure/closet, +/obj/item/weapon/gun/shotgun/double, +/obj/effect/landmark/objective_landmark/close, +/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/disposalpipe/segment{ + 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) +"iOX" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"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."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian"; + dir = 1; + layer = 2.98; + pixel_y = 3 + }, +/obj/item/clothing/suit/armor/yautja_flavor{ + anchored = 1; + pixel_y = 3; + layer = 2.98 + }, +/obj/item/weapon/harpoon/yautja{ + anchored = 1; + name = "Alien Harpoon"; + pixel_x = -7; + layer = 2.97 + }, +/obj/structure/barricade/handrail/sandstone, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"iPS" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/research_caves/research) +"iQb" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"iQc" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"iRf" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"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" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/disposalpipe/segment, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"iSY" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper_bin/uscm{ + pixel_y = 3 + }, +/obj/item/tool/pen, +/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, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/colors/red/inner_corner, +/area/khami_barrens/interior/checkpoint) +"iUr" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/resin_caves/deep) +"iUy" = ( +/obj/structure/closet/l3closet/general, +/obj/effect/landmark/objective_landmark/close, +/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, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"iWL" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib1" + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"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/structure/disposalpipe/segment{ + dir = 4 + }, +/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) +"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/structure/disposalpipe/segment, +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/marksman_residence) +"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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"jbV" = ( +/obj/item/ammo_box/magazine/shotgun/buckshot/empty, +/turf/open/gm/grass/grass_dried, +/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) +"jcQ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"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, +/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/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"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) +"jhh" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"jic" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"jig" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"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/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibleg" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"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/disposalpipe/segment, +/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, +/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/gm/grass/grass_dried, +/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) +"jqr" = ( +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 10 + }, +/area/khami_barrens/interior/village/company_offices) +"jra" = ( +/obj/structure/flora/grass/desert, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"jrf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"jrR" = ( +/obj/structure/machinery/vending/dinnerware, +/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."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian"; + dir = 1; + layer = 2.98; + pixel_y = 3 + }, +/obj/structure/barricade/handrail/sandstone{ + dir = 8 + }, +/obj/item/clothing/suit/armor/yautja_flavor{ + anchored = 1; + pixel_y = 3; + layer = 2.98 + }, +/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, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"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, +/obj/structure/disposalpipe/segment, +/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" + }, +/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) +"jxL" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/checkpoint) +"jyg" = ( +/obj/structure/disposalpipe/segment, +/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) +"jyR" = ( +/obj/structure/machinery/landinglight/ds2/delaythree, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"jzc" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"jzg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"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) +"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) +"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/effect/landmark/objective_landmark/close, +/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) +"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/disposalpipe/segment, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves/checkpoint) +"jCs" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/gm/grass/grass_dried, +/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) +"jDv" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/village) +"jEy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"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) +"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) +"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) +"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/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"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 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"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" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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/window/framed/kutjevo/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/gates) +"jQK" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/hunting_lodge) +"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, +/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/structure/disposalpipe/segment, +/obj/item/prop/helmetgarb/spent_buckshot, +/turf/open/gm/grass/grass_dried, +/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/structure/blocker/forcefield/multitile_vehicles, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"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/oob) +"jVl" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"jVm" = ( +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med) +"jVx" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"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) +"jWe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"jXI" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"jZr" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/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/effect/decal/sand_overlay/sand1, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"kaO" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/landmark/objective_landmark/far, +/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/effect/landmark/structure_spawner/setup/distress/xeno_door, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/gates) +"kbz" = ( +/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/effect/landmark/objective_landmark/close, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/hunting_lodge) +"kdA" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"keb" = ( +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/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/blocker/forcefield/multitile_vehicles, +/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{ + id = "landing stormshutter"; + dir = 4; + name = "Stormshutter" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"kgf" = ( +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 5 + }, +/area/khami_barrens/interior/village/company_offices) +"kgz" = ( +/obj/structure/machinery/power/apc{ + dir = 4 + }, +/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, +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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" + }, +/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, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"kjy" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"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/disposalpipe/segment, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"klD" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"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/disposalpipe/trunk{ + dir = 1 + }, +/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/disposalpipe/segment, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"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) +"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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company) +"kqL" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"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{ + pixel_x = -7; + id = "clinic" + }, +/obj/item/storage/box/bodybags{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"krL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"ksc" = ( +/obj/structure/bed/chair/wood/wings, +/obj/structure/disposalpipe/segment{ + 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) +"ktu" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"ktJ" = ( +/obj/structure/machinery/vending/cigarette, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"kug" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib5" + }, +/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) +"kxM" = ( +/obj/structure/machinery/computer/cameras/wooden_tv/prop{ + pixel_y = 27 + }, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"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/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/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) +"kzO" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/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_3, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"kAu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/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/portable_atmospherics/hydroponics{ + draw_warnings = 0; + icon_state = "hydrotray4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"kBN" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/prop/dam/truck/damaged{ + dir = 4 + }, +/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/gm/grass/grass_dried, +/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/window/framed/kutjevo/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"kFj" = ( +/obj/structure/disposalpipe/segment, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"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) +"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) +"kIg" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/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/disposalpipe/segment, +/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/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/blocker/forcefield/multitile_vehicles, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"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/oob) +"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 + }, +/obj/structure/disposalpipe/segment, +/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/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_dunes) +"kMA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/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/interior/oob) +"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, +/obj/item/weapon/gun/boltaction, +/obj/item/weapon/gun/boltaction, +/obj/item/ammo_magazine/rifle/boltaction, +/obj/item/ammo_magazine/rifle/boltaction, +/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, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"kOI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"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_y = -14; + pixel_x = -7 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"kPY" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/checkpoint) +"kQD" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/south) +"kQF" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib2" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"kQY" = ( +/turf/open/floor/almayer/research/containment/floor2, +/area/khami_barrens/interior/hunting_lodge) +"kRi" = ( +/obj/structure/disposalpipe/segment, +/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) +"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) +"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" = ( +/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/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"kSY" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/checkpoint) +"kTO" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"kTP" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/gm/grass/grass_dried, +/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) +"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/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"kWu" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/disposalpipe/segment{ + 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) +"kXN" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/coffeecup, +/obj/structure/machinery/computer/cameras/wooden_tv{ + pixel_y = 28 + }, +/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/disposalpipe/segment, +/obj/structure/machinery/door/poddoor/almayer/open{ + name = "Security Checkpont South Shutters"; + id = "seccheck2south" + }, +/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 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"laB" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/monkey_spawn, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"laZ" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/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) +"lci" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"lcp" = ( +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"lcA" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/barricade/wooden, +/turf/open/gm/grass/grass_dried, +/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/disposalpipe/segment, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"lez" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"leS" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/oob) +"leX" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/basin) +"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, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"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) +"lgN" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"lid" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"lio" = ( +/turf/open/floor/kutjevo/colors/orange/inner_corner{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"ljp" = ( +/obj/structure/window_frame/kutjevo, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "duststorm shutters"; + id = "dust1" + }, +/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) +"lkG" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/tiles, +/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) +"loV" = ( +/obj/structure/disposalpipe/segment{ + 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 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"lpU" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"lsk" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/gm/grass/grass_dried, +/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/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"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/disposalpipe/segment, +/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/oob) +"lvC" = ( +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/reception_storage) +"lvZ" = ( +/obj/item/prop/alien/hugger, +/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) +"lyq" = ( +/obj/structure/bedsheetbin, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/khami_barrens/interior/hunting_lodge) +"lyQ" = ( +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/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/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"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 + }, +/obj/structure/disposalpipe/segment, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"lAn" = ( +/obj/structure/window/framed/kutjevo, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/reception_storage) +"lAF" = ( +/obj/structure/sign/safety/debark_lounge{ + pixel_x = 7 + }, +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"lAH" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"lAN" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/disposalpipe/segment{ + 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) +"lDe" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"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, +/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/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz1_north) +"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{ + name = "Security Checkpont South Shutters"; + id = "seccheck2north" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"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/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/obj/structure/disposalpipe/segment, +/turf/open/gm/dirt, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"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/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company) +"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" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/oob) +"lIT" = ( +/obj/structure/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"lJS" = ( +/obj/structure/disposalpipe/segment, +/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/structure/disposalpipe/segment, +/obj/item/prop/alien/hugger, +/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/disposalpipe/segment, +/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) +"lLP" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/ashtray/plastic, +/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) +"lNh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"lNA" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"lNO" = ( +/obj/structure/machinery/computer/shuttle/dropship/flight/lz1, +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_pad) +"lOi" = ( +/obj/structure/closet, +/obj/item/weapon/gun/rifle/m16, +/obj/item/weapon/gun/rifle/m16, +/obj/effect/landmark/objective_landmark/close, +/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/blocker/forcefield/multitile_vehicles, +/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/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/obj/structure/machinery/door_control{ + pixel_y = 9; + id = "cavecheckpoint1"; + name = "West Shutter Control" + }, +/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) +"lPQ" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"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 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"lQI" = ( +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering/south) +"lQT" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/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) +"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/disposalpipe/segment, +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"lSr" = ( +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"lSC" = ( +/obj/structure/disposalpipe/segment{ + 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/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"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{ + name = "Research Checkpoint Shutters"; + id = "checkpointnorthnorth"; + 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, +/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) +"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/stairs/perspective{ + color = "#b29082"; + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"lXH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibhead" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"lXI" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/machinery/door/airlock/sandstone/runed/destroyable{ + name = "\improper Strange Temple" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"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/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) +"lZV" = ( +/turf/open/floor/kutjevo/colors/cyan/inner_corner{ + dir = 8 + }, +/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/disposalpipe/segment, +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"mbf" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"mbE" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/red/edge, +/area/khami_barrens/interior/checkpoint) +"mci" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/med/reception_storage) +"mcr" = ( +/obj/structure/plasticflaps, +/obj/structure/machinery/conveyor{ + dir = 1; + id = "sciencereq" + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/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/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/botany) +"mfh" = ( +/obj/structure/sign/poster/propaganda{ + pixel_y = 32 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"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/gm/grass/grass_dried, +/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 + }, +/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) +"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) +"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/grass/desert/lightgrass_4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/bridge) +"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) +"mrU" = ( +/obj/structure/disposalpipe/segment, +/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{ + name = "Checkpoint Shutters"; + id = "researchsouthsouth" + }, +/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{ + icon = 'icons/obj/structures/machinery/kitchen.dmi'; + icon_state = "mwbloodyo"; + name = "messy microwave"; + 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." + }, +/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, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"muY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"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) +"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/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/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) +"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/disposalpipe/segment, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"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, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"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) +"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/effect/landmark/structure_spawner/setup/distress/xeno_door, +/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/gm/grass/grass_dried, +/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/disposalpipe/segment, +/obj/structure/barricade/wooden, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"mFf" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"mFZ" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/gates) +"mGp" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/research_caves/checkpoint) +"mGA" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/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/disposalpipe/segment{ + dir = 4 + }, +/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) +"mNs" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"mNv" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"mNV" = ( +/obj/structure/machinery/door_control{ + pixel_y = -32; + id = "dust2" + }, +/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) +"mQl" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/ashtray/bronze, +/obj/item/trash/cigbutt/cigarbutt{ + pixel_y = 11; + pixel_x = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/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, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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) +"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) +"mVU" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/disposalpipe/segment, +/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, +/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" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"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/landmark/structure_spawner/setup/distress/xeno_weed_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/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/resin_caves) +"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_y = 7; + pixel_x = -8 + }, +/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 + }, +/obj/effect/landmark/objective_landmark/far, +/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) +"nbG" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"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 + }, +/obj/structure/disposalpipe/segment, +/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) +"ncV" = ( +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2" + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"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/disposalpipe/segment, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"nfL" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"nfW" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"ngp" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"nhf" = ( +/obj/effect/landmark/objective_landmark/science, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"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" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"njd" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"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/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/gates) +"nla" = ( +/turf/open/floor/almayer/research/containment/floor1, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"nly" = ( +/obj/structure/machinery/shower{ + dir = 4 + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/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/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"nnR" = ( +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/lodge) +"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 + }, +/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, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"npy" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/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" + }, +/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) +"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) +"nvv" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"nwD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"nxf" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"nxy" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/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) +"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/flora/grass/desert/heavy, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"nzW" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"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" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"nAX" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"nAY" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/item/ammo_magazine/handful/shotgun/buckshot, +/turf/open/gm/grass/grass_dried, +/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/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/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) +"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 + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"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/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/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/disposalpipe/segment{ + dir = 4 + }, +/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/disposalpipe/junction{ + dir = 8 + }, +/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/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"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/disposalpipe/segment, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"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/gm/grass/grass_dried, +/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) +"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/disposalpipe/segment{ + 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, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"nQF" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"nQL" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/landmark/yautja_teleport, +/turf/open/gm/grass/grass_dried, +/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/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"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 + }, +/obj/item/ammo_magazine/shotgun/buckshot, +/turf/open/floor/kutjevo/grey/plate, +/area/khami_barrens/interior/hunting_lodge) +"nTm" = ( +/obj/structure/machinery/landinglight/ds1, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"nTp" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/engineering/power) +"nTu" = ( +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2" + }, +/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/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"nUh" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/lodge) +"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/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"nWX" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/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) +"nYR" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/company_offices/east) +"nZo" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"nZs" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/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/gm/grass/grass_dried, +/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/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2" + }, +/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/structure/disposalpipe/segment, +/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" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/disposalpipe/segment, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"odk" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/landing_zone) +"odw" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/disposalpipe/segment, +/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/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/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_y = 7; + pixel_x = -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/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"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) +"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, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/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/effect/landmark/structure_spawner/setup/distress/xeno_door, +/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 + }, +/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) +"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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"opX" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/research/containment/floor2, +/area/khami_barrens/exterior/telecomm/lz1_north) +"oqk" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + name = "Security Checkpont South Shutters"; + id = "seccheck2south" + }, +/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) +"oqI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"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/sand_overlay/sand1{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"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" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/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 + }, +/obj/structure/disposalpipe/segment{ + 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) +"ovu" = ( +/turf/open/floor/kutjevo/colors/red/inner_corner, +/area/khami_barrens/interior/research_caves/checkpoint) +"ovx" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 + }, +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/exterior/lz_pad) +"ovB" = ( +/obj/structure/machinery/vending/cigarette, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"ovD" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"owN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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 + }, +/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) +"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/gm/grass/grass_dried, +/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/barricade/handrail/sandstone/b{ + color = "#705d4b"; + pixel_y = -2 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"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/disposalpipe/trunk, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/gates) +"oDl" = ( +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/company/east) +"oDJ" = ( +/obj/structure/closet/wardrobe/medic_white, +/obj/effect/landmark/objective_landmark/science, +/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_y = 11; + pixel_x = 5 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"oEJ" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/obj/effect/landmark/corpsespawner/security/marshal, +/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) +"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) +"oGT" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"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) +"oHW" = ( +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/turf/open/gm, +/area/khami_barrens/exterior/driedoasis/gates) +"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/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2" + }, +/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) +"oKx" = ( +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"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/blocker/forcefield/multitile_vehicles, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 10 + }, +/area/khami_barrens/interior/landing_zone) +"oKX" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib6" + }, +/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) +"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, +/obj/effect/landmark/objective_landmark/close, +/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"; + pixel_y = -2; + dir = 4 + }, +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + pixel_y = 15; + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/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, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"oQT" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"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) +"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/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"oSU" = ( +/obj/structure/pipes/standard/manifold/visible{ + dir = 4 + }, +/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/structure/disposalpipe/segment, +/obj/effect/landmark/corpsespawner/scientist, +/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, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/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, +/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/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"oZd" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"oZl" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/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/machinery/light{ + dir = 1 + }, +/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) +"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, +/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" = ( +/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 + }, +/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) +"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, +/obj/effect/landmark/objective_landmark/close, +/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" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/alt_inner_edge{ + dir = 8 + }, +/area/khami_barrens/interior/village/company_offices) +"pix" = ( +/obj/structure/machinery/landinglight/ds1/delayone, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_dunes) +"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/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"pjD" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/checkpoint) +"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{ + name = "Security Checkpont South Shutters"; + id = "seccheck2north" + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 8 + }, +/area/khami_barrens/interior/checkpoint) +"pnp" = ( +/obj/structure/machinery/vending/dinnerware, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"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/gm/grass/grass_dried, +/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) +"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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"puI" = ( +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"pvo" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/door_control{ + pixel_y = 9; + id = "researchsouthnorth"; + name = "Research Shutter Control North" + }, +/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 + }, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"pvP" = ( +/obj/structure/closet/secure_closet/freezer/fridge/groceries, +/obj/effect/landmark/objective_landmark/medium, +/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 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"pwb" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/gm/grass/grass_dried, +/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/disposalpipe/junction{ + dir = 8 + }, +/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/gm/grass/grass_dried, +/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/effect/landmark/objective_landmark/medium, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/inner_corner, +/area/khami_barrens/interior/research_caves/research) +"pAI" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"pAN" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/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) +"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."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian"; + dir = 1 + }, +/obj/item/weapon/claymore/mercsword{ + layer = 2.99; + pixel_x = 6; + pixel_y = 7 + }, +/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) +"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) +"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/disposalpipe/segment, +/obj/structure/fence, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"pGF" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"pGO" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/door_control{ + pixel_y = 4; + pixel_x = -4; + id = "seccheck3west"; + name = "Checkpoint North Shutters Control" + }, +/obj/structure/machinery/door_control{ + pixel_y = 4; + pixel_x = 4; + name = "Checkpoint South Shutters Control"; + id = "seccheck3east" + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"pHo" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/objective_landmark/science, +/obj/structure/blocker/forcefield/multitile_vehicles, +/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) +"pJX" = ( +/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/checkpoint) +"pKR" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/disposalpipe/segment{ + 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 + }, +/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, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/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/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"pOR" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib2" + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"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) +"pQR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices/reception) +"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/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/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 + }, +/obj/effect/landmark/objective_landmark/close, +/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) +"pWT" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/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) +"pYy" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"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/blocker/forcefield/multitile_vehicles, +/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) +"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/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"qel" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"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 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 8 + }, +/area/khami_barrens/interior/village/company_offices/east) +"qfd" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/disposalpipe/segment, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields) +"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/disposalpipe/segment, +/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) +"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/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/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"qko" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"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/disposalpipe/segment{ + 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_y = 7; + pixel_x = 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/disposalpipe/segment{ + 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/structure/disposalpipe/segment{ + dir = 4 + }, +/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/structure/disposalpipe/trunk, +/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/window/framed/kutjevo/reinforced, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/kutjevo/colors/red/tile, +/area/khami_barrens/interior/landing_zone) +"qpI" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + icon_state = "p_stair_full" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"qqK" = ( +/obj/structure/closet/l3closet/general, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"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) +"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, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"qtz" = ( +/obj/structure/window/framed/kutjevo, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"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) +"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) +"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) +"qxJ" = ( +/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, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"qyI" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"qzm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib6" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering) +"qzo" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"qzx" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/gm/grass/grass_dried, +/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, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"qAB" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/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/structure/disposalpipe/segment, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/reception_storage) +"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/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"qEu" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"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) +"qFR" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"qFX" = ( +/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/disposalpipe/segment, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"qHO" = ( +/obj/effect/landmark/objective_landmark/close, +/obj/structure/barricade/wooden, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"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/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/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/gm/grass/grass_dried, +/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) +"qIw" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"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) +"qSp" = ( +/obj/structure/window/framed/kutjevo, +/obj/structure/disposalpipe/segment, +/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/effect/landmark/objective_landmark/far, +/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/machinery/power/apc, +/turf/open/floor/kutjevo/tiles, +/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, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering/power) +"qUV" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/tunnels) +"qUY" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"qVv" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"qVR" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/east) +"qWj" = ( +/obj/structure/machinery/seed_extractor, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"qYa" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/stonyfields/north) +"qYK" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"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{ + name = "A poor man, killed and humiliated by Gonzo, the Clown"; + pixel_x = -12; + desc = "A poor man, killed and humiliated by Gonzo, the Clown" + }, +/obj/item/clothing/mask/gas/mime{ + layer = 4.1; + pixel_x = -5; + pixel_y = 30; + name = "Banana Cream" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/oob/dev_room) +"rcd" = ( +/obj/structure/platform/kutjevo{ + dir = 8 + }, +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/obj/structure/disposalpipe/segment, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"rez" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"reI" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibhead" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"rfo" = ( +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/interior/research_caves/research) +"rfw" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering) +"rgq" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper_bin{ + pixel_y = 8 + }, +/obj/item/tool/pen, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 8 + }, +/area/khami_barrens/interior/research_caves/research) +"rgG" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"rhT" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/gm/grass/grass_dried, +/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) +"ric" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"riu" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/resin_caves) +"riH" = ( +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 8 + }, +/area/khami_barrens/interior/hunting_lodge) +"rln" = ( +/obj/structure/surface/rack, +/obj/item/toy/deck/uno, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"rlL" = ( +/obj/structure/disposalpipe/segment, +/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) +"rmP" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"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/window/framed/kutjevo/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices/reception) +"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/disposalpipe/segment, +/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) +"rrz" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/research_caves/research) +"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/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/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/disposalpipe/segment, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/interior/ruin_caves) +"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, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"rys" = ( +/obj/structure/platform/kutjevo{ + dir = 1; + layer = 2.95 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"ryv" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"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/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/rancher_residence) +"rzz" = ( +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/oob) +"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) +"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, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"rDl" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/item/clothing/glasses/disco_fever{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/effect/landmark/objective_landmark/close, +/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) +"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/blocker/forcefield/multitile_vehicles, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering/power) +"rGl" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/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/disposalpipe/segment, +/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) +"rIk" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"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/blocker/forcefield/multitile_vehicles, +/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{ + pixel_y = 27; + pixel_x = -23; + id = "researchsupply"; + name = "Supply Shutters Control" + }, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"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) +"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 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"rOh" = ( +/obj/effect/landmark/survivor_spawner, +/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, +/obj/effect/landmark/objective_landmark/medium, +/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/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{ + name = "Checkpoint Shutters"; + id = "researchsouthsouth" + }, +/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/structure/window_frame/kutjevo, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "duststorm shutters"; + id = "dust2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"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/disposalpipe/segment, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/ruins) +"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/disposalpipe/trunk, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 6 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"rZz" = ( +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"sab" = ( +/obj/structure/closet/cabinet, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/item/ammo_magazine/handful/shotgun/buckshot, +/obj/item/ammo_magazine/handful/shotgun/buckshot, +/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/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/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/disposalpipe/segment, +/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/disposalpipe/segment{ + dir = 4 + }, +/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/structure/blocker/forcefield/multitile_vehicles, +/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) +"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/gm/grass/grass_dried, +/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, +/obj/effect/landmark/objective_landmark/science, +/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, +/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) +"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 + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/landing_zone) +"snl" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/telecomm/lz1_north) +"snB" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/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, +/obj/effect/landmark/objective_landmark/close, +/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/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/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) +"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/structure/disposalpipe/segment, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"suU" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"svy" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/research_caves) +"svN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/shop) +"svZ" = ( +/obj/structure/disposalpipe/junction{ + dir = 2 + }, +/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/disposalpipe/segment, +/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, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/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, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"swN" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/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) +"syq" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"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) +"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/gm/grass/grass_dried, +/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_y = -14; + pixel_x = 7 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"sCI" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/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" = ( +/turf/open/floor/kutjevo/colors/orange/edge{ + dir = 8 + }, +/area/khami_barrens/exterior/lz_dunes) +"sDE" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/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) +"sEB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"sFm" = ( +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves/checkpoint) +"sGf" = ( +/obj/structure/sign/poster/propaganda{ + pixel_x = -32 + }, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/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) +"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 + }, +/obj/structure/disposalpipe/segment, +/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/window/framed/kutjevo/reinforced, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/research_caves/research) +"sIX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"sIY" = ( +/turf/open/floor/prison{ + icon_state = "kitchen" + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"sJe" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"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) +"sLW" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"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_y = 7; + pixel_x = 7 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"sNu" = ( +/obj/structure/flora/grass/desert/heavygrass_7, +/obj/structure/blocker/forcefield/multitile_vehicles, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"sOp" = ( +/obj/structure/machinery/computer/objective{ + dir = 4 + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"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, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/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) +"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/platform_decoration/kutjevo{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"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/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/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/disposalpipe/segment{ + 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" = ( +/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) +"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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"sWE" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices/reception) +"sXh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/sand/layer1, +/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/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/checkpoint) +"sYH" = ( +/obj/structure/disposalpipe/junction{ + 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{ + layer = 4.11; + dir = 8 + }, +/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) +"tab" = ( +/obj/structure/closet/cabinet, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"tag" = ( +/obj/structure/flora/grass/desert/heavy, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"tak" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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_y = 15; + pixel_x = -12 + }, +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/company_offices) +"taw" = ( +/obj/structure/fence, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"taJ" = ( +/obj/effect/landmark/xeno_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/ruin_caves/north) +"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, +/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/disposalpipe/segment, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"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/structure/disposalpipe/segment, +/obj/effect/landmark/corpsespawner/colonist/kutjevo, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"tfl" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/ruins) +"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) +"tgV" = ( +/obj/structure/closet/cabinet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"thd" = ( +/obj/structure/disposalpipe/segment, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields) +"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/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/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, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/marksman_residence) +"tjM" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/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) +"tko" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan, +/area/khami_barrens/interior/village/company_offices) +"tkD" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/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/disposalpipe/segment, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"tnS" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"tnT" = ( +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"toA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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) +"tqz" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/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/oob) +"trE" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"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/structure/blocker/forcefield/multitile_vehicles, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/landing_zone) +"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, +/obj/effect/landmark/objective_landmark/far, +/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/disposalpipe/segment, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"tup" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_pad) +"tuY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"tvx" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/landmark/corpsespawner/wygoon, +/obj/item/weapon/gun/shotgun/double, +/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) +"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) +"txe" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/close, +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib4" + }, +/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"; + pixel_y = -2; + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/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/gm/grass/grass_dried, +/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, +/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, +/obj/effect/landmark/objective_landmark/medium, +/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/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"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) +"tEB" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"tEK" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/plasteel/large_stack, +/obj/structure/blocker/forcefield/multitile_vehicles, +/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, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/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/disposalpipe/segment, +/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) +"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{ + icon_state = "triagedecaldir"; + dir = 1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_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/open/auto_turf/sand/layer1, +/area/space) +"tLt" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/disposalpipe/segment, +/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) +"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/gm/grass/grass_dried, +/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/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibmid1" + }, +/turf/open/gm/grass/grass_dried, +/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" + }, +/obj/structure/disposalpipe/segment, +/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) +"tPn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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) +"tQj" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"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) +"tTn" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4 + }, +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/exterior/lz_pad) +"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" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/landing_zone_arrivals/north) +"tUG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"tUJ" = ( +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"tVH" = ( +/turf/open/gm/grass/grass_dried, +/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{ + name = "dirt-ridden Chocolate Cake"; + desc = "mmm floorcake" + }, +/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) +"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) +"tZO" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"uaJ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"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/landmark/structure_spawner/setup/distress/xeno_weed_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{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/gates) +"ucK" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 1 + }, +/area/khami_barrens/interior/village/company_offices) +"ucS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence) +"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/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2" + }, +/obj/effect/landmark/corpsespawner/scientist, +/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) +"ugw" = ( +/obj/structure/sign/safety/debark_lounge{ + pixel_x = 7 + }, +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"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) +"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/disposalpipe/trunk, +/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/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/almayer/research/containment/floor2, +/area/khami_barrens/interior/tunnels) +"ujs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/almayer/open{ + name = "Security Checkpont West Shutters"; + id = "seccheck3east"; + dir = 8 + }, +/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) +"ujN" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"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) +"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/landmark/structure_spawner/setup/distress/xeno_weed_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/disposalpipe/segment, +/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/flora/grass/desert/heavygrass_5, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"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) +"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/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"upo" = ( +/obj/structure/machinery/light, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/khami_barrens/exterior/telecomm/lz2_south) +"upw" = ( +/obj/structure/window/framed/kutjevo, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"uqk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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) +"usd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"usJ" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/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/disposalpipe/junction{ + 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/machinery/landinglight/ds1/delaytwo, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"uuQ" = ( +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices) +"uvj" = ( +/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."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian"; + dir = 1; + layer = 2.98; + pixel_y = 3 + }, +/obj/item/clothing/suit/armor/yautja_flavor{ + anchored = 1; + pixel_y = 3; + layer = 2.98 + }, +/obj/structure/barricade/handrail/sandstone, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"uvy" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/almayer/research/containment/floor1, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"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) +"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) +"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/structure/machinery/power/apc{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/telecomm/lz2_north) +"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) +"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) +"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/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/engineering/south) +"uCX" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 1; + pixel_x = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8; + pixel_y = 7; + pixel_x = 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) +"uDL" = ( +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 6 + }, +/area/khami_barrens/interior/village/company_offices/east) +"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, +/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/oob) +"uFh" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"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/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"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) +"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/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/residence/west) +"uIR" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/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) +"uME" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"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/structure/window/framed/kutjevo/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/checkpoint) +"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_y = -14; + pixel_x = -7 + }, +/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) +"uSA" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/botany) +"uSW" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/fire, +/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{ + name = "family photo"; + desc = "a photo of a family" + }, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"uUH" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"uUO" = ( +/obj/item/ammo_magazine/handful/shotgun/buckshot, +/turf/open/gm/grass/grass_dried, +/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/disposalpipe/segment{ + dir = 4 + }, +/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) +"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, +/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, +/obj/structure/disposalpipe/trunk, +/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, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/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/flora/grass/desert/heavygrass_9, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"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) +"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/disposalpipe/segment, +/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/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/green, +/area/khami_barrens/interior/village/botany) +"vaY" = ( +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2" + }, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering/south) +"vba" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/hunting_lodge) +"vbF" = ( +/obj/structure/disposalpipe/segment{ + 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/disposalpipe/segment{ + 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/disposalpipe/segment, +/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) +"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, +/obj/effect/landmark/objective_landmark/close, +/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) +"vgO" = ( +/obj/item/weapon/gun/shotgun/double, +/obj/effect/landmark/corpsespawner/chef, +/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) +"viA" = ( +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"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) +"vkC" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices/reception) +"vkL" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"vkM" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/colors/red, +/area/khami_barrens/interior/checkpoint) +"vkV" = ( +/obj/structure/disposalpipe/segment, +/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 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"vlX" = ( +/obj/structure/closet/firecloset/full, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/engineering/power) +"vmR" = ( +/obj/structure/barricade/handrail/sandstone/b{ + color = "#705d4b"; + dir = 1; + pixel_y = 2 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"vnc" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib5" + }, +/turf/open/gm/grass/grass_dried, +/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) +"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/gm/grass/grass_dried, +/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{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"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/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/colors/red/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"vsO" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper_bin, +/obj/item/tool/pen, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light, +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"vtN" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/poddoor/almayer/open{ + name = "Security Checkpont South Shutters"; + id = "seccheck2north" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"vua" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/grass/grass_dried, +/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/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"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/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"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, +/obj/item/weapon/gun/shotgun/double/sawn, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"vyi" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/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) +"vzn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/interior/research_caves) +"vzB" = ( +/obj/structure/machinery/landinglight/ds2/delaythree, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/exterior/lz_pad) +"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" = ( +/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, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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/disposalpipe/junction{ + dir = 8 + }, +/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, +/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/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/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) +"vFh" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"vFl" = ( +/obj/structure/flora/grass/desert/heavygrass_2, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"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) +"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) +"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_y = -15; + pixel_x = 7 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"vIz" = ( +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices/east) +"vIF" = ( +/obj/structure/machinery/computer/cameras/wooden_tv/prop{ + pixel_y = 27 + }, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/hunting_lodge) +"vJo" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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) +"vLt" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"vLA" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/village/residence/company/east) +"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) +"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, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company/east) +"vPr" = ( +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"vPA" = ( +/obj/structure/closet/secure_closet/scientist, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/research_caves/research) +"vQk" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft" + }, +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/kutjevo/colors/cyan/edge{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"vRa" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"vRe" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/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/disposalpipe/segment, +/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/disposalpipe/segment, +/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/disposalpipe/segment, +/turf/open/floor/kutjevo/plate, +/area/khami_barrens/interior/landing_zone_arrivals/south) +"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, +/obj/item/fuelCell, +/turf/open/floor/kutjevo/colors/orange, +/area/khami_barrens/interior/village/engineering) +"vVy" = ( +/obj/structure/disposalpipe/segment, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"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, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/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" = ( +/obj/structure/disposalpipe/segment, +/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/sand_overlay/sand1{ + dir = 9 + }, +/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) +"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/disposalpipe/segment, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_pad) +"waG" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"waH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med) +"wca" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib6" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/village/shop) +"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{ + name = "Checkpoint Shutters"; + id = "researchsouthsouth" + }, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"wcW" = ( +/obj/structure/bed/chair/wood/wings, +/obj/structure/disposalpipe/segment, +/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 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"wem" = ( +/turf/closed/wall/kutjevo/rock/border, +/area/khami_barrens/exterior/lz_dunes) +"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/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/cyan/inner_corner{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/research) +"weQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"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/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"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 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/hunting_lodge) +"wgR" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/closed/wall/kutjevo/colony/reinforced, +/area/khami_barrens/interior/landing_zone) +"whj" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"whp" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/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 + }, +/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" = ( +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/village/company_offices/reception) +"wkp" = ( +/obj/structure/disposalpipe/segment, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lodge) +"wks" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"wky" = ( +/obj/docking_port/stationary/marine_dropship/lz2{ + name = "Cargo Landing Zone" + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"wlx" = ( +/obj/docking_port/stationary/marine_dropship/lz1{ + name = "Passenger Landing Zone" + }, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_pad) +"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/gm/grass/grass_dried, +/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_y = 1; + req_access_txt = "3"; + pixel_x = 32 + }, +/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) +"wnS" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/firstaid/adv/empty, +/obj/structure/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/cyan/tile, +/area/khami_barrens/interior/village/med/south) +"wnX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village) +"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/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"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, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 1 + }, +/area/khami_barrens/interior/research_caves/checkpoint) +"wtn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/prop/alien/hugger, +/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/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 6 + }, +/area/khami_barrens/interior/hunting_lodge) +"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/effect/decal/sand_overlay/sand1, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"wwC" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/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) +"wxc" = ( +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/khami_barrens/exterior/telecomm/lz2_north) +"wxo" = ( +/obj/structure/disposalpipe/segment, +/obj/item/prop/alien/hugger, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/village/engineering/south) +"wxJ" = ( +/obj/structure/surface/rack, +/obj/item/toy/deck, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"wyA" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland/village/west) +"wyB" = ( +/obj/structure/disposalpipe/junction, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/research_caves/research) +"wzz" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/exterior/ruins) +"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, +/turf/open/floor/plating/kutjevo, +/area/khami_barrens/exterior/lz_dunes) +"wBv" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"wBO" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/residence/company) +"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/gm/grass/grass_dried, +/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/landmark/structure_spawner/setup/distress/xeno_weed_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{ + name = "Project Berserker Wargame"; + desc = "wait a minute, isnt project Berserker classified? and who made this?" + }, +/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 + }, +/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/effect/landmark/objective_landmark/science, +/obj/structure/blocker/forcefield/multitile_vehicles, +/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_y = 6; + pixel_x = 3 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/mono{ + pixel_y = 6; + pixel_x = -4 + }, +/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 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles, +/area/khami_barrens/interior/marksman_residence) +"wGu" = ( +/obj/structure/disposalpipe/segment, +/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/blocker/forcefield/multitile_vehicles, +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/tunnels/auxillary) +"wIP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 13 + }, +/turf/open/gm/grass/grass_dried, +/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 + }, +/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) +"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/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"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, +/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" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/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/blocker/forcefield/multitile_vehicles, +/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) +"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/flora/grass/desert/heavygrass_4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/driedoasis/bridge) +"wSM" = ( +/turf/open/floor/wood/ship, +/area/khami_barrens/interior/rancher_residence) +"wSU" = ( +/obj/structure/surface/table/woodentable/fancy, +/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/weapon/claymore/mercsword{ + layer = 3.1; + pixel_x = 6; + pixel_y = 7 + }, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"wWQ" = ( +/turf/closed/wall/kutjevo/colony, +/area/khami_barrens/interior/tunnels) +"wXh" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/ashtray/plastic, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/objective_landmark/medium, +/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/disposalpipe/segment, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/ruins) +"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, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/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/disposalpipe/junction{ + dir = 1 + }, +/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 + }, +/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{ + name = "Research Checkpoint Shutters"; + id = "checkpointnorthsouth" + }, +/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) +"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) +"xhj" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"xhC" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/snacks/spagetti, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/shop) +"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 + }, +/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) +"xjU" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"xkb" = ( +/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/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/gm/grass/grass_dried, +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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) +"xmK" = ( +/obj/structure/disposalpipe/segment, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/scrubland/checkpoint) +"xmW" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/red/inner_corner{ + dir = 1 + }, +/area/khami_barrens/interior/landing_zone) +"xmY" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/exterior/lz_dunes) +"xnW" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + 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_y = 4; + pixel_x = 4 + }, +/obj/structure/machinery/computer/secure_data{ + pixel_x = 18; + layer = 3.01 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/khami_barrens/interior/village/company_offices/reception) +"xpe" = ( +/obj/structure/surface/table/woodentable/poor, +/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) +"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/structure/blocker/forcefield/multitile_vehicles, +/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/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/sandstone/runed, +/area/khami_barrens/interior/ruin_caves) +"xth" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibmid1" + }, +/turf/open/gm/grass/grass_dried, +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/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, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/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) +"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/structure/disposalpipe/junction{ + dir = 1 + }, +/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 + }, +/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/blocker/forcefield/multitile_vehicles, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"xzV" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/prop/almayer/comp_open{ + name = "portable distress beacon transponder"; + desc = "An opened, but depowered, wey-yu distress beacon transponder. You imagine there was quite a fight over it."; + anchored = 1 + }, +/turf/open/floor/wood, +/area/khami_barrens/exterior/driedoasis/bridge) +"xAj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib2" + }, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/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{ + name = "Security Checkpont West Shutters"; + id = "seccheck3east"; + dir = 8 + }, +/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, +/obj/effect/landmark/objective_landmark/far, +/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) +"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, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/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/effect/landmark/objective_landmark/close, +/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) +"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) +"xHH" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper_bin, +/obj/item/tool/pen/blue/clicky, +/obj/structure/machinery/door_control{ + pixel_y = 9; + pixel_x = -4; + id = "seccheck1east"; + name = "Checkpoint East Shutters Control" + }, +/obj/structure/machinery/door_control{ + pixel_y = 9; + pixel_x = 4; + name = "Checkpoint West Shutters Control"; + id = "seccheck1west" + }, +/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/blocker/forcefield/multitile_vehicles, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/tunnels/auxillary) +"xIm" = ( +/turf/open/floor/kutjevo/tan/alt_edge{ + dir = 4 + }, +/area/khami_barrens/interior/village/company_offices/east) +"xIL" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 10 + }, +/area/khami_barrens/interior/landing_zone) +"xIM" = ( +/obj/effect/landmark/static_comms/net_two, +/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) +"xJW" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"xKo" = ( +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/science, +/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 = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"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/gm/grass/grass_dried, +/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, +/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, +/obj/structure/blocker/forcefield/multitile_vehicles, +/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, +/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/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/stonyfields/north) +"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) +"xPy" = ( +/obj/structure/surface/rack, +/obj/item/tank/oxygen/red, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/research_caves/research) +"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, +/obj/effect/landmark/objective_landmark/close, +/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, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/bridge) +"xSG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/lz_dunes) +"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) +"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/disposalpipe/segment, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/village/company_offices) +"xVh" = ( +/obj/structure/disposalpipe/segment, +/obj/item/prop/alien/hugger, +/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, +/turf/open/floor/kutjevo/colors/cyan/edge, +/area/khami_barrens/interior/research_caves/research) +"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/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/gates) +"xWM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors, +/area/khami_barrens/interior/hunting_lodge) +"xWT" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/multi_tiles{ + dir = 4 + }, +/area/khami_barrens/interior/checkpoint) +"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_y = 7; + pixel_x = -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) +"xXH" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/kutjevo/fake_wood, +/area/khami_barrens/interior/hunting_lodge) +"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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lodge) +"xZe" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/gm/grass/grass_dried, +/area/khami_barrens/exterior/driedoasis/basin) +"xZL" = ( +/obj/structure/disposalpipe/segment, +/turf/open/auto_turf/sand/layer2, +/area/khami_barrens/exterior/stonyfields/north) +"xZZ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/gm/grass/grass_dried, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/lz_pad) +"ycc" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/khami_barrens/interior/marksman_residence) +"ycu" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tan/plate, +/area/khami_barrens/interior/research_caves/research) +"ycv" = ( +/obj/structure/flora/grass/desert/heavy, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer1, +/area/khami_barrens/exterior/scrubland) +"ycM" = ( +/obj/structure/closet/emcloset, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/landmark/objective_landmark/close, +/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 + }, +/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 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tiles, +/area/khami_barrens/interior/village/botany) +"ydT" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village/east) +"yfn" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/khami_barrens/exterior/village) +"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, +/obj/effect/landmark/objective_landmark/close, +/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, +/obj/effect/landmark/objective_landmark/close, +/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) +"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 +mKE +mKE +mKE +mKE +mKE +mKE +mKE +mKE +mKE +mKE +mKE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +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 +oKx +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 +mKE +pfm +jUT +pfm +pfm +lvm +pfm +pfm +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 +cMw +cMw +jzg +cMw +hQW +egF +jwA +hzX +amY +xId +pJM +jrf +bAY +jaT +fIc +xVj +fsi +fsi +fsi +nLC +ktu +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 +aUY +cVm +cVm +mXO +cVm +cVm +cVm +pfm +lvm +pfm +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 +qxJ +sIY +sAo +lxN +dUz +xId +xId +xId +aNd +amY +xId +pJM +jrf +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 +pfm +lIN +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 +mFf +pAI +vRe +eeH +jrf +bAY +jAz +pJM +qvr +ifI +bAY +bAY +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 +pfm +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 +dhK +gUH +awI +bAY +ten +pJM +ktu +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 +vZb +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 +cHb +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 +cVm +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 +qgm +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 +sIY +acZ +hec +nla +nla +nla +nla +uvy +vkV +vkV +vkV +vTK +mVU +vuY +vuY +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 +kDU +kDU +kDU +kDU +kDU +kDU +kNN +lWW +seP +seP +tnS +uvU +huO +iVa +dgH +dgH +dgH +dgH +dgH +dgH +dgH +dgH +dgH +dgH +dgH +eUL +eUL +eUL +eUL +aki +"} +(13,1,1) = {" +aki +eUL +eUL +eUL +jPc +cVm +cVm +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 +nvv +tKi +gmc +efL +rBZ +icK +gmc +efL +amY +pfu +rhn +boC +amY +amY +amY +jrf +bAY +aei +iSa +qel +bAY +dNS +dVU +ifI +qKN +dNS +ktu +ifI +evE +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 +fAY +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 +xWy +phm +phm +phm +rrW +kDU +kDU +kDU +doM +icK +nbG +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 +jrf +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 +czU +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 +xWM +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 +xWy +xWy +phm +xWy +xWy +iWz +tUp +xId +mfh +icK +gmc +efL +amY +icK +gmc +saC +mQS +xId +juj +amY +szh +fMp +nPC +hyB +fUU +bAY +lpr +pJM +qPc +dNS +dVU +ifI +bAY +dNS +dVU +thR +dsv +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 +xWy +xWy +xWy +ldT +dhK +gNp +vcW +lcp +xVh +lvc +lvc +lvc +lvc +xVh +lvc +ddN +vcW +lvc +lvc +oAu +lGg +maV +iKL +vmR +vuY +vuY +mVU +xal +vuY +lKl +vuY +vuY +lKl +vuY +vuY +ngp +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 +vwA +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 +xWy +ecg +xWy +yaD +amY +tuY +epP +dhK +dhK +cJX +dhK +dhK +dhK +dhK +dhK +tuY +epP +dhK +dhK +szh +nDk +xId +bab +fUU +fsi +fsi +xVj +nAD +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 +eCT +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 +tgV +tew +uta +lSW +lSW +bDC +hko +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 +amY +lIT +lAF +azl +icK +gmc +efL +amY +icK +gmc +efL +lIT +lAF +hqq +amY +szh +xiF +iTI +oFv +fUU +bAY +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 +amY +doM +xId +amY +icK +gmc +saC +amY +icK +nbG +efL +doM +pfu +fMp +xkb +dhK +gyB +wFp +pKY +fsi +xjB +iSa +qel +jrf +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 +tgV +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 +amY +doM +xId +amY +icK +gmc +efL +ezz +icK +gmc +efL +qtv +pfu +xiF +boC +amY +amY +hdG +bAY +bAY +aei +mAc +qel +uXI +dNS +ktu +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 +vMc +vMc +sGg +lSW +lSW +uta +paa +tew +paa +tew +mSi +uta +lSW +uGW +bDC +vwA +tbM +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 +oyq +uny +uny +uny +uny +uny +uny +uny +uny +uny +uny +uny +uny +uny +uny +uny +uny +nhX +qYa +kYz +naV +kYz +kYz +naV +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +naV +xWy +xaB +xWy +xId +lSg +gcI +xId +xId +pfu +pfu +pfu +lAF +pfu +pfu +pfu +xId +xId +xId +vec +dtn +dtn +dtn +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 +vMc +vMc +uta +lSW +lSW +fbQ +tew +tew +uVQ +uVQ +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 +uny +uny +myD +ncL +ncL +ncL +ncL +ncL +ncL +ncL +ncL +ncL +ncL +ncL +ncL +ojg +uny +uny +flp +naV +kYz +eUL +eUL +kYz +naV +kYz +naV +kYz +kYz +naV +kYz +kYz +naV +kYz +xWy +xWy +xWy +lEe +lEe +sIX +wsy +dgh +xMt +xMt +xMt +dgh +xMt +dgh +xMt +dgh +wsy +lEe +hPd +lEe +lEe +lEe +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 +aUY +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 +lSW +lSW +uta +paa +tew +mSi +tew +paa +uta +lSW +rLj +bDC +nWi +xWM +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 +uny +myD +tGN +kYz +kYz +kYz +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +kYz +eyS +ojg +uny +flp +naV +kYz +eUL +eUL +kYz +naV +kYz +kYz +naV +naV +kYz +kYz +kYz +naV +kYz +kVJ +ecg +kVJ +lEe +lEe +sIX +wsy +xMt +gnR +dXi +dXi +dXi +dXi +dXi +trI +xMt +wsy +lEe +lEe +lEe +lEe +lEe +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 +mAF +mAF +bDC +lSW +lSW +bDC +pFK +tew +dcL +tew +tgV +bDC +lSW +kug +bDC +dkG +mQl +lcY +qfv +iaJ +ljp +kQY +uyv +bvJ +ceJ +jzL +qgm +tUl +ceJ +ceJ +cAN +ceJ +ceJ +pVs +uNO +uNO +uBc +naV +naV +kYz +kYz +kYz +iny +uny +flp +kYz +kYz +kYz +kYz +naV +kYz +eUL +eUL +eUL +kYz +naV +kYz +kYz +naV +iny +uny +flp +kYz +eUL +eUL +eUL +kYz +naV +kYz +naV +naV +kYz +kYz +kYz +naV +kYz +kYz +kVJ +phm +kVJ +dEz +dEz +bqV +uXV +xMt +dgh +xMt +xMt +dgh +dgh +xMt +xMt +dgh +uXV +dEz +dEz +dEz +dEz +dEz +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 +cKm +tew +tew +uta +lSW +uGW +bDC +bDC +uta +bDC +uta +bDC +bDC +lSW +lXH +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 +uny +flp +kYz +kYz +kYz +wSr +kYz +naV +pVs +eUL +eUL +kYz +naV +kYz +kYz +naV +iny +uny +flp +kYz +eUL +eUL +kYz +naV +kYz +naV +rRO +dFI +jHi +jHi +asu +naV +kYz +rRO +kVJ +phm +kVJ +uwu +ojw +nfW +ddz +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +uuc +wut +uuc +uuc +uuc +uuc +uuc +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 +bvk +tew +tew +fbQ +lSW +lSW +iQc +iQc +iQc +aIC +iQc +iQc +iQc +wVB +rLj +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 +uny +flp +kYz +kYz +kYz +kYz +kYz +bMw +url +eUL +eUL +kYz +naV +kYz +naV +kYz +iny +uny +flp +kYz +eUL +eUL +kYz +naV +kYz +eHD +gDE +wgR +wgR +wgR +oCt +dFI +dFI +hHe +rrW +rrW +rrW +rHn +ojw +lLV +ybu +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +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 +uVQ +oyN +xLI +qYK +ttW +abY +kIk +cTf +kjy +kjy +kjy +kjy +vPr +kjy +kjy +kjy +kjy +svZ +kjy +kjy +vSv +ncV +qfv +qfv +fxj +kIk +bYa +rys +ceJ +jzL +qgm +tUl +ceJ +vvV +vvV +ceJ +ceJ +nNt +tvJ +tvJ +tvJ +tBO +kYz +kYz +kYz +kYz +iny +uny +flp +kYz +kYz +kYz +kYz +bMw +url +eUL +eUL +eUL +kYz +naV +kYz +naV +kYz +iny +uny +flp +kYz +eUL +eUL +kYz +naV +naV +fzd +wgR +wgR +phm +wgR +wgR +odk +odk +odk +xWy +phm +wgR +rHn +ojw +lLV +ybu +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 +bCP +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 +xjU +tZQ +tew +oyN +fMU +xLI +tZQ +tew +bDC +bDC +bDC +bDC +bDC +kQF +bgc +bDC +bDC +eud +bDC +bDC +eud +bDC +bDC +vIF +dGQ +fyR +hhP +uta +kQY +nma +ceJ +jzL +qgm +pJc +ahP +vvV +vvV +ceJ +ceJ +kYz +kYz +kYz +kYz +kYz +kYz +kYz +kYz +yjr +oyq +uny +flp +kYz +kYz +kYz +kYz +dud +url +eUL +eUL +eUL +kYz +naV +naV +kYz +kYz +iny +uny +flp +naV +kYz +kYz +naV +kYz +naV +fzd +wgR +phm +phm +phm +xWy +apO +phm +phm +xWy +phm +wgR +rHn +ojw +lLV +ybu +rxx +uXV +dEz +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 +bCP +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 +reI +isw +bDC +xUv +iBU +dxx +bDC +gye +wRG +kiK +lSW +nWi +nWi +uGW +bDC +fTM +otC +nJX +kCJ +qgm +qgm +pJc +nJX +nJX +nJX +nJX +lRf +lRf +lRf +lRf +lRf +lRf +lRf +lRf +oyq +uny +uny +flp +kYz +kYz +kYz +kYz +dud +url +eUL +eUL +kYz +naV +kYz +naV +kYz +kYz +iny +uny +flp +kYz +naV +naV +kYz +kYz +naV +fzd +wgR +wgR +phm +xWy +xWy +kVJ +kVJ +kVJ +xWy +phm +wgR +rHn +ojw +lLV +ybu +rxx +wsy +lEe +tTn +qfy +htq +hYi +tIE +qfy +htq +hYi +tIE +qfy +qfy +hYi +tIE +qfy +htq +tIE +tIE +qfy +htq +hYi +hYi +lni +lEe +wsy +lLV +bCP +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 +iQc +iQc +eFr +iQc +ktg +atH +lSW +oKX +pOR +lSW +pvV +bFk +gIJ +qgm +qgm +qgm +qgm +qgm +qgm +qgm +qgm +qgm +uny +uny +uny +uny +uny +uny +uny +uny +uny +uny +myD +tGN +kYz +kYz +kYz +naV +cKO +eUL +eUL +eUL +kYz +naV +kYz +kYz +naV +kYz +iny +uny +nhX +qYa +kYz +kYz +kYz +kYz +kYz +exf +ppF +wgR +xWy +xWy +saQ +saQ +saQ +saQ +xWy +xWy +wgR +rHn +ojw +lLV +ybu +rxx +wsy +uum +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 +bCP +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 +nWi +lSW +bDC +sft +xYG +uNf +cGl +qgm +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 +uny +uny +nhX +lRf +lRf +lRf +lRf +lRf +lRf +tie +tsj +pTk +lZg +lZg +lZg +lZg +lZg +lZg +pTk +bVj +rKf +uuc +juH +ybu +rxx +wsy +gLn +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +wlx +bYY +uhi +wsy +lLV +bCP +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 +kQF +bgc +bDC +bDC +eud +bDC +bDC +eud +bDC +bDC +kxM +nWi +pOR +hhP +uta +kQY +nma +ceJ +jzL +qgm +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 +ojg +uny +uny +uny +uny +uny +uny +uny +uny +uny +pZq +vAS +lZg +lZg +lZg +lZg +lZg +lZg +vAS +fNX +bCP +bCP +bCP +ybu +rxx +wsy +aXk +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +uhi +wsy +lLV +bCP +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 +hTA +xOd +xLI +tZQ +tew +fbQ +lSW +iQc +iQc +iQc +iQc +lAH +kjy +kjy +kjy +kjy +kjy +kjy +kjy +vSv +qAB +fSO +nWi +qHO +uta +kQY +nma +ceJ +jzL +qgm +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 +lZg +lZg +lZg +iwp +smO +fWZ +lcS +rTB +ybu +rxx +wsy +vzB +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +uhi +wsy +lLV +bCP +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 +xXH +xLI +xLI +xLI +fMU +xjU +tZQ +nwD +kIk +iQb +cTf +kjy +kjy +kjy +lUg +iQc +iQc +iQc +lSW +lSW +vwy +iQc +oJZ +tEB +oWk +tEB +fsn +uta +kQY +nma +ceJ +jzL +qgm +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 +wgR +xWy +xWy +saQ +saQ +saQ +saQ +xWy +xWy +wgR +rHn +ojw +lLV +ybu +rxx +wsy +uum +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +tup +bYY +uhi +wsy +lLV +bCP +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 +cKm +bDC +lSW +uGW +bDC +bDC +uta +bDC +uta +bDC +bDC +lSW +lSW +bDC +bDC +bDC +bDC +bDC +bDC +bDC +bDC +npf +nma +ceJ +jzL +qgm +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 +wgR +wgR +phm +xWy +xWy +nyv +nyv +nyv +xWy +phm +wgR +rHn +ojw +lLV +ybu +rxx +wsy +gLn +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +uhi +wsy +lLV +bCP +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 +fyp +bDC +lSW +reI +bDC +fNi +tew +hcw +tew +tgV +bDC +lSW +lSW +bDC +mAR +hPq +miR +nWi +eQz +rUH +bYa +rcd +sRi +ceJ +jzL +qgm +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 +wgR +phm +phm +phm +xWy +ykN +xyy +rAY +xWy +phm +wgR +rHn +ojw +lLV +ybu +rxx +wsy +aXk +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +uhi +wsy +lLV +bCP +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 +uta +mSi +uVQ +paa +uVQ +mSi +uta +lSW +lSW +bDC +nWi +nWi +nWi +nWi +nWi +dIz +kQY +xiN +tUG +ceJ +jzL +qgm +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 +wgR +wgR +phm +xWy +xWy +lbI +oEJ +sPT +xWy +phm +wgR +rHn +ojw +lLV +ybu +rxx +wsy +iJz +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +uhi +wsy +lLV +bCP +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 +tew +tew +uVQ +tew +tew +fbQ +lSW +lSW +eFr +iQc +gPM +mKz +nWi +bDC +bDC +kQY +xiN +tUG +ceJ +jzL +qgm +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 +wgR +wgR +wgR +wgR +xWy +tqz +xWy +xWy +xWy +wgR +nBP +ojw +lLV +ybu +rxx +wsy +uum +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +tup +uhi +wsy +lLV +bCP +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 +tew +mSi +tew +paa +uta +lSW +uGW +bDC +nMI +lSW +kFT +nWi +dIz +kQY +kvd +vvr +tUG +ceJ +jzL +qgm +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 +wgR +bkJ +apS +apS +apS +apS +oKW +umz +wat +cMr +nTu +rxx +wsy +gLn +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +bYY +tup +uhi +wsy +lLV +bCP +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 +tgV +tew +tab +tew +pFK +bDC +lSW +lSW +bDC +bwE +eoq +nWi +nWi +dIz +kQY +xiN +ceJ +tUG +ceJ +jzL +qgm +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 +wgR +xmW +lMu +lMu +uOa +tgr +xIL +rHn +ojw +lLV +ybu +rxx +wsy +aXk +bYY +bYY +qCs +bYY +bYY +bYY +bYY +bYY +bYY +bYY +qCs +bYY +bYY +tup +bYY +bYY +bYY +bYY +bYY +qCs +bYY +bYY +uhi +wsy +lLV +bCP +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 +tUG +ceJ +jzL +qgm +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 +wgR +wgR +qpo +qpo +rrW +rrW +rrW +rHn +ojw +lLV +ybu +rxx +wsy +lEe +ovx +poe +iyn +kZK +gWW +poe +iyn +kZK +gWW +poe +poe +kZK +gWW +poe +iyn +kZK +gWW +poe +iyn +kZK +gWW +eYN +lEe +wsy +lLV +bCP +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 +kIk +lSW +lSW +bDC +oDM +lSW +nWi +dIz +kQY +gon +vvr +ceJ +tUG +ceJ +jzL +qgm +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 +xWy +ecg +xWy +cfr +ojw +lLV +ybu +rxx +uXV +bRS +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 +bCP +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 +tUG +ceJ +jzL +qgm +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 +kVJ +phm +kVJ +ojw +ojw +lLV +ybu +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 +bCP +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 +tgV +uVQ +kIk +lSW +lSW +eFr +iQc +lSW +bDC +bDC +kQY +xiN +ogr +wkp +puI +caS +kdA +rlL +iSQ +wkp +wkp +pGy +wkp +wkp +gcF +gcF +gcF +gcF +gcF +xZL +xOM +idE +nmL +ecY +ecY +ecY +ecY +dwD +wGk +jaN +fLn +tdt +tdt +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 +kVJ +phm +kVJ +ojw +ojw +lLV +sba +afu +afu +afu +afu +afu +afu +afu +afu +afu +afu +afu +aTU +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +bCP +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 +qgm +tUl +ceJ +ceJ +cAN +ceJ +ceJ +kYz +kYz +kYz +kYz +kYz +kYz +jic +opX +lEx +lEx +lEx +lEx +lEx +bmm +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 +kVJ +phm +kVJ +ojw +ojw +wks +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +lcS +rTB +ybu +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 +eQz +qfv +rUH +bYa +aip +bcn +iGJ +qgm +qgm +qgm +qgm +dHy +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 +xWy +xaB +xWy +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +lLV +ybu +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 +gIJ +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 +xWy +xWy +xWy +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +xWy +xWy +xWy +ojw +ojw +lLV +ybu +rxx +ojw +ojw +xWy +xWy +xWy +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +ojw +xWy +xWy +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 +gIJ +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 +xWy +xWy +phm +xWy +xWy +kVJ +kVJ +kVJ +xWy +kVJ +kVJ +kVJ +xWy +xWy +phm +xWy +xWy +ojw +lLV +ybu +rxx +ojw +xWy +xWy +phm +xWy +xWy +kVJ +kVJ +kVJ +xWy +kVJ +kVJ +kVJ +xWy +xWy +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 +gIJ +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 +xWy +phm +phm +phm +xWy +phm +phm +xDL +xWy +apO +phm +phm +xWy +phm +phm +phm +xWy +ojw +lLV +ybu +rxx +ojw +xWy +phm +phm +phm +xWy +apO +phm +phm +xWy +phm +phm +xDL +xWy +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 +gIJ +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 +xWy +xWy +phm +xWy +xWy +kVJ +kVJ +kVJ +xWy +kVJ +kVJ +kVJ +xWy +xWy +phm +xWy +xWy +ojw +lLV +ybu +rxx +ojw +xWy +xWy +phm +xWy +xWy +kVJ +kVJ +kVJ +xWy +kVJ +kVJ +kVJ +xWy +xWy +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 +gIJ +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 +xWy +xWy +xWy +iFw +oHL +oHL +oHL +oHL +oHL +iFw +oHL +eUL +xWy +xWy +xWy +ojw +ojw +lLV +ybu +rxx +ojw +ojw +xWy +xWy +xWy +eUL +oHL +iFw +oHL +oHL +oHL +oHL +oHL +oHL +xWy +xWy +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 +xWy +ojw +ojw +lLV +ybu +rxx +ojw +ojw +xWy +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 +xWy +ojw +ojw +lLV +ybu +rxx +ojw +ojw +xWy +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 +tKl +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 +xWy +doY +xWy +lLV +ybu +rxx +ojw +ojw +xWy +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 +tKl +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 +xWy +tLT +hEM +xgf +vcg +fNl +oSQ +oSQ +xWy +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 +tKl +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 +xWy +xWy +xWy +rMZ +eLs +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 +eLs +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 +eLs +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 +tKl +eUL +tKl +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 +eLs +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 +eLs +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 +eLs +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 +eLs +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 +iBV +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 +eLs +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 +eLs +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 +lNh +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 +eLs +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 +lNh +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 +eLs +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 +lNh +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 +eLs +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 +lNh +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 +eLs +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 +lNh +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 +eLs +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 +lNh +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 +eLs +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 +lNh +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 +eLs +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 +lNh +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 +lNh +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 +eLs +jgW +uPQ +aJo +aJo +aJo +aJo +aJo +aJo +aJo +aJo +aJo +aJo +aJo +lOY +jgW +eLs +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 +lNh +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 +eLs +uPQ +lDe +iFw +oHL +iFw +oHL +oHL +iFw +oHL +oHL +iFw +iFw +oHL +xFn +lOY +eLs +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 +lNh +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 +eLs +wqc +iFw +oHL +eUL +eUL +uic +uic +uic +eUL +eUL +eUL +oHL +iFw +oHL +rMZ +eLs +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 +niG +jVx +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 +eLs +wqc +iFw +eUL +eUL +eUL +cHk +cHk +cHk +eUL +eUL +eUL +oHL +oHL +iFw +rMZ +eLs +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 +hza +wYm +dGN +dGN +dGN +dGN +vrE +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 +eLs +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 +iuR +adC +gkW +gkW +klJ +pwK +pwK +pwK +alA +loh +tyE +tyE +tyE +tyE +lML +lNh +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 +eLs +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 +eLs +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 +iuR +iuR +lQZ +gwM +jyF +pzx +pwK +pwK +cIE +gNT +pjD +dRb +tyE +tyE +lML +lNh +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 +eLs +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 +eLs +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 +iuR +dZi +kms +occ +kXk +pwK +pwK +pwK +fPD +wNM +eUL +eUL +tyE +tyE +lML +lNh +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 +eLs +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 +eLs +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 +dIN +rwD +rwD +rwD +rwD +rwD +rwD +rwD +rwD +rwD +rwD +rwD +rwD +qEt +xtf +rwD +rwD +rwD +gJA +mBu +qpI +odg +wYm +wYm +wYm +wYm +wYm +wYm +wYm +wYm +rYi +wYm +wYm +efU +wzz +wrq +cqm +wYm +wYm +wYm +wYm +emG +rNQ +inE +wYm +wYm +wYm +ork +wrq +inE +wYm +wYm +rYi +oST +cJL +lpD +lpD +pjB +wYm +wYm +wYm +rIk +eUL +eUL +eUL +eUL +tyE +lML +lNh +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 +eLs +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 +eLs +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 +col +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 +iuR +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 +eLs +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 +col +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 +tfl +iuR +iuR +tfl +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 +krL +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 +eLs +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 +eLW +sFm +oMx +qCR +laZ +fiw +fiw +mYy +cqh +lsw +nRT +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 +bOU +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 +iuR +iuR +iuR +iuR +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 +iBS +oYp +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 +qfd +thd +cYn +kIg +koi +koi +koi +koi +koi +kRi +qEu +qEu +qEu +evp +mLC +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +oMx +oMx +sFm +oee +jCn +vVy +mGp +lPB +aOP +aOP +eqe +wfu +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 +eUN +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 +krL +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 +eLs +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 +eLW +sFm +oMx +hkc +hRg +cVf +bVV +mYy +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 +bnW +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 +krL +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 +eLs +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 +eLW +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 +hZQ +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 +krL +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 +eLs +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 +jCn +vVy +mGp +ocX +aOP +aOP +weQ +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 +faB +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 +eLW +sFm +oMx +qCR +agV +dQB +dQB +jEy +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 +iBS +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 +lNh +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 +krL +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 +lNh +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 +krL +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 +lNh +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 +oYp +kSY +vkM +rez +oYp +pyT +nnv +wXQ +lFF +wXQ +gmj +oGT +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 +lNh +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 +trE +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 +nnv +wXQ +pJX +wXQ +nnv +iBS +oYp +vRa +vtN +vRa +flo +sLW +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 +jKH +klD +hPi +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 +krL +nnv +wXQ +lFF +wXQ +wXQ +bfk +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 +wwn +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 +uPy +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 +lXI +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 +etf +nnv +xHH +emU +wYF +nnv +krL +nnv +mbE +uGV +dme +eet +avH +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 +wwn +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 +krL +nnv +wXQ +pJX +wXQ +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 +hZQ +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 +jxL +vkM +gRt +oYp +cCR +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 +hZQ +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 +iuR +flh +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 +nnv +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 +lXo +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 +iuR +iuR +kAa +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 +nnv +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 +aJf +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 +iuR +iuR +flh +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 +xCj +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 +aJf +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 +iuR +iuR +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 +qvs +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 +aJf +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 +iuR +iuR +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 +qvs +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 +aJf +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 +iuR +iuR +tyE +tyE +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +vqh +tyE +tyE +tyE +lML +qvs +qvs +qvs +qvs +qvs +qvs +qvs +qvs +qvs +qvs +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 +aJf +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 +iuR +iuR +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +eUL +eUL +mUY +mUY +sal +tyE +tyE +tyE +tyE +tyE +tyE +lML +qvs +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 +aJf +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 +iuR +iuR +tyE +tyE +tyE +tyE +tyE +tyE +eUL +eUL +eUL +eUL +eUL +eUL +mUY +mUY +mUY +oLu +tyE +tyE +tyE +tyE +tyE +tyE +lML +qvs +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 +aJf +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 +qvs +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 +aJf +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 +qvs +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 +anT +njd +njd +njd +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 +qvs +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 +umW +njd +njd +njd +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 +qvs +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 +bXK +euC +euC +eUL +eUL +eUL +uYg +vkL +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 +qvs +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 +nzJ +bXK +euC +eUL +eUL +eUL +ycv +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 +qvs +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 +jig +fnE +cQT +tag +cQT +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iuR +iuR +iuR +iuR +iuR +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 +qvs +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 +iuR +iuR +iuR +iuR +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 +qvs +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 +njd +njd +xhj +xhj +eAQ +eAQ +ric +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +hiL +qzx +abD +pvw +eUL +hiL +uGf +abD +abD +pvw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +iuR +iuR +iuR +iuR +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 +qvs +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 +eAQ +dCu +bda +dCu +sNu +nzJ +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +fcw +abD +abD +sJQ +teb +qzx +eeh +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 +qvs +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 +eeh +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 +eeh +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 +eeh +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 +eeh +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 +eeh +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 +kVa +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 +eeh +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 +lOv +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 +eeh +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 +lOv +ePq +lOv +nHv +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 +eeh +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 +igc +pYy +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 +eeh +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 +pYy +hWE +igc +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 +mWN +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 +igc +ecm +igc +bsR +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 +bmK +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 +vsJ +dOV +lSq +jyg +hcW +obi +nWx +hVk +dwQ +xuE +dDS +dJp +jsM +aCu +dMu +xuE +vQk +bsR +nHv +bsR +bsR +lOv +oPe +ckq +gCM +xuE +gEn +vYq +vYq +ddt +rsE +hNG +iPS +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 +xZe +dla +kFj +lgt +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 +bsR +bUy +lCq +muY +kmB +xuE +mBG +ebk +ebk +pvo +oBS +rgq +iPS +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 +uGf +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 +noO +xuE +mXG +kWu +xuE +xuE +xuE +noO +xuE +bwU +rrz +sIw +iPS +iPS +iPS +iPS +iPS +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 +eeh +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 +mAQ +fQI +rcr +btw +fQI +fQI +fQI +ulN +fQI +fQI +fQI +fQI +ulN +bsR +fQI +fQI +byq +ulN +rcr +btw +cjJ +bAO +aMG +iBN +xzM +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 +eeh +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 +aMG +aMG +xen +aMG +aMG +iBN +bsR +lOv +lOv +lOv +lOv +lOv +lOv +lOv +lOv +lOv +lOv +lOv +lOv +lOv +lOv +lOv +cnG +lOv +lOv +lOv +lOv +dqc +lOv +cnG +lOv +noJ +kSz +kSz +sJe +wcC +aMn +aMn +aMn +aMn +aMn +fDE +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 +mWN +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 +aMG +aMG +xen +bUy +fag +dEk +nKA +nKA +kOI +drh +dFB +obi +jyg +oTW +jyg +jyg +jyg +jyg +jyg +jyg +jyg +uex +wyB +jyg +jyg +obi +jyg +adh +jyg +wyB +jyg +avB +ycu +teG +lgN +mrU +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 +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 +ucE +ucE +ucE +ucE +ucE +uME +nzW +iWL +tNy +wIP +lzU +uME +nAY +afe +fOR +uME +jTw +mES +lzU +afP +vnc +iWL +uME +xKQ +xKQ +xKQ +xKQ +xKQ +xKQ +xKQ +xKQ +xKQ +xKQ +wNq +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 +wrL +byL +ssw +ssw +ssw +xuE +xuE +xuE +xuE +iEU +bsR +fiH +aMG +bUy +hki +fag +eQN +hZG +fag +fag +fag +fiH +bUy +fag +fag +egj +lZV +bAO +aMG +gkF +aMG +drP +aYB +cLP +qqK +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 +nhf +xuE +vWD +bsR +fiH +hwR +xuE +xuE +xuE +xuE +xuE +xuE +xuE +xuE +hOm +xuE +mXG +mXG +kWu +xuE +xuE +xuE +xuE +xuE +xuE +xuE +xuE +iPS +iPS +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 +awr +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 +aYB +ssw +ssw +fYV +xar +ubw +euy +aoH +iEU +bsR +fiH +xCM +xuE +bOQ +rfo +kGU +vpp +cDV +xuE +fRA +til +oly +lOv +lOv +cnG +bsR +xAE +bsR +xuE +chq +chq +ehV +chq +kIM +mcr +dMZ +aik +vgg +dMZ +rKC +rfo +rfo +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 +azf +azf +azf +swk +jyg +dFB +vBh +hwR +xuE +bOQ +rfo +kGU +rfo +cDV +xuE +aMG +bsR +yao +yao +yao +wtn +lus +lus +lus +xuE +rXH +aMG +aMG +aMG +tEK +iPS +pgZ +dRm +iXp +rfo +rfo +rfo +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 +hMH +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 +lpf +qqZ +swu +ssw +euy +euy +pbP +fdg +aoH +iEU +bsR +fiH +lOv +qDr +jxm +jxm +jxm +jxm +jxm +qDr +lOv +bsR +uDR +kjs +rUb +fiH +ghi +bsR +lus +xuE +kJQ +tfz +ffb +aMG +wGa +iPS +tba +bhn +rfo +rfo +rfo +guZ +guZ +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +pfm +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 +awr +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 +lpf +qqZ +swu +ssw +vPA +fJC +iyr +iKV +xuE +cPr +bsR +fiH +hwR +xuE +vEq +rfo +voE +rfo +cHW +xuE +yao +bsR +czD +rUb +igc +fiH +xuE +mXG +cLA +xuE +qro +uNU +bsR +oqP +ecc +ivM +nUV +rfo +rfo +rfo +iYE +rfo +obR +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +pfm +mWJ +mWJ +mWJ +mWJ +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 +"} +(139,1,1) = {" +aki +eUL +jcr +hrn +hrn +hrn +hrn +cES +gXt +njE +njE +njE +njE +njE +nTP +nTP +nTP +nTP +nTP +uoV +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 +lZN +lpf +qqZ +swu +ssw +xuE +xuE +xuE +xuE +xuE +jkZ +bsR +fiH +xCM +xuE +vEq +qnx +voE +rfo +cHW +xuE +sHU +bsR +vZJ +vZJ +eAE +fiH +xuE +tpS +vZJ +eMr +aMG +aMG +bsR +bsR +ecc +ivM +nUV +rfo +azY +rfo +iYE +rfo +lPh +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +pfm +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 +syV +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 +wrg +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 +njj +srh +swu +ssw +uKL +nsd +ogw +sOp +xuE +iEU +bsR +fiH +hwR +xuE +xuE +xuE +xuE +xuE +xuE +xuE +kXN +bsR +oqP +lOv +lOv +qnI +qDr +hBh +lOv +lOv +lOv +oqP +bsR +bsR +pHo +iPS +yjD +dwE +mJL +lzp +obR +rfo +lPc +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +pfm +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 +syV +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 +wrg +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 +lpf +qqZ +swu +ssw +fYV +hue +euy +ubw +aoH +iEU +bsR +fiH +hwR +mXG +fGl +vBC +ava +dDq +bPU +mXG +vZJ +bsR +lOv +lOv +lOv +hxP +hcW +tCo +nWx +lOv +lOv +lOv +aBa +bsR +wPt +iPS +pLa +vuV +iOH +smq +mjK +guZ +fxb +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +bZR +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 +syV +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 +wrg +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 +lpf +qqZ +swu +ssw +tjM +azf +azf +azf +swk +jyg +cVt +vBh +lOv +qDr +lOv +lOv +oqP +lOv +aBa +qDr +lOv +bsR +aMG +gkF +uDv +wAG +ssw +wAG +gqM +suU +ydb +tyF +kJK +xPy +xNu +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +ssw +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +nBg +nBg +nBg +pfm +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 +syV +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 +gFV +gFV +gFV +nTp +fLd +uTV +uTV +vYn +fBu +ydj +vYn +fBu +ydj +vYn +vYn +yfn +wrg +qUz +xeC +xeC +xeC +rsd +mhe +xeC +xeC +xeC +xeC +yfn +osV +hrU +vBN +fOk +esC +wLj +mvr +aWb +fFv +swu +swu +swu +swu +swu +qqZ +lpf +qqZ +swu +ssw +kAV +gps +xar +euy +aoH +iEU +bsR +sRA +rqX +qVv +lzC +msE +ebJ +aMG +hwR +mXG +yao +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 +pfm +pfm +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 +syV +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 +vaY +uCq +bJs +ycM +abU +wet +vYn +vrF +yfn +wrg +qUz +vrF +ydc +sbj +dIT +dIT +dIT +xPB +ydc +dei +xkZ +qUz +vBN +vBN +wLj +wLj +wLj +cmi +aWb +aWb +wIk +xIg +qqZ +qqZ +qqZ +qqZ +lpf +qqZ +swu +ssw +eVv +hFc +glR +dqj +xuE +bzx +bsR +bsR +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 +pfm +pfm +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 +syV +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 +gFV +mSg +rxY +raH +raH +hVJ +dHk +scD +xPj +aVw +pXn +scD +scD +erk +lQI +eWi +vrF +yfn +wrg +qUz +vrF +ydc +gpc +dIT +dIT +vnm +iOh +ydc +yfn +wrg +qUz +fiC +sJC +aWb +vFL +aWb +usd +bvf +aWb +rJA +rFN +trG +trG +trG +trG +lpf +srh +swu +ssw +ssw +ssw +ssw +ssw +ssw +rSl +wvZ +wvZ +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 +pfm +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 +syV +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 +gFV +gBx +raH +imw +rGO +rGO +odw +qjw +wxo +ich +lQI +lQI +lQI +jOK +lQI +flS +wde +pcu +wrg +qUz +vrF +xeC +xeC +rsd +iyq +pLI +xeC +xeC +yfn +osV +hrU +fiC +nMq +eQs +wLj +pnp +usd +aWb +wBv +wIk +xIg +qqZ +aGc +qqZ +qqZ +lpf +qqZ +swu +eUL +eUL +eUL +eUL +eUL +ssw +aMG +bsR +bsR +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 +syV +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 +gFV +gmG +raH +hqM +raH +raH +dHk +scD +scD +scD +scD +scD +oAY +aVw +scD +mcu +vrF +yfn +jWe +sHl +fvm +fvm +uIK +gmR +gAe +gWx +xeC +dei +xkZ +qUz +vBN +vBN +wLj +wLj +wLj +omj +usd +pyw +xPi +swu +swu +swu +swu +swu +njj +lpf +qqZ +swu +eUL +eUL +eUL +eUL +eUL +ssw +pqv +wrL +wrL +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 +syV +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 +kEj +qUz +vrF +vrF +ydc +dIT +ecu +edP +xeC +yfn +wrg +qUz +fiC +wBv +gZw +aWb +vFL +aWb +usd +pyw +pbK +xbt +eUL +eUL +eUL +eUL +eUL +lpf +qqZ +swu +eUL +eUL +eUL +eUL +eUL +ssw +cGd +tYO +kSz +hCS +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 +kSR +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 +fkI +vYn +vYn +vrF +yfn +kEj +qUz +vrF +vrF +xeC +ydc +ydc +ydc +xeC +yfn +wrg +qUz +fiC +guV +bMA +ozY +wLj +tcp +kEa +wLj +wLj +xbt +eUL +eUL +eUL +eUL +eUL +njj +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 +wSG +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 +nZo +eCg +eCg +eCg +iNV +qIw +xbf +bFb +bFb +bFb +bFb +bFb +bFb +bFb +xkZ +wrg +qUz +vBN +fiC +fiC +fiC +vBN +qLK +kqI +uli +qLK +xbt +eUL +eUL +eUL +eUL +njj +lpf +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 +iiK +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 +ezO +ezO +ezO +xbv +yfn +wrg +wrg +wrg +wrg +kEj +uUH +wrg +wrg +wrg +wrg +wrg +wrg +wrg +wrg +wrg +wrg +wrg +wrg +wrg +wrg +xbf +bFb +bFb +bFb +nsq +hMw +kAu +lGZ +sRK +qLK +xbt +eUL +eUL +eUL +swu +xRw +lpf +qqZ +swu +eUL +eUL +eUL +eUL +eUL +eUL +rSE +bsR +bsR +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 +uzW +oOT +oOT +nBs +bHG +xtT +eUL +eUL +eUL +kiq +hJI +fPC +mnV +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 +iJb +tnT +eoA +jcw +yfn +wrg +osV +oOH +oOH +hTT +mNv +uaJ +uaJ +hSr +mbf +lez +uaJ +uaJ +uaJ +uaJ +uaJ +uaJ +hSr +uZk +uZk +uZk +uZk +uZk +uZk +tLt +vTn +oDl +fMn +tym +ePb +hpD +eUL +eUL +eUL +swu +qqZ +lpf +lZN +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +bsR +bsR +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 +atB +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 +uqk +isi +oLm +wZa +wZa +yfn +wrg +qUz +xUC +xUC +mOE +oqI +xUC +xUC +yfn +sYH +kai +eRv +eRv +xji +xji +eRv +eRv +yfn +wrg +wrg +osV +oOH +oOH +oOH +hrU +rON +swT +fhE +qkN +swT +hpD +eUL +eUL +eUL +swu +qqZ +lpf +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +hsn +aIZ +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 +atB +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 +uqk +iJb +aUr +jcw +dei +xkZ +wrg +qUz +xUC +iKl +jVm +jVm +job +xUC +yfn +kEj +qUz +ueQ +dsC +oXX +oev +sQm +eRv +yfn +wrg +wrg +qUz +hqJ +haz +haz +haz +hqJ +swT +fhE +hDU +swT +hpD +eUL +eUL +eUL +swu +qqZ +njj +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +hsn +aIZ +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 +atB +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 +uqk +iJb +uYi +jcw +yfn +wrg +osV +hrU +xUC +npy +pbJ +jVm +esj +xUC +yfn +kEj +qUz +eRv +eRv +eRv +rOh +gRI +eRv +pYk +wSx +wrg +qUz +haz +iAk +bWV +fHu +vLA +vOf +jPd +vLA +vLA +hpD +eUL +eUL +eUL +swu +qqZ +lpf +qrz +swu +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aIZ +aIZ +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 +atB +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 +yfn +wrg +qUz +xUC +xUC +oxp +jVm +ryJ +scE +xUC +pYk +eCM +hrU +ueQ +dsC +oXX +oev +bfa +eRv +eRv +yfn +wrg +qUz +haz +oep +oQT +wup +nXJ +wup +cBX +xsR +qlx +hpD +eUL +eUL +eUL +swu +qqZ +lpf +qqZ +swu +eUL +eUL +eUL +eUL +eUL +uVc +paz +aIZ +aIZ +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 +atB +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 +ujN +bmF +vVn +apN +rBG +iJb +uqk +iJb +jcw +dei +xkZ +wrg +qUz +xUC +xUC +ihg +jVm +mRV +xUC +xUC +xSL +aYe +jcL +eRv +eRv +cXk +oev +wnS +eRv +eRv +yfn +wrg +qUz +hqJ +hqJ +vLA +vLA +vLA +bJm +cBX +xsR +ple +swu +swu +swu +swu +swu +okC +stX +okC +swu +swu +eUL +eUL +eUL +eUL +uVc +iDw +aIZ +aIZ +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 +atB +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 +iJb +iJb +iJb +iJb +iJb +iJb +iJb +rfw +fpx +jcw +yfn +wrg +osV +hrU +xUC +xUC +qtz +pFi +xUC +xUC +mCC +lvC +aEj +lvC +faX +eRv +xji +lIc +upw +eRv +eRv +pYk +wSx +xbf +nsq +haz +oXQ +wup +hqJ +jrR +cBX +wup +qkS +wIk +xIg +qqZ +qqZ +qqZ +qqZ +lpf +qqZ +njj +njj +eUL +eUL +eUL +eUL +jnw +bTp +aIZ +aIZ +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 +atB +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 +tfS +xIM +tfS +xbv +ezO +ezO +ezO +ezO +ezO +ezO +ezO +mDO +wZa +wZa +yfn +wrg +qUz +xUC +xUC +qUY +ipm +scU +waH +qSp +qBy +jkF +cFS +bGh +eQi +xji +lPU +dXx +vyi +eGl +eRv +eRv +yfn +wrg +qUz +haz +xtQ +oQT +nXJ +wup +cBX +wup +wup +rJA +rFN +trG +trG +trG +trG +trG +trG +trG +lpf +njj +eUL +eUL +trG +vBo +bTp +aIZ +aIZ +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 +sMx +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 +tfS +tfS +tfS +xFc +iJb +iJb +isi +iJb +iJb +iJb +iJb +hXk +jcw +dei +xkZ +wrg +qUz +ldu +scs +jVm +khg +jVm +jVm +jxq +lvC +lvC +dxQ +jkF +jkF +fFF +iga +keb +kQD +oev +etw +xji +yfn +wrg +qUz +hqJ +hqJ +vLA +vLA +vLA +etJ +wup +pCQ +wIk +xIg +qqZ +aGc +qqZ +qqZ +qqZ +qqZ +aGc +lpf +wmX +eUL +eUL +njj +jnw +bTp +aIZ +aIZ +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 +waG +sMx +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 +tfS +tfS +cQv +fhO +cmx +fUF +kqd +dEw +tnT +pdk +iJb +hXk +jcw +yfn +wrg +osV +hrU +mOE +erM +pAN +sZU +jVm +hCX +mOE +unS +lvC +dVG +iSY +unS +xji +lPU +oev +aHk +kgz +oev +xji +pYk +wSx +xbf +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 +aIZ +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 +sMx +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 +pRn +pRn +xyO +fhO +fUF +fim +unP +fim +dEw +wZa +jcw +duq +wZa +yfn +wrg +qUz +xUC +xUC +pFi +xUC +xUC +pFi +mOE +xUC +qoc +jkF +oJg +lvC +jsm +eRv +xji +lIc +upw +eRv +lIc +eRv +eRv +yfn +wrg +qUz +hqJ +nYl +sZd +vLA +lFq +sMb +oex +hpD +eUL +eUL +eUL +eUL +eUL +eUL +swu +qqZ +lpf +qqZ +swu +eUL +eUL +uVc +iDw +aIZ +aIZ +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 +sMx +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 +uNY +upo +fhO +fhO +kbP +gJb +wZa +jTz +jTz +wZa +vrF +sTo +vrF +yfn +wrg +qUz +xUC +jMk +kIn +xUC +sSG +wjo +jVI +xUC +oUw +uDN +lAn +kMH +oUw +eRv +bUv +oev +tQj +eRv +fAa +oev +ueQ +yfn +wrg +qUz +hqJ +hqJ +hqJ +hqJ +haz +haz +haz +hpD +eUL +eUL +eUL +eUL +eUL +eUL +swu +qqZ +lpf +qqZ +swu +eUL +eUL +uVc +iDw +aIZ +aIZ +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 +sMx +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 +lVh +lVh +fhO +fhO +wZa +wZa +wZa +wZa +wZa +wZa +vrF +ewe +vrF +yfn +wrg +qUz +xUC +krw +wrp +xUC +abM +lWe +gXB +xUC +avs +lvC +mci +lvC +avs +eRv +hOE +lDR +xNn +eRv +xKo +xKo +xji +yfn +wrg +xbf +bFb +bFb +bFb +bFb +bFb +bFb +nsq +saf +eUL +eUL +eUL +eUL +eUL +eUL +swu +qxt +lpf +qqZ +swu +eUL +eUL +uVc +iDw +aIZ +aIZ +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 +sMx +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 +lVh +lVh +lVh +dhU +bFb +bFb +bFb +bFb +bFb +bFb +bFb +kiT +bFb +xkZ +wrg +qUz +xUC +mOE +jGF +xUC +sSG +oSU +uGR +xUC +uFJ +lvC +dxQ +jkF +xvd +eRv +oqM +pqT +oFp +eRv +eRv +eRv +eRv +yfn +wrg +wrg +wrg +wrg +wrg +osV +oOH +oOH +hrU +saf +eUL +eUL +eUL +cLr +eUL +eUL +swu +qqZ +lpf +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 +sMx +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 +lVh +lVh +lVh +hlW +wrg +wrg +wrg +wrg +wrg +wrg +wrg +wrg +wrg +wrg +wrg +xbf +bFb +bFb +nsq +xUC +xUC +ldu +xUC +xUC +fnO +oDJ +dNk +oDJ +vwz +eRv +eRv +xji +xji +eRv +dei +bFb +bFb +xkZ +wrg +wrg +osV +oOH +oOH +hrU +fQe +jEK +jEK +ksW +eUL +eUL +eUL +eUL +eUL +eUL +swu +qqZ +lpf +qqZ +swu +eUL +eUL +uVc +iDw +aIZ +aIZ +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 +sMx +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 +lVh +lVh +lVh +taw +oOH +oOH +oOH +oOH +oOH +oOH +oOH +oOH +oOH +wSx +wrg +wrg +wrg +wrg +xbf +bFb +bFb +nsq +xUC +xUC +oUw +xSL +tak +xSL +oUw +eRv +eRv +dei +bFb +bFb +xkZ +wrg +wrg +osV +oOH +oOH +hrU +fQe +fQe +fQe +fQe +cGr +wJr +ksW +swu +swu +swu +swu +swu +swu +swu +heD +stX +heD +swu +swu +swu +uVc +vcm +aIZ +aIZ +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 +sMx +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 +wrg +wrg +wrg +wrg +wrg +wrg +wrg +xbf +bFb +bFb +bFb +bFb +pGF +epR +bFb +bFb +bFb +xkZ +wrg +wrg +osV +oOH +oOH +hrU +fQe +jEK +jEK +fQe +tko +tDK +eTa +pij +pvr +kgf +wIk +xIg +wci +qqZ +qqZ +qqZ +qqZ +wci +lpf +qqZ +qqZ +qqZ +wci +wWQ +iDw +aIZ +aIZ +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 +sMx +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 +wrg +osV +oOH +oOH +oOH +oOH +wSx +wrg +wrg +wrg +wrg +wrg +wrg +kEj +wrg +wrg +wrg +osV +oOH +oOH +hrU +fQe +fQe +fQe +fQe +aHe +wSU +kMA +nxy +tDK +jSe +taq +cjP +pkF +rJA +rFN +trG +trG +trG +trG +trG +trG +trG +oWF +trG +trG +trG +hDt +bTp +aIZ +aIZ +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 +sMx +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 +wrg +qUz +sDN +sDN +sDN +sDN +pYk +oOH +oOH +wSx +wrg +wrg +wrg +kEj +osV +oOH +oOH +hrU +fQe +fQe +fQe +fQe +ovm +okE +tDK +atz +cjP +sdL +wFv +tDK +uIu +sdL +cjP +lSr +rJA +rFN +trG +trG +trG +trG +trG +trG +trG +trG +njj +njj +trG +hDt +iDw +aIZ +aIZ +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 +iRf +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +iHN +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 +wrg +qUz +sDN +rPf +ifl +sDN +vNa +vNa +sDN +pYk +oOH +oOH +wSx +kEj +qUz +fQe +vKF +vKF +fQe +rZz +viA +tDK +azu +bzl +tDK +jqr +cjP +ksc +hWT +tDK +xBH +loV +uoe +wNG +wIk +xIg +qqZ +qqZ +lpf +lpf +qqZ +qqZ +qqZ +lZN +eUL +eUL +njj +wWQ +iDw +aIZ +aIZ +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 +sMx +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 +tKd +tKd +gII +yfn +wrg +qUz +lVr +djq +tPj +sDN +hBJ +tzg +sDN +vNa +vNa +sDN +yfn +kEj +qUz +fQe +jvg +tUJ +sCI +tUJ +tUJ +tDK +tDK +imE +tDK +tDK +eqJ +dIx +tDK +tDK +tDK +qnE +jEK +tDK +ksW +swu +swu +heD +stX +stX +heD +swu +swu +eUL +eUL +eUL +eUL +uVc +vcm +aIZ +aIZ +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 +sMx +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 +ucS +lKM +exv +bDx +gII +yfn +wrg +qUz +sDN +eZh +tPj +sDN +tPj +tPj +xhC +lsu +sAS +sDN +yfn +kEj +qUz +vKF +iXZ +tUJ +ghx +sUp +tUJ +vKF +dxI +mOs +ccp +wia +ccp +loV +ccp +wia +ccp +loV +kMA +xRM +ksW +eUL +swu +qqZ +lpf +lpf +qqZ +swu +eUL +eUL +eUL +eUL +eUL +uVc +eVJ +aIZ +aIZ +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 +sMx +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 +wrg +qUz +sDN +rPf +atk +sDN +hDP +tPj +djq +djq +hlT +sDN +yfn +kEj +qUz +vKF +nJM +suj +dSQ +xVa +xVa +oZd +fOI +gEf +rgG +pkF +pkF +tvx +ifX +ifX +ifX +iIq +iIq +ucK +ksW +eUL +swu +qqZ +lpf +lpf +qqZ +swu +eUL +eUL +eUL +eUL +eUL +uVc +iDw +aIZ +cvT +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 +sMx +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 +wrg +qUz +sDN +nqd +tPj +sDN +blv +tPj +tZr +uSW +jeI +sDN +yfn +kEj +qUz +fQe +xbd +tUJ +kaO +sUp +tUJ +vKF +uuQ +fje +aaB +pkF +pkF +pkF +pkF +pkF +pkF +kzq +glh +kVZ +ksW +eUL +swu +qxt +lpf +lpf +qqZ +swu +eUL +eUL +eUL +eUL +eUL +uVc +iDw +aIZ +aIZ +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 +sMx +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 +wrg +qUz +sDN +sDN +bLK +sDN +blv +rEN +sDN +vNa +vNa +sDN +yfn +kEj +qUz +fQe +vKF +vKF +fQe +gwn +rVZ +tDK +gdu +grN +loV +wVS +fis +uoe +uoe +wVS +uvj +mOs +eWu +lSr +ksW +eUL +swu +qqZ +lpf +lpf +qqZ +swu +eUL +eUL +eUL +eUL +eUL +uVc +iDw +aIZ +aIZ +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 +sMx +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cQh +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 +uyM +cNG +vNa +rxQ +tPj +vsb +xuH +tPj +vNa +iJj +jgR +jgR +tYQ +jbL +cNG +syC +pqq +esK +fQe +fQe +fQe +pAi +fqD +sWE +sWE +fqD +fqD +fqD +fqD +fqD +mlg +mOs +loV +vMg +ksW +eUL +swu +qqZ +lpf +lpf +qqZ +swu +eUL +eUL +eUL +eUL +eUL +uVc +iDw +aIZ +aIZ +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 +sMx +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cQh +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +eUL +eUL +eUL +wnX +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +fLh +nck +klB +klB +klB +klB +klB +nZs +klB +gFM +klB +laB +jZr +cNG +dbd +qFX +vgO +qcz +blv +lvZ +lVr +qAK +uyM +uyM +uyM +jbL +cNG +syC +mju +fjb +nIm +nIm +nUY +pAi +rYM +pUe +qyI +tHY +wXh +qHA +oWd +fqD +uuQ +mOs +loV +lSr +ksW +eUL +swu +qqZ +lpf +lpf +qqZ +swu +eUL +eUL +eUL +eUL +eUL +eUL +hsn +aIZ +aIZ +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 +sMx +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +eUL +eUL +eUL +sMx +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 +wca +tPj +vNa +rGw +mKk +mKk +otQ +jbL +cNG +jjf +akc +vlq +vlq +vlq +vlq +owY +cPY +aTG +pQR +umX +xpd +bte +aUu +haw +pkF +mOs +loV +lSr +uVc +uVc +uVc +wWQ +asE +asE +wWQ +uVc +eUL +eUL +eUL +eUL +eUL +eUL +eUL +aIZ +aIZ +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 +sMx +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 +blv +vvp +sDN +vNa +vNa +sDN +qAK +jbL +jTi +jgR +jgR +jgR +jgR +jgR +jgR +haw +aUu +wjV +aqP +umX +dKo +bPM +vrH +fqD +uuQ +mOs +loV +lSr +kff +dEL +dHK +iDw +aIZ +aIZ +iDw +gnr +iDw +hsn +eUL +eUL +eUL +eUL +eUL +aIZ +aIZ +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 +wHb +dyR +wHb +wHb +dyR +hzx +sDz +lio +dyR +hzx +sDz +sDz +lio +dyR +cHD +qjY +fBq +ejh +xca +gpX +pLY +yhn +hzx +wHb +wHb +wHb +dyR +wHb +wHb +wHb +dyR +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +sMx +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 +blv +tPj +bic +hmz +jsS +sDN +qAK +jbL +uyM +uyM +uyM +uyM +uyM +uyM +uyM +haw +aUu +aTG +toA +sXn +fqD +fqD +fqD +fqD +uuQ +mOs +loV +pkF +lPm +qUV +bTp +bTp +bTp +bTp +bTp +bTp +bTp +bTp +hsn +eUL +eUL +eUL +eUL +upL +aIZ +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 +wHb +dyR +wHb +wHb +dyR +qHT +wHb +cAy +tGn +qHT +wHb +cFv +aRz +dyR +cHD +but +fBq +ejh +xca +xTP +pLY +yhn +hnD +wHb +wHb +wHb +yhn +wHb +wHb +wHb +dyR +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +lVh +sMx +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 +feu +nIF +uEH +tNk +vwr +qAK +jbL +cNG +vNa +bHk +vES +sDN +svN +tPj +djq +djq +hlT +sDN +qAK +jbL +jcF +kst +kst +kst +kst +kst +kst +haw +aUu +wjV +aqP +umX +dri +hoD +qQw +fqD +oTg +cdO +lSC +afK +lPm +qUV +bTp +bTp +bTp +bTp +bTp +bTp +bTp +bTp +hsn +cvT +eUL +eUL +eUL +hsn +aIZ +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 +rpA +iEL +rpA +wHb +cAy +dyR +dyR +cHD +qca +fBq +ejh +vDc +xTP +xFP +dyR +dyR +wHb +wHb +wHb +iEL +rpA +bcO +wHb +dyR +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +lVh +sMx +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 +eEk +uEH +tNk +vwr +qAK +jbL +cNG +sDN +swN +vES +sDN +blv +tPj +rqD +ezC +cZv +sDN +qAK +eSh +neV +dAh +oOe +tyf +tyf +tyf +tyf +roP +vkC +whp +dCK +jcQ +aLt +itX +xxJ +nAX +aaa +cyj +vDB +oiX +kff +dEL +pAS +iDw +jOe +iDw +iDw +pAS +iDw +aIZ +aIZ +dtj +eUL +eUL +cvT +aIZ +aIZ +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 +wHb +wHb +wHb +wHb +dyR +qHT +bcO +cAy +tGn +qHT +wHb +cAy +yhn +pLY +wFs +cYY +fBq +ejh +xca +xTP +cHD +ejl +dyR +wHb +wHb +wHb +yhn +wHb +bcO +wHb +dyR +eUL +eUL +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +sMx +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 +eEk +uEH +tNk +vwr +qAK +gap +neV +kKc +ata +vES +sDN +wxJ +rln +sDN +vNa +vNa +sDN +qAK +jbL +cNG +syC +pqq +naX +nIm +nIm +ryE +pAi +tkD +qkx +dPG +oAs +ssz +bPM +cIJ +fqD +oTg +lSC +lyQ +oiX +uVc +uVc +uVc +uVc +uVc +uVc +uVc +uVc +wWQ +asE +asE +wWQ +eUL +eUL +gnu +aIZ +aIZ +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 +wHb +wHb +wHb +wHb +tGn +qHT +bcO +cAy +dyR +hnD +jKv +aRz +yhn +pLY +ffa +cYY +fBq +ejh +xca +xTP +cHD +iNO +dyR +wHb +wHb +wHb +dyR +wHb +bcO +wHb +dyR +dyR +dyR +dyR +dyR +dyR +eUL +lVh +lVh +lVh +lVh +lVh +sMx +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 +eEk +uEH +hUI +kSn +qAK +jbL +cNG +sDN +tvK +pvP +sDN +vNa +vNa +sDN +iJj +jgR +jgR +tYQ +jbL +cNG +syC +mju +whL +ewE +ewE +ewE +pAi +fqD +sWE +jaH +fqD +fqD +fqD +fqD +fqD +dWx +lSC +cdO +qzo +jfr +eUL +eUL +eUL +eUL +eUL +eUL +swu +qqZ +lpf +lpf +qqZ +swu +uVc +iDw +aIZ +aIZ +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 +wHb +wHb +wHb +wHb +iEL +rpA +bcO +cAy +dyR +dyR +dyR +dyR +dyR +wAK +mWQ +pZP +fBq +ejh +xca +mEG +mWQ +oxs +dyR +dyR +dyR +dyR +dyR +wHb +bcO +wHb +dyR +wHb +wHb +wHb +wHb +bfr +lVh +lVh +lVh +lVh +lVh +lVh +sMx +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 +eEk +uEH +sqv +kSn +qAK +jbL +cNG +sDN +vNa +vNa +sDN +ryv +jgR +jgR +tYQ +uyM +uyM +uyM +jbL +cNG +ewE +apL +apL +ewE +cBn +hib +fZY +bjq +lSC +cdO +eQQ +elU +xIm +xIm +eQQ +cMJ +lSC +cdO +oiX +jfr +eUL +eUL +eUL +eUL +eUL +eUL +swu +qqZ +lpf +lpf +qqZ +swu +uVc +iDw +aIZ +aIZ +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 +wHb +wHb +wHb +wHb +tGn +qHT +bcO +rpA +rpA +rpA +rpA +iEL +rpA +rpA +rpA +lln +kBN +ejh +xca +rpA +rpA +rpA +rpA +xmY +wHb +wHb +wHb +wHb +bcO +wHb +yhn +wHb +wHb +wHb +wHb +bfr +lVh +lVh +lVh +lVh +lVh +lVh +sMx +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 +eEk +uEH +jfX +vwr +qAK +fAC +ydT +eWX +eWX +qko +eWX +vFh +klB +klB +klB +klB +klB +klB +dkk +cNG +ewE +rCh +ePX +jMH +vlV +ePX +apL +oTg +fgw +afK +afK +afK +afK +cqY +afK +afK +lSC +cdO +oiX +jfr +eUL +eUL +eUL +eUL +eUL +eUL +swu +qxt +lpf +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 +qHT +bcO +wHb +wHb +wHb +cAy +tGn +rpA +rpA +rpA +lln +fBq +ejh +xca +rpA +rpA +rpA +rpA +iEL +rpA +rpA +rpA +rpA +rpA +rpA +iEL +wHb +wHb +wHb +wHb +bfr +lVh +lVh +lVh +lVh +lVh +lVh +sMx +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 +eEk +uEH +tNk +vwr +qAK +uyM +uyM +uyM +uyM +jbL +uyM +jcF +mKk +mKk +mKk +mKk +mKk +otQ +uyM +cNG +apL +jgu +aFc +fCa +jzc +jzc +bZv +syq +cOy +afK +afK +afK +akE +aaa +aaa +aaa +qVR +cdO +oiX +jfr +eUL +eUL +eUL +eUL +eUL +eUL +swu +qqZ +lpf +lpf +qqZ +swu +uVc +iDw +aIZ +aIZ +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 +qHT +bcO +wHb +wHb +wHb +cAy +dyR +wFH +noF +uyk +njy +fBq +ejh +xca +tmP +cUd +wFH +aKJ +dyR +wHb +bcO +wHb +wHb +wHb +wHb +yhn +wHb +wHb +wHb +wHb +dyR +eUL +lVh +lVh +lVh +lVh +lVh +sMx +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 +eEk +uEH +tNk +vwr +rGw +mKk +mKk +mKk +mKk +otQ +uyM +cNG +xtT +dAi +gpl +dAi +xtT +qAK +uyM +cNG +apL +iKW +ePX +ttV +vlV +ePX +apL +dpo +cdO +hEx +qeR +cdO +hSX +hEx +qeR +hEx +mGA +lJS +lQT +jfr +eUL +eUL +eUL +eUL +eUL +eUL +swu +qqZ +lpf +lpf +qqZ +swu +uVc +iDw +aIZ +aIZ +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 +qHT +bcO +wHb +wHb +wHb +cAy +dyR +cHD +tAk +qzV +cYY +fBq +ejh +xca +xTP +nuf +cHD +nhs +dyR +wHb +bcO +wHb +wHb +wHb +wHb +dyR +wHb +wHb +wHb +wHb +dyR +eUL +eUL +lVh +lVh +lVh +lVh +sMx +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 +eEk +uEH +uWb +kSn +vwr +uSA +vwr +kSn +kSn +qAK +uyM +cNG +dAi +hPC +rzz +hPC +dAi +qAK +uyM +cNG +ewE +vXb +ePX +tcU +ePX +ePX +fZY +fZY +wUj +fZY +fZY +iOX +mRN +fZY +fZY +fZY +sSA +eLa +fZY +jfr +swu +swu +swu +swu +swu +swu +swu +heD +stX +stX +heD +swu +uVc +vcm +aIZ +aIZ +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 +qHT +bcO +jKv +jKv +jKv +aRz +dyR +cHD +nGW +pLY +dVx +fBq +ejh +xca +nJL +pLY +cHD +skZ +dyR +wHb +bcO +wHb +wHb +wHb +wHb +dyR +wHb +wHb +wHb +wHb +dyR +eUL +eUL +eUL +xEe +lVh +lVh +sMx +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 +hsr +mfc +ydo +bjv +mfc +cEz +uEH +qUr +hAP +uEH +nMK +uEH +tNk +vwr +qAK +uyM +cNG +dAi +hmA +rzz +hmA +dAi +qAK +uyM +cNG +ewE +ewE +ewE +ewE +vIz +sku +fZY +mIZ +vAa +fZY +aVd +cdO +lfO +wGj +fZY +uDL +lSC +xIm +mZL +wIk +xIg +wci +qqZ +qqZ +qqZ +qqZ +wci +qqZ +lpf +lpf +wci +qqZ +heD +iDw +aIZ +cvT +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 +tGn +dyR +dyR +dyR +dyR +dyR +dyR +dyR +dyR +fBq +ejh +xca +dyR +dyR +dyR +dyR +dyR +xUx +bjI +xUx +dyR +dyR +dyR +dyR +dyR +dyR +dyR +dyR +dyR +eUL +eUL +cpo +wfx +wfx +lVh +sMx +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 +nIa +uEH +abv +abv +abv +abv +abv +abv +uEH +tNk +vwr +qAK +uyM +cNG +dAi +exY +rzz +exY +dAi +qAK +uyM +cNG +xtT +rzz +rzz +ewE +ewE +ewE +ewE +nDN +pfL +fZY +xTx +pcs +owN +akt +fZY +xTx +owN +pcs +oiX +rJA +rFN +trG +trG +trG +trG +trG +trG +trG +trG +trG +trG +trG +vCm +bTp +aIZ +aIZ +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 +fBC +xca +vys +vys +vys +vys +vys +vys +vys +vys +fBq +ejh +xca +vys +vys +vys +vys +vys +fBq +fBC +xca +vys +vys +vys +eUL +eUL +eUL +eUL +eUL +eUL +eUL +cnU +qHg +cnU +cut +vys +xSG +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 +kBy +uEH +uEH +uEH +uEH +uEH +uEH +uEH +uEH +mem +vwr +qAK +uyM +cNG +xtT +rzz +rzz +rzz +xtT +qAK +uyM +cNG +xtT +rzz +rzz +xtT +rzz +rzz +ewE +ewE +ewE +ewE +mnS +bpo +fAq +nHw +fZY +vhY +bNU +pcs +afK +rJA +rFN +trG +trG +trG +trG +trG +trG +trG +trG +trG +trG +trG +vCm +bTp +aIZ +aIZ +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 +fBC +ipI +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +jUe +ejh +ipI +dkm +dkm +dkm +dkm +dkm +jUe +fBC +xca +vys +vys +vys +eUL +eUL +eUL +eUL +eUL +eUL +eUL +qHg +lwp +tMz +vys +vys +xSG +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 +kBy +uEH +uEH +uEH +uEH +rCp +tNk +tNk +uWb +kSn +kSn +qAK +uyM +cNG +dAi +hPC +rzz +hPC +dAi +qAK +uyM +cNG +xtT +rzz +rzz +xtT +rzz +rzz +xtT +rzz +rzz +ewE +ewE +ewE +ewE +nYR +fZY +uWG +hmm +mwu +ozl +wIk +xIg +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 +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +uIR +aSl +aSl +aSl +aSl +aSl +aSl +aSl +ssW +xca +vys +yiD +vys +eUL +eUL +eUL +eUL +eUL +eUL +eUL +qHg +qHg +vys +vys +vys +xSG +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 +vwr +vwr +kSn +kSn +qAK +uyM +cNG +dAi +hmA +rzz +hmA +dAi +qAK +uyM +cNG +xtT +xtT +xtT +xtT +xtT +xtT +xtT +rzz +rzz +xtT +rzz +rzz +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 +fBC +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 +ejh +xca +yiD +qHg +vys +vys +eUL +eUL +eUL +eUL +eUL +vys +vys +vys +vys +vys +vys +xSG +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 +lPQ +rCp +kSn +vwr +vwr +kSn +iJj +jgR +jgR +jgR +jgR +tYQ +uyM +cNG +dAi +exY +rzz +exY +dAi +qAK +uyM +jTi +jGo +xtT +rzz +rzz +rzz +rzz +xtT +rzz +rzz +xtT +rzz +rzz +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 +fBC +xca +kSC +mBE +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 +ejh +xca +vys +vys +vys +vys +eUL +eUL +eUL +eUL +eUL +vys +vys +vys +vys +vys +vys +xSG +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 +uyM +uyM +uyM +uyM +uyM +uyM +cNG +xtT +rzz +rzz +rzz +xtT +rGw +otQ +uyM +cNG +xtT +rzz +rzz +rzz +rzz +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 +fBC +xca +dyj +naq +rHq +rHq +lWa +gjQ +kqL +rHq +lWa +gjQ +kqL +rHq +rHq +gjQ +kqL +rHq +lWa +kqL +kqL +rHq +lWa +gjQ +gjQ +gjQ +naq +dyj +fBq +ejh +xca +vys +vys +vys +vys +vys +eUL +eUL +eUL +eUL +vys +vys +vys +vys +vys +vys +xSG +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 +uyM +jcF +mKk +mKk +mKk +mKk +tWV +xtT +dBt +dBt +dBt +xtT +xtT +qAK +uyM +cNG +xtT +xtT +rzz +rzz +rzz +xtT +rzz +rzz +rzz +rzz +rzz +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 +fBC +xca +dyj +jVl +cHD +cHD +pzz +cHD +cHD +cHD +cHD +cHD +cHD +cHD +pzz +hiN +cHD +cHD +cHD +cHD +cHD +cHD +cHD +pzz +cHD +cHD +nMG +dyj +fBq +ejh +xca +vys +vys +vys +vys +vys +vys +eUL +eUL +vys +vys +vys +vys +vys +vys +vys +xSG +vys +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +eUL +eUL +lVh +lVh +lVh +cPK +bke +isf +isf +isf +isf +isf +isf +isf +isf +uyM +uyM +uyM +uyM +uyM +uyM +uyM +uyM +uyM +uyM +uyM +uyM +cNG +xtT +xtT +gpl +dAi +xtT +xtT +foU +foU +foU +foU +xtT +qAK +uyM +jTi +jGo +xtT +rzz +rzz +rzz +xtT +rzz +rzz +rzz +rzz +rzz +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 +fBC +xca +dyj +pix +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +wky +cHD +nMG +dyj +fBq +ejh +xca +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +xSG +vys +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +lVh +lVh +lVh +lVh +oWC +isf +isf +pGs +gtD +gtD +gtD +gtD +gtD +gtD +mKk +mKk +mKk +mKk +mKk +mKk +mKk +mKk +mKk +mKk +otQ +uyM +cNG +dAi +trp +rzz +rzz +dyu +xtT +foU +foU +foU +foU +xtT +rGw +otQ +uyM +cNG +xtT +rzz +rzz +rzz +xtT +rzz +rzz +rzz +rzz +rzz +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 +fBC +xca +dyj +nTm +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +nMG +dyj +fBq +ejh +xca +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +xSG +vys +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eUL +eUL +eUL +lVh +lVh +lVh +lVh +oWC +isf +pGs +jDv +lVh +lVh +lVh +lVh +lVh +eNq +eNq +xtT +xtT +xtT +xtT +xtT +xtT +jjf +jjf +jjf +qAK +uyM +cNG +dAi +trp +rzz +rzz +rzz +leS +foU +foU +foU +foU +xtT +xtT +qAK +uyM +cNG +xtT +xtT +xtT +xtT +xtT +rzz +rzz +rzz +rzz +rzz +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 +fBC +xca +dyj +hwa +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +nMG +dyj +fBq +ejh +xca +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +vys +xSG +vys +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +lVh +cPK +bke +isf +fVg +lVh +lVh +lVh +lVh +lVh +lVh +eNq +eNq +rzz +rzz +rzz +rzz +rzz +xtT +xtT +xtT +xtT +qAK +uyM +cNG +dAi +trp +rzz +rzz +dyu +xtT +foU +foU +foU +foU +foU +xtT +qAK +uyM +jTi +jgR +jgR +jGo +xtT +xtT +xtT +xtT +rzz +rzz +rzz +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 +fBC +xca +dyj +jVl +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +hiN +cHD +nMG +dyj +fBq +ejh +ipI +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +dkm +clY +dkm +wHU +wHU +wHU +wHU +wHU +wHU +wHU +wHU +wHU +wHU +wHU +wHU +wHU +bke +isf +isf +fVg +lVh +lVh +lVh +lVh +lVh +lVh +lVh +eNq +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +xtT +qAK +uyM +cNG +xtT +xtT +gpl +dAi +xtT +xtT +foU +foU +foU +foU +foU +xtT +qAK +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 +fBC +xca +dyj +pix +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +nMG +dyj +fBq +uIR +aSl +aSl +aSl +aSl +aSl +aSl +aSl +aSl +aSl +aSl +aSl +aSl +aSl +aSl +aSl +aSl +kMt +fBC +isf +isf +isf +isf +isf +isf +isf +isf +isf +isf +isf +isf +isf +isf +isf +pGs +jDv +lVh +lVh +lVh +lVh +lVh +lVh +lVh +kJf +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +xtT +qAK +uyM +jTi +jgR +jgR +jgR +jgR +jGo +xtT +uEL +uEL +xtT +foU +foU +xtT +qAK +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 +fBC +xca +dyj +nTm +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +nMG +dyj +fBq +fBC +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 +rzz +rzz +rzz +rzz +rzz +rzz +rzz +xtT +xtT +qAK +uyM +uyM +uyM +uyM +uyM +uyM +jTi +jgR +jgR +jGo +xtT +uEL +uEL +xtT +qAK +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 +fBC +xca +dyj +jyR +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +nMG +dyj +fBq +fBC +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 +lVh +lVh +lVh +eUL +eUL +eUL +eUL +lVh +lVh +lVh +lVh +eNq +rzz +rzz +rzz +rzz +rzz +rzz +rzz +xtT +jjf +qAK +uyM +jcF +mKk +mKk +mKk +mKk +otQ +uyM +uyM +jTi +jgR +jgR +jgR +jgR +tYQ +uyM +cNG +xtT +xtT +xtT +xtT +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 +fBC +xca +dyj +jVl +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +hiN +nMG +dyj +fBq +fBC +xca +vys +vys +vys +vys +vys +vys +wem +wem +vys +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 +rzz +rzz +rzz +rzz +rzz +rzz +rzz +xtT +jjf +qAK +uyM +uyM +xtT +xtT +xtT +xtT +rGw +mKk +mKk +otQ +uyM +uyM +uyM +uyM +uyM +uyM +cNG +xtT +rzz +rzz +xtT +xtT +xtT +xtT +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 +fBC +xca +dyj +pix +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +cHD +hiN +nMG +dyj +fBq +fBC +xca +vys +vys +vys +vys +wem +wem +wem +wem +wem +wem +wem +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 +rzz +rzz +rzz +rzz +rzz +rzz +xtT +xtT +jjf +qAK +uyM +uyM +xtT +rzz +rzz +xtT +xtT +xtT +xtT +rGw +mKk +mKk +mKk +mKk +mKk +mKk +tWV +xtT +rzz +rzz +rzz +rzz +rzz +xtT +xtT +xtT +xtT +gsb +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 +fBC +xca +dyj +nTm +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 +fBC +xca +vys +vys +vys +wem +wem +wem +wem +wem +wem +wem +wem +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 +rzz +rzz +rzz +rzz +rzz +rzz +leS +jgR +jgR +tYQ +uyM +uyM +xtT +rzz +rzz +rzz +rzz +rzz +xtT +xtT +xtT +xtT +xtT +dAi +gpl +dAi +xtT +xtT +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +gsb +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 +fBC +xca +dyj +naq +nhv +nhv +eED +kxp +jOh +nhv +eED +kxp +jOh +nhv +nhv +kxp +jOh +nhv +eED +kxp +jOh +nhv +eED +kxp +jOh +jOh +naq +dyj +fBq +fBC +xca +vys +vys +vys +wem +wem +wem +wem +wem +wem +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 +rzz +rzz +rzz +rzz +rzz +rzz +leS +mKk +mKk +otQ +uyM +uyM +xtT +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +xtT +rzz +rzz +rzz +rzz +rzz +xtT +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +gsb +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 +fBC +xca +kSC +mBE +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 +fBC +xca +vys +vys +vys +vys +wem +wem +vys +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 +rzz +rzz +rzz +rzz +rzz +rzz +xtT +xtT +jjf +qAK +uyM +uyM +xtT +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +xtT +rzz +rzz +rzz +rzz +rzz +xtT +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +gsb +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 +fBC +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 +fBC +xca +vys +vys +vys +vys +vys +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 +rzz +rzz +rzz +rzz +rzz +rzz +rzz +xtT +jjf +qAK +uyM +uyM +xtT +xtT +xtT +xtT +xtT +xtT +xtT +xtT +xtT +xtT +xtT +rzz +rzz +rzz +rzz +xtT +xtT +xtT +xtT +xtT +xtT +xtT +xtT +xtT +xtT +gsb +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 +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +fBC +xca +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 +buX +buX +sqk +buX +syI +lVh +lVh +lVh +lVh +kJf +rzz +rzz +rzz +rzz +rzz +rzz +rzz +xtT +jjf +qAK +uyM +uyM +xtT +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +xtT +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 +nFQ +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 +rzz +rzz +rzz +rzz +rzz +rzz +rzz +xtT +xtT +qAK +uyM +uyM +xtT +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +xtT +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 +qHg +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 +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +xtT +qAK +uyM +uyM +xtT +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +xtT +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 +mWJ +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 +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +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 +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +xtT +qAK +uyM +uyM +xtT +xtT +xtT +xtT +xtT +xtT +xtT +xtT +xtT +xtT +rzz +rzz +rzz +rzz +rzz +xtT +xtT +xtT +xtT +xtT +xtT +xtT +xtT +xtT +xtT +gsb +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 +rzz +rzz +rzz +rzz +rzz +rzz +rzz +rzz +xtT +qAK +uyM +uyM +xtT +rzz +rzz +rzz +rzz +xtT +rzz +rzz +rzz +xtT +rzz +rzz +rzz +rzz +rzz +xtT +rzz +rzz +rzz +rzz +xtT +rzz +rzz +rzz +rzz +gsb +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 +rzz +rzz +rzz +rzz +rzz +gsb +gsb +gsb +gsb +qAK +nJZ +uyM +xtT +rzz +rzz +rzz +rzz +xtT +rzz +rzz +rzz +xtT +rzz +rzz +rzz +rzz +rzz +xtT +rzz +rzz +rzz +rzz +xtT +rzz +rzz +rzz +rzz +gsb +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 +rzz +rzz +gsb +gsb +gsb +gsb +eUL +eUL +gsb +hXE +uyM +cNG +xtT +rzz +rzz +rzz +rzz +xtT +rzz +rzz +rzz +xtT +rzz +rzz +rzz +rzz +rzz +xtT +rzz +rzz +rzz +rzz +xtT +rzz +rzz +rzz +rzz +gsb +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 +gsb +gsb +gsb +gsb +gsb +eUL +eUL +eUL +eUL +eUL +gsb +bAJ +wNX +tGx +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +gsb +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 +eUL +bKP +gsb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +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 +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 +eUL +eUL +gsb +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +eUL +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 +"} diff --git a/maps/map_files/Khami_Barrens/sprinkles/.gitkeep b/maps/map_files/Khami_Barrens/sprinkles/.gitkeep new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/maps/map_files/Khami_Barrens/sprinkles/.gitkeep @@ -0,0 +1 @@ +